Issue displaying repeated fragments

Hello,
I ran across an issue where I have a form created with LiveCycle designer that has multiple insertion points with the same name.
In those insertion points the same fragment is to be inserted.
The fragment is being inserted in all of the insertion points but the javascript that controls the visibility (visible/hidden) presence property of the objects in it only runs correctly for the first insertion point, in the rest of the insertion points it doesn't work.
Is this a limitation of the Assembler service? Am I missing something?
Thank you.

Instead of using the object's name, using "this.presence" did the trick.

Similar Messages

  • Portege R835-P81 Blue Screen of Death (BSoD) Displays Repeatedly

    Hi all:
    I brought my Portege 1 months ago and it has been working very well until last night, while running normally, the Blue Screen of Death (BSoD) keeping display repeatedly.
    Symptom: whenever my Portege is turned on, after running for about 10-15 min, BSoD will be displayed (firstly the following error code is shown: *** STOP: 0x0000000A (0x4F9D2424, 0x00000002, 0x00000001, 0x8BCC6EE6) ... if trying restarted, the BSoD will be appeared during booting process with other error codes .
    Another thing that I noticed: if I leave my Portege for a while (let it cool down) and turn it on, it could be run for around 15min and the above symptom occurs.
    Fact: my Portege running Windows 7 Home Premium (64bit), installed common apps like Adobe Reader, MS Office Pro 2010, CutePDF, 7zip, K-Lite Codec ... got the latest update files from Microsoft.
    I also tried to run the HDD Recovery option in Toshiba Boot Manager, the Hard Driver Recovery process is halted at the Starting Windows screen ...
    Does anybody have any experience and advices about this? Pls share with me
    Many thanks

    Portege R835-P81
    Bug Check 0xA: IRQL_NOT_LESS_OR_EQUAL
    Since the machine is almost brand new, it should run properly.
    In case the problem is due to software you installed, you should restore the hard disk to its original out-of-the-box contents using Toshiba recovery media just once before returning it. See the section Recovering the Internal Storage Drive, which begins on p. 63 of the User's Guide.
       Portégé R830 Series User’s Guide
    -Jerry

  • MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.

    MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.How do I solve this issue?

    Go step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Deselect Proxies if selected.
        System Preference > Network > Advanced  > Proxies Tab
        Under "Select Protocol", uncheck any box if selected.
        Click "OK" then  "Apply”.

  • Ssh: /etc/issue display between login and password prompts

    Hi All,
    I currently have ssh installed on one a Solaris 10 (non-global) zone. I have configured the sshd_config to run on protocol 2 and unhashed the 'Banner /etc/issue' parameter.
    When I attempt to log into this zone via ssh I get (in this order)...
    1. A login prompt
    2. The message I have put in /etc/issue
    3. A password prompt.
    Is there some further configuration I need to consider here?
    Any help would be great.
    Thanks.

    Sorry, it's probably worth mentioning that what i would ultimately like to do is have the message in /etc/issue display itself prior to asking for a login, not after as it currently is.
    Thanks.

  • Requirement to display repeated texts in the wad report

    Dear experts,
    we are having a requirement to display repeated
    texts in the WAD report .As we had unchecked the checkbox
    hide repeated key values in BEX query properties and we
    are achieving this in BEX report.
    Is there any possibility to achieve the repeated key values
    in WAD report?
    Is there any global t-code or any functional module to do the
    wad settings to get the Repeated key values?
    Please do the needful.
    Thanks,
    Chiramana.

    Hi,
    Check in the following document.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Thanks
    Reddy

  • Issues displaying a horizontallist items

    Hello Community.
    I'm having issues displaying items in a horizontallist
    The horizontallist displays blank items for every item it's supposed to display.
    I've added an itemClick event on the horizontallist that displays (in an Alert) the data it is supposed to display. I do get the expected data in the Alert popup, but not in the HList... >_<
    Here's the code:
    HorizontalList
    <mx:HorizontalList id="hlist"
    dataProvider="{list}"
    columnCount="{TrayData.instance.hlistColumns}"
    rowCount="1"
    itemRenderer="{TrayItem}"
    horizontalScrollPolicy="off"
    horizontalCenter="0" verticalCenter="0"
    itemClick="Alert.show((event.itemRenderer.data).carats)"
    borderStyle="none"
    horizontalScrollPosition="{TrayData.instance.hsPosition}"
    />
    TrayItem (Renderer)
    <mx:Component id="TrayItem">
    <mx:VBox width="180" alpha="1">
    <mx:HBox width="100%">
    <mx:Spacer width="100%"/>
    <mx:Button label="x"/>
    </mx:HBox>
    <mx:Image id="thumbnail"/>
    <mx:Label width="100%" horizontalCenter="0" text="Collection"/>
    <mx:HBox width="100%">
    <mx:Label width="100" text="GIA"/>
    <mx:Label text="{data.charg_st}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Finger Size"/>
    <mx:Label text="xxxxxx"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Carat"/>
    <mx:Label text="{data.carats}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Color"/>
    <mx:Label text="{data.color}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Clarity"/>
    <mx:Label text="{data.clarity}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Shop"/>
    <mx:Label text="{data.lgort_fp}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Resizing"/>
    <mx:Label text="{data.resizing}"/>
    </mx:HBox>
    <mx:HBox width="100%">
    <mx:Label width="100" text="Price Excl. VAT"/>
    <mx:Label text="{data.net_price_fp}"/>
    </mx:HBox>
    <mx:Button label="Order" paddingTop="10" enabled="{data.product_type == 'C'}"/>
    </mx:VBox>
    </mx:Component>
    I've been stuck with this issue for about 3/4 days.
    I'm using horizontallist in other components and they do work fine!
    Your help would really be appreciated.
    Regards,
    BS_C31
    Some print screens:

    No clues? =(

  • Issue displaying PNG file

    I seem to have an issue displaying "some" PNG files. I am using the source code from Brakeen's tile game in his book. I have converted from using ImageIcon to ImageIO as my way of reading in images. Specifically, I have used the code snippet from Abuse about loading images so that they are accelerated. I can get the game to run fine.
    I have started porting the code so that I can write my own game. I took a bmp file that I wanted to use as a spalsh screen and converted it to a PNG file using MS Paint. When I try to display that as my splash page, ImageIO.read throws an IllegalArgumentException. Here are the main code snippets that get an image:
         public URL getResource( String filename ) {
              return getClass().getClassLoader().getResource( filename );
         * Gets an image from the images/ directory.
         public BufferedImage loadImage( String name ) {
              String filename = "images/" + name;
              BufferedImage ret = null;
              try {
    System.out.println( filename );
    System.out.println( this.getResource( filename ) );
                   BufferedImage src = ImageIO.read( this.getResource( filename ) );
                   // Images returned from ImageIO are NOT managed images. Therefore,
                   // we copy it into a managed image.
                   ret = gc.createCompatibleImage( src.getWidth(), src.getHeight(), src.getColorModel().getTransparency() );
                   Graphics2D g2d = (Graphics2D) ret.getGraphics();
                   g2d.setComposite( AlphaComposite.Src );
                   g2d.drawImage( src, 0, 0, null );
                   g2d.dispose();
              } catch( IOException ioe ) {
                   ioe.printStackTrace();
                   // ignore so that this method returns null
              return ret;
    I added in the System.out.println and see that when I request my new PNG file, that the URL returned is null which leads to the issue with ImageIO.read. If I change my splash screen back to the JPG that Brakeen uses, it displays the image fine. I tried converting the JPG to a PNG using MS Paint and get the same issue that I received with my PNG file. I am positive that I have them in the right directory because I simply saved Brakeen's image in the same directory with a PNG extension and changed my source code from .jpg to .png. It appears that the getResource method is returning null for the two PNG files that I created yet returns a proper URL for other PNG files that I got from Brakeen.
    I have searched the forums for the last hour and do not see anything that matches my problem. I even tried moving the images into a res folder that I saw in one post to no avail. I am running Windows XP if that has any bearing on this. I can only think that somehow I have bad stuff in the PNG files. However, when I click my two PNG files, they are properly displayed in Windows.
    Any help would be greatly appreciated.

    Here is some output that I got from my System.out.println as well as the stacktrace from ImageIO.read:
    images/tankbrigade.png <-- from first System.out
    null <-- from second System.out
    java.lang.IllegalArgumentException: input == null!
         at javax.imageio.ImageIO.read(ImageIO.java:1338)
         at com.brackeen.state.ResourceManager.loadImage(ResourceManager.java:94)
         at com.ballantine.game.tankbrigade.SplashGameState.loadResources(SplashGameState.java:66)
         at com.brackeen.state.GameStateManager.loadAllResources(GameStateManager.java:66)
         at com.ballantine.game.tankbrigade.GameManager$1.run(GameManager.java:64)

  • Display repeatedly sleeps and wakes - Geforce FX 5200 DVI

    Hi There
    I own a G4 powermac Quicksilver (733MHz) 10.4.11.
    For a long time I have been using an old mitsubishi 17" monitor alongside my powermacs standard 32mb VGA graphics card.
    Recently I decided to buy a 20" Apple Cinema Display and a new Nvidia GeForce FX5200 256mb (DVI and VGA) graphics card which would apparently work with my g4 and the display.
    I installed the graphics card firstly using it with my VGA monitor and everything appeared to work fine. I later tried it with my new apple display and everything was working at first but after about a minute of being on the display started repeatedly sleeping and waking constantly.
    Now this is all that happens when I turn on my g4.
    I thought it could possibly be a driver issue but I don't no were to look?
    Does anyone have any ideas what I could do?
    Thanks
    Freddie

    Yes, I am sure it's the same hardware (unless someone snuck into my office and made a switch) Musta been a full moon or something but at least I have a witness.
    So what would be the cheapest VC upgrade that would permanantly reinstate the rotation.
    Thanks for your imput

  • Display Repeated Values in a Crosstab - Design Studio 1.2

    I've a report in Design Studio from a Bex query. There are repeated values in few columns which Design Studio 1.2 refuses to display.
    note: I've already unchecked the box "Hide Repeated Key Values" in the query properties of Bex query designer and i'm able to see repeated values when I open the query in Bex analyzer.
    Design studio would not display the repeated values in the crosstab.
    Anyone encountered and fixed a similar issue before?

    Hi Stephen,
    I was not able to resolve this issue, and I had to go ahead with values not being repeated.
    I think this is a limitation of Design Studio with no fix for it in v 1.3 either, unless someone could suggest otherwise.
    Regards,
    Abbas

  • Re-display repeating XML data in dynamic form

    I have a dynamic form with repeating data in my XML that populates it. I need to display the repeating data in one of 2 different ways, depending on which business segment the user viewing it is associated with. I have tried 2 ways to accomplish this, neither has worked for me.
    Attempt 1: Create 2 separate subforms and hide the one that should not be shown. The first subform in the layout displays just fine and is populated with records, but the second subform never displays any records. This appears to be an issue with the XML node already having been parsed and displayed and does not get displayed again. Is there a way to move the cursor, or pointer, or whatever you call it in XML-speak back to the top of a repeating node to re-display data?
    Attempt 2: Create a single subform that contains 2 other subforms - one for each view, which lay atop each other. A script command hides the view the shouldn't be displayed. The problem I ran into here is that the records don't display properly. In my example, there are 3 records in the repeating section, the first displays fine, the second is missing some fields and is pulling some data from the first record. The third record displays no data at all. I deleted the one of the 2 subforms and previewed the form again, now all of the records displayed just as they should.
    Any ideas or suggestions would be appreciated.
    Thanks,
    Chad

    That code also produces text in the textfield.  What "specific parts" are you trying to display?
    textfield.text = (xml.bar[0].text());
    textfield.text = (xml.bar[1].text());

  • Issue with Repeat Contact Info in Edit Screen

    Hello! 
    I recently had to get a replacement for my Droid because the home keys stopped working.    My replacement Droid was acting buggy and the screen would black out anytime I'd check voicemails and sometimes after placing a phone call.  I called customer service today and the tech support guy had me do a factory data reset on the phone.  Before I did it, I was instructed to export my contacts to my SD card, which I did.   The screen issue seems to be resolved, but I have an issue with my contacts now.  If I go into a contact and hit "edit contact", it will display three to four Google contacts for one person!  Also, if I try to make a shortcut to direct dial a contact, it has the same contact and phone number listed 3-4 times for every phone number listed.  (For example, my parents home phone is listed three times and so is their cell phone number.)  Anyone know how to get rid of the repeat contact info?  I have tried resetting the phone again, as well as separating contacts individually to no avail.  Any help or advice is appreciated!

    Here are the steps for deleting duplicate contacts.  HTH!
    From the home screen, touch the applications tab (located on the bottom of the screen).
    Touch Contacts.
    Touch the Contacts tab.
    Touch Menu.
    Touch the desired contact.
    Touch Menu.
    Touch Delete contact.
    Touch OK.

  • Issue regarding repeating ActionListeners

    I was hoping someone can provide me guidance regarding an issue I'm experiencing.
    I am working with a JFrame containing a JTable (one column with multiple rows) on one side and a JPanel on the other. The JPanel is simply a form I've created to display information utilizing the SpringLayout. The JPanel also contains multiple ActionListeners to display various types of information.
    By selecting a row in the JTable, the JPanel will refresh and display specific information regarding the selected item. For the most part, it is working, however, I found an issue I just can't seem to resolve. If I were to select 3 different rows in the JTable, the JPanel will properly refresh and display information relating to the 3 different JTable selections. However, if I were to start typing in a JTextField (in the JPanel) containing a KeyListener, the KeyEvent will repeat 3 times. If I were to select 8 different rows in the JTable and start typing in a JTextField containing a KeyListener, the KeyEvent will repeat 8 times, and so on.
    This is not only the case with the KeyListener, but also with ActionListeners. It seems like the number of rows I select in the JTable, the Listeners will repeat the same number of times.
    I initially thought it was due to multiple objects that were being created, but I changed the implemented classes to utilize singletons with the same result.
    I hope this made sense, please let me know if you'd like me to explain further.
    Anyone have any idea what may be causing this? If so, any direction or guidance would be much appreciated.
    Thank you in advance.

    jduprez,
    I really appreciate your reply. I have provided some code below which essentially gives a brief overview of where my issue is occurring.
    After reviewing the code tonight, the method: viewObjectInformation() is being called every time a row is selected. Because of that, the ObjectDetail class is being initialized exactly the same number of times a row is selected. Do you think this is the reason why I'm experiencing multiple KeyEvents?
    If so, how would you recommend initializing JTextField that represents good coding practice?
    public class ObjectTable extends JPanel implements ActionListener {
        private DefaultTableModel model = new DefaultTableModel();
        private JTable table;
        private JFrame frame;
        public ObjectTable(JFrame frame) {
            this.frame = frame;
            table = new JTable(model);
            table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
            table.getSelectionModel().addListSelectionListener(new RowListener());
            JScrollPane scrollPane = new JScrollPane(table);
            add(scrollPane);
        public void addRowToTable(ImportFile importFile) {
            // code to add rows to the table
        private class RowListener implements ListSelectionListener {
            public void valueChanged(ListSelectionEvent event) {
                if (event.getValueIsAdjusting()) {
                    return;
                try {
                    ObjectDetail objectDetail = ObjectDetail.getInstance();
                    objectDetail.viewObjectInformation();
                } catch (ArrayIndexOutOfBoundsException arobe) {
                     // catch the exception
    public class ObjectDetail extends JPanel implements ActionListener {
        private static ObjectDetail instance = null;
        private JLabel objectLabel;
        private JTextField objectTextField;
        public static ObjectDetail getInstance() {
            if (instance == null) {
                instance = new ObjectDetail();
            return instance;
        protected ObjectDetail () {
            // initializations
            objectLabel = new JLabel("Object Name: ");
            objectTextField = new JTextField("", 30);
        public void viewObjectInformation() {
            objectTextField.setEditable(true);
            objectTextField.setText(obj.getName);
            objectTextField.addKeyListener(ObjectKeyListener);
            // implement layout constraints and add to layout
        KeyListener ObjectKeyListener = new KeyListener() {
            public void keyTyped(KeyEvent e) {
                logger.info("KEYTYPED: e.getKeyCode(): " + e.getKeyCode() +
                                " - e.getKeyChar(): " + e.getKeyChar());
            public void keyReleased(KeyEvent e) {
                logger.info("KEYRELEASED: e.getKeyCode(): " + e.getKeyCode() +
                                " - e.getKeyChar(): " + e.getKeyChar());
            public void keyPressed(KeyEvent e) {
                logger.info("KEYPRESSED: e.getKeyCode(): " + e.getKeyCode() +
                                " - e.getKeyChar(): " + e.getKeyChar());
    }Edited by: alexkcha on Nov 23, 2009 9:28 PM

  • Yoga 2 Pro issues: display flashing, no recovery from power saving, blue screens

    I believe I've narrowed down a problem with the machine not coming out of sleep mode, and maybe blue screening. There is a new version of virtualbox that I've installed and it is suppose to help.
    Issues still present
    1) I have found the screen to become corrupted where it flashes on and off. I end up doing a hard reboot to fix the issue temporarily.
    2) Sometimes (when virtualbox isn't running), the display goes into powersaving mode and doesn't recover. I had this issue with Linux installed (kubuntu 13.10) as well as with windows 8.1.
    3) Rare screen corruption where the display jumps for a split second and then goes back to normal. This is very rare. It may happen 3-4 times a day but I use this system for development so this is scary and unacceptable.
    Any input would be appreciated!
    How I reinstalled Windows 8.1:
    Installed windows 8 from UEFI media (with an old/supported wifi USB), updated, installed 8.1 upgrade, then installed drivers
    Drivers installed:
    bt, dptf, tp, emw
    The default Windows 8.1 drivers included the full intel driver set. I've considered upgrading, but these issues were present before I reinstalled Windows 8.1 w/ UEFI media and I had the full driver set from the lenovo website installed at the time.
    Solved!
    Go to Solution.

    I spoke with support for quite a while today.
    It is not sleep mode that is causing the machine to become unresponsive. If you disable "turn the display off after", then it will go to sleep like normal. If you have "turn the display off" enabled, it crashes and neither goes to sleep, nor allows the display to turn back on.
    If I close the lid it goes to sleep, and opening the lid wakes the machine up again.
    I installed the chipset driver from the support website, rebooted, and reenabled screen blanking in power settings.
    I have been unable to get the machine not to wake after screen blanking and sleeping. I set it to 1m blank and 2m sleep and it goes blank and recovers if I hit a key. If you let it go 2m, it sleeps and recovers as intended. I'm very releaved as I did NOT want to return this.
    The power management issue seems to be resolved by reinstalling the chipset driver from the website.
    I'm going to see if I still have the display flashing issues anymore. Perhaps it is solved as well!!
    Thanks Lenovo!
    EDIT: I spoke too soon!! It just did it again.

  • Text Box issue - displays XML tag instead of the value in EBS

    I need to use a textbox (or a autoshape with text) to place a data element in a specific position on the page in an RTF template. I tried using tables and it didn't help. This layout needs some elements to be placed at specific location and using an autoshape or a text box is easy. When I preview the pdf output on my desktop, it works fine. Once I upload the template into EBS XML Publisher, the value in the text box shows up as an XML Tag instead of the value in that tag. The same XML data when loaded and previewed locally shows the data instead of the tag.
    Any thoughts on this? Is there a patch or something we might need for this in EBS?
    Thanks,
    Vinay

    Thanks Tim for the quick response.
    Yes - the versions are same. Also, I tried giving the complete path. The issue is that it is not even reading the text in the text box as an XML tag. It seems to think the whole text box is an object and hence just display that text as is. If it was reading and not able to resolve it, I guess it would have displayed blank (and not the tag as is). Again as I mentioned it works fine in local preview on my machine.

  • Acrobat Connect Pro LMS 7.5 server cache issue - displaying old content

    Our Adobe Acrobat Connect Pro server is showing old Captivate-created content from about 4-6 weeks ago.
    I loaded 35+ sets of Captivate 3 (SCORM 1.2, HTML, zipped) content onto our Acrobat Connect Pro LMS about 6 weeks ago.
    I converted all training content from Captivate 3.0.1 to 4.0.1, 4 weeks ago by opening each file in Captivate 4 and following prompts to "Save As" new files with different file names.
    I reloaded all content 4 weeks ago, and again 2 weeks ago.
    I reloaded about half of all content again last week.
    End User Acceptance testing performed this week showed that most of the courses are showing old content, ranging from 2-6 weeks old
    Attempted fixes and workarounds:
    Deleting content entirely and reloaded from scratch - this will not work long term, as we lose usage data each time we reload completely new files.
    Contacted Adobe, provided times to track incidents of the issue.  We reached Tier 2 - who told us it was our problem and that everything appeared to be working fine from their side.
    New workaround - load new content and reattach course to new content.  This presents the same long term issue as the first workaround, but enables us to retain older versions of content in the system, should we need to revert or report on it.
    Gaining server side access is a bit challenging due to the hosting situation we have, so I am looking (ideally) for a solution that can be performed from the Administrator/Author Frontend.  However, I want to learn the real cause of the problem, wherever it might reside, so that it can be properly corrected and avoided in the future.  I am calling this a server cache issue, as it seems the server has somewhere retained unwanted old versions of content, preventing current content from being displayed to end users.  Viewing content as an end user = see old content.  Viewing content from the Content area (Author view) shows the current files, so I know they are on the server and are loading correctly, up to a point.
    I am preparing all content for another round of loading/reloading due to other issues and updates, so republishing and reloading all 35+ files into the LMS is unavoidable at this point.
    This issue is keeping our LMS from launching to several thousand users across the country, so any suggestions or helpful tips are much appreciated.

    I think I have isolated the source of this problem. It's the Pitstop Professional 9 plug in. I un-installed this, and everything opens quicker than greased lightning. I re-installed it and it's back to slowsville.
    Unfortunately Pitstop is essential to my workflow.
    Until recently I did my pre-press on a Mac G5 with Acrobat Pro 7 and Pitstop 6.5. I never had this problem with slow file opening. But it seems that the delays would occur when I used the plug-in with large complex files.. So it would open files as fast as you'd expect from an elderly machine. But starting to use Pitstop would result in a prolonged period of staring at a spinning beachball.
    I wonder is there any way to stop the Pitstop plug-in from initializing until it is used? So the plug-in stays inert until you select the tool from from the menus.

Maybe you are looking for