David Tercero wrote: > Dave Newton wrote: >> <s:url action="foo" id="fooUrl"/> > If you do that, the url will be printed on the html page.
No it won't. I prefer this method primarily for <s:a...> tags since I can avoid using the <s:property.../> tag for <s:a...>'s "href" attribute (if I use JSP EL I can avoid <s:property.../> for <a...> as well) since <s:a...> will evaluate "href": <s:url action="foo" id="fooUrl"/> <s:a href="%{#fooUrl}">...</s:a> Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]