You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eric Dahnke <ed...@nyc.yamaha.com> on 2004/07/16 20:13:25 UTC

Xtags and rtexprvalue

Hello,

We're using xtags and need the ability pull in different xml documents based
on locale. The tld says that the uri attribute accepts rtexprvalue. 

<% String isoLanguage = request.getLocale().getLanguage();%>

<xtags:parse uri="/siteCopySource/<%=isoLanguage%>/footerCopyright.xml"/>

The above jsp code always produces /siteCopySource//footerCopyright.xml and
not 
/siteCopySource/en/footerCopyright.xml as I would hope.


Anyone have any ideas? Workaround?


Thx!


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