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

    Problem with ForwardTag in Logic Tag Library!!!!

    I have a Struts application and am running into a problem using the <logic:forward> tag in the application. I use "welcome" jsp files that do nothing but immediately forward to a Struts action (a very common practice). This has been great, until now. One of the recent actions I wrote has as...
  2. jsmall

    How best to access resource bundle text for input to Struts tags

    Thanks siberian. I actually found a better way which is to use the <bean:define> tag (and even better <c:set> from JSTL) to set a variable from the <bean:message> and then reference it with <%= %> (or ${ } if using <c:set>). For example: <c:set var="myVal"><bean:message...
  3. jsmall

    How best to access resource bundle text for input to Struts tags

    I am currently using the <bean:message> tag to access string resources in a default resource bundle. This works great for dispalying resource bundle text directly (e.g., <td><bean:message key="label.value"/></td>) but I also would like to access the resource bundle text as input to other tags...
  4. jsmall

    Struts submit tag and display vs. logic values

    1. I'm new to Struts and am trying to do something that seems should be quite straight-forward but isn't. I'm developing a wizard with navigation buttons as follows (I'm only including two of the buttons for simplicity): <html:submit property="submit"><bean:message...

Part and Inventory Search

Back
Top