Dear all,
I have a property in an action class. How can I get its value in JSP pages
without using Struts tag (like s:property etc.)?
For example, how can I print it value using scriplet like this: <% String s
= request.getAttribute("myAttribute"); out.println("This is my string " +
s); %>
I tri
I just did a full build of Struts 2. A few minor things of note...
First, Javassist is now a required jar. However if you don't have it in your
webapp the error reporting is basically nonexistent, it just fails and you are
left scratching your head. I needed to dig down with a debugger and fi