I have a HSlider with 2 thumbs like:<mw:HSlider id="slider" thumbCount="2"change="{qRac2.Rac2(slider.values[0]};slider.values[1]}"/>Im thinking when the slider changes it should fire off thisremoteObject:<mx:RemoteObject id="qRac2" ... /><mx:method name="Rac2"result="handleQueryResult2(event)"/><mx:...
Hello,I know this doesn't exactly pertain to Form Server, but maybe someone has some insight.I set up JBoss 3.2.5 with Java 1.4.2.11 on a seperate machine to do a remote connection to my LiveCycle environment.I am using the SOAPClient sample from the developer guide to save my form. I am able to sav...
I'm running Apache, Tomcat, and FDS. I'm getting the message"...No configured channel has an endpoint path /messagebroker/amf"in a Java exception on the server. The path listed in the exceptionis "/messagebroker/amf". However in my services-config.xml I'vespelled out the whole URI including the HTTP...
Hello - I'm pretty new to Acrobat and not fluent with JS (I'm a chemist), so please forgive me if this seems a silly question: I'd like to create a form wherein there are two drop down boxes and the choices seen in the second of the two are dependent upon the choice made in the first. An example of ...
Hi everybody,<br /><br />i have a designer-form based on a schema, which is an extension of the original one, on which the XML's are based, we are loading.<br /><br />original XSD<br /><node0/><br /> <node1/><br /> <node2/><br /><br />extended XSD<br /><br /><node0/><br /> <node1/><br /> <node2/><...
How can i setup a form like a frame?I got a long list of input fields in my form which doesn't fit on a page.So i was thinking of creating a form that has frame with scrollbar function, like the iframe in HTML.Is there any way to do this??
I have a drop-down list with "none" for the default value, but when previewed, the first item in the list is the default.<br /><br />And if "Allow Custom Text Entry" is selected so I can add something as the default which is not on the list (for example "<please select>"), it still uses the first it...
I deployed the three Flex Data Services 2 WAR files toWebsphere Application Server Community Edition (via the web adminconsole), but when I go to any of the sample applications, I getthe following error page:----Compilation ResultsErrors, warnings or exceptions were found while compiling/dataservice...
We have the following problem. We configured hibernate withjta and when we execute a simple code that performs some hibernatequeries we get the following error:"org.hibernate.LazyInitializationException: could notinitialize proxy - the owning Session was closed"We discovered that if we leave the ses...