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]

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 y

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: > > > > path="/tiles/SOME_TILE.jsp"> > > > > > > and then: > > (or is

tiles definition overload

2005-03-02 Thread draegoon Z
if I do this: and then: (or is it beanName?) what will be the value of var1? Or will this work at all? I basically want a default value in the definition, but a way to change the value in a JSP page. --