Re: Tiles - dynamic attribute values with XML deinitions

2005-10-05 Thread Martin Gainty
: "Sanjay Sharma" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, October 05, 2005 11:32 AM Subject: Tiles - dynamic attribute values with XML deinitions Tiles allows us to specify attribute values at run time in a JSP definition. For example, I c

Tiles - dynamic attribute values with XML deinitions

2005-10-05 Thread Sanjay Sharma
Tiles allows us to specify attribute values at run time in a JSP definition. For example, I can use the following to specify title at runtime by setting the myProperty attribute of myBean. However, I am using XML for defining tiles and would like to do the equivalent of what I can do using JSP