Hi,
I have created an InfoPath form which populates a drop-down list box with data from a web service when the form loads. Then, I've added code that executes on the Changed event for this list box. This code updates the rest of the form, querying a web service (passing the current value of the...
Me again... I've found that using the Scope Interceptor one can specify Action properties to be bound to the session or application scope. This is done in struts.xml within the action tags. See http://www.twdata.org/backups/WW/scope-interceptor.html
Say I access an EJB from an Action. The...
Looking at it more closely, I think the scope parameter exists only for the struts-config.xml file in Struts 1.x, but not for struts.xml in Struts 2.x. I could be mistaken. Could you confirm if this is the case? Unless I'm mistaken, how would one go about defining the scope for the action class...
Hi! I'm new to Struts and have a question regarding how data can/should be passed between an action (extending ActionSupport) and the JavaServer page to which one is then redirected (according to the mapping done in the struts config file).
Should I explicitly store the action/JavaBean in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.