into a variable.

Hi @ all,

how can i store an entry from application.resources ( message resource bundle )
into a variable to pass it to <x:transform> as a parameter in my jsp. if there is any 
other approach please tell me.

if i use this

  <x:param name="myparam1" value='<bean:message ..... />'/> 

i get an error.

i need this:

<x:transform xml="${myxml}" xslt="${myxslt}" >
  <x:param name="myparam1" value="[value from message resource bundle1]"/>
  <x:param name="myparam2" value="[value from message resource bundle2]"/>  
  <x:param name="myparam3" value="[value from message resource bundle3]"/>  
</x:transform>

thx in advance

mit freundlichen Grüßen 

Georg XL. Mouratidis 
Web Application Developer 

Heiler|Software AG 
Mittlerer Pfad 9 
D-70499 Stuttgart 

Tel: 0711-139 84-265
Fax: 0711-866 63 01 
Email: [EMAIL PROTECTED] 

Connecting Buyer and Supplier
http://www.heiler.com 

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

Reply via email to