| 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.
|
 |
 |
|
|
subject: Can we give a bean:message tag inside an bean:message tag
|
|
|