|
Just a syntax issue….
This works fine:
<tiles:put name="heading" value="main menu page heading"/>
Now I want to get the text from my resources file for internationalization so I need to add
<bean:message key="link.labelPrinting" /> where the text in value is
therefore
<tiles:put name="heading" value="<bean:message key=’link.labelPrinting’ />"/> should work but syntax error!!!
Basically all I want to know is how to replace the string value with <bean:message key="link.labelPrinting" />
thanks
Leon van der Merwe Programmer Bytes Specialised Solutions
A
division of Bytes Technology Group SA (Pty) Ltd : Registration No:
2003/027603/07 E-Mail Disclaimer: http://www.altron.co.za/email.asp or phone: (+27) (11) 645-3600
|
