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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to