As mentioned earlier in the thread the s2 a tag and s2 url tag have many
very similar attributes.   

On Thu, 2011-01-27 at 17:36 -0500, Dave Newton wrote:
> On Thu, Jan 27, 2011 at 5:26 PM, Doctor John Carter wrote:
> 
> > The only little thing I Don't like...<a href="<s:url includeParams="get">
> >    <s:param name="request_locale">en_US</s:param>
> >  </s:url>">
> >  English
> > </a>It's JSTL included in Html......

The following will work fine:

<s:a includeParams="get">
  <s:param name="request_locale">en_US</s:param>
  English
</s:a>

Don't bash HTML sometimes it is the far better path, although not in
this case ;)

> > and not pure JSTLIs it possible to improve that?
> >
> 
> Maybe make the URL a variable and access it w/ JSP EL in the anchor tag?
> 
> Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to