Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fahlen

    XmlFormView not updating/refreshing correctly

    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...
  2. fahlen

    Struts2 and how data is passed

    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...
  3. fahlen

    Struts2 and how data is passed

    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...
  4. fahlen

    Struts2 and how data is passed

    Thanks for your reply! I'll give it a try.
  5. fahlen

    Struts2 and how data is passed

    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...

Part and Inventory Search

Back
Top