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" 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 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.
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to