Piero Sartini wrote:
--- code ---
<li><a href="<s:url action="Register"/>">Register</a></li>
--- code ---

This is form the doc of the s:url tag. With jspx this does not work (malformed xml). How do I use it?
I need it for the css in the header, so s:a does not help me.

<s:url id="myURl" action="Register"/>
<a href="${myURL}">Register</a>

would be one way.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to