Thorsten Scherler wrote:
El mar, 15-02-2005 a las 14:44, Linden H van der (MI) escribi�:

Hi Torsten,


a guess (I'm not sure about all the details of the syntax and I haven't
tested it):

<jx:set var="user"><session:getxml context="authentication"
path="/authentication/login"/></jx:set>
<jx:set var="attachment"
value="../content/users/#{user/.}/kk.xml</jx:set>


I tried nearly all possible syntax but <jx:set var="staticUser" value="007"/> <jx:set var="setAttachment" value="../content/users/${staticUser}/kk.xml"/>


I think you should rather try:
<jx:set var="setAttachment"
value="${java.lang.String('../content/users/').concat( staticUser ).concat( '/kk.xml')"/>



-- Leszek Gawron [EMAIL PROTECTED] Project Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65

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



Reply via email to