Hello, and thanks for your help in advance.
I'm new to Struts 2, and working on a simple application to learn the
framework. I'm also trying to use XHTML with this application.
I know that in a JSP page, I can use the following to create a link to
an action:
<p><a href="<s:url action='MyAction'/>">Go To My Action</a></p>
This works well. However, I've tried to do the same with a JSPX page.
Unfortunately, I get an exception when I navigate to this page:
org.apache.jasper.JasperException: /home.jsp(15,16) The value of
attribute "href" associated with an element type "a" must not contain
the '<' character.
Is there something I'm doing incorrectly? Or is there a different way
to do this kind of a thing within a JSPX page?
Thanks for your help.
Regards,
Anthony Frasso
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]