I'd like to be able to create a shared container that has shared children. The children should use the same node as the shared container.I expected to do something like this: I should mention that Widget implements ISessionSubscriber.What are the best practices in this case?-sandy
The Add Column option isnt working - It just does nothing when I click it. I can go into the code and forcably place a column, but I'd sure like that button to work. Anyone know what's up?
Here is my heirarchy:form topic detailWhere detail and topic are repeating subforms. I have detail set to a minimum of 3 instances.Here is the weirdness:The first instance of topic (topic1), detail renders 4 times instead of 3. In subsequent instances, it renders the correct 3.ANDWhen instances of d...
I'm creating a form for clients that requires them to list every state they have locations in (and a few factors for each state). Obviously I dont want to have 50 fields crowding the form when most clients only have one state to list, but I don't want to restrict the clients to only 4 or 5 when they...
Is it possible to have the caption aligned one way and the field aligned another?I have a text field, and I want the caption to be aligned flush right and the text to be aligned flush left.
I created a Dynamic PDF using LiveCycle Designer. The form has a submit button which posts to a URL. The contents are posted as URL-Encoded Paramters to a Server Side Program ( Servlet). I dropped the pdf on a webserver.When I type the url where the pdf resides, the pdf gets rendered within the brow...
Hi I am trying to use the FormService from ES2 using servlet / JSP (java/EJB) client to invoke it. I see following exception.I observed that if the xml data passed is reduced in size then I don't get this error (strange) , I had tried same sample with 8.2 which was working fine.Any idea?ThanksYogLC2...
Long story short - I'm using a Flex framework (Mosaic) that will contain several collaboration apps. Rather than have a seperate ConnectSessionContainer for each one (which would log the user in several times), I want to share the session object.I've got the framework passing the ConnectSessionConta...
I have an automatically numbered text field:var number = this.parent.index + 1this.rawValue = "" + number;I would like this to express as a, b, c, etc. instead of 1, 2, 3. Is that possible?Thanks!
I have created a dropdown list when item selected to change sub form to visable and populate fields with data from a sql database. I get data for the dropdown list but when selecting an item from the list I get this error:Script failed (language is formcalc; context is xfa.[0].form[0].#pageSet[0].st...