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