The following are defined in tiles-defs.xml
<putList>
<item value="xxxx" link="yyyy">

Can I change them to variables 
<item value=${xxxx}  link=${yyyy} >

and modify values of variables in Action class or another?

I have read the links suggested.
But I fail to find example code.


On Tue, 19 Oct 2004 21:35:36 -0500, Vic Cekvenich
<[EMAIL PROTECTED]> wrote:
> Yes.
> 
> I put in the List of tiles into scope.
> .V
> 
> 
> 
> PC Leung wrote:
> >   <definition name="erp.menu.home" path="/layout/menu.jsp" >
> >   <put name="title" value="Tiles" />
> >   <putList name="items" >
> >     <item value="xxxxx"            link="/yyyyy.jsp">
> >     <item value="ERP Home"     link="/index.jsp" />
> >                                                ^^^^^^^^^^^^^^^^^^^^
> > Could the link be read from database?
> >
> >   </putList>
> >   </definition>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to