tiles definition overload for difficult modules

2005-03-03 Thread Hauschel Fred
Hey all, is it possible to deine a definition in Base Module and extend it in another sub struts-module? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tiles definition overload

2005-03-02 Thread draegoon Z
if I do this: tiles-definitions definition name=someTile path=/tiles/SOME_TILE.jsp put name=var1 value=10 / /definition /tiles-definitions and then: tiles:insert definition=someTile (or is it beanName?) tiles:put name=var1 value=5 / /tiles:insert what will be the

Re: tiles definition overload

2005-03-02 Thread Jonathan M Z
It will be 5. You can overwrite the value of the var in your jsp page. if you don't specify var1 in your jsp, it defaults to 10 --- draegoon Z [EMAIL PROTECTED] wrote: if I do this: tiles-definitions definition name=someTile path=/tiles/SOME_TILE.jsp put name=var1

Re: tiles definition overload

2005-03-02 Thread Daniel PC Leung
The email name of Jonathan wo_shi_ni_ba_ba means I am your father. Is it appropriate to be on list and let other child to answer Jonathan's question? On Wed, 2 Mar 2005 17:31:21 -0800 (PST), Jonathan M Z [EMAIL PROTECTED] wrote: It will be 5. You can overwrite the value of the var in your jsp