aspose file tools
The moose likes Struts and the fly likes Can we give a bean:message tag inside an bean:message tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Can we give a bean:message tag inside an bean:message tag" Watch "Can we give a bean:message tag inside an bean:message tag" New topic
Author

Can we give a bean:message tag inside an bean:message tag

bhuvan sundar
Ranch Hand

Joined: Mar 02, 2005
Posts: 104
Hi all,
An you tell me whether the following statemnt is valid... though Iam getting errors..
<bean:message key="title.font.size" arg0='<bean:message name="title.page"/>' />
If the above statment is incorrect, then is there any way to use the a <bean:message> tag inside <bean:message> tag..
Thanks in advance
Bhuvana
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4725

It is not legal to place one bean tag inside another like that.

It is legal to replace the inner of the two bean tags with a scriptlet.


A good workman is known by his tools.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can we give a bean:message tag inside an bean:message tag
 
Similar Threads
getting error with bean:message tag
Help in using image tag
use bean:message tag inside my jstl c tag
Putting i18n Value Into Tag
how to use intenationalization in Tag class