Another solution is to provide your own BeanModel to the Grid's model parameter.

On Tue, 06 Nov 2012 06:40:00 -0200, Lance Java <[email protected]> wrote:

<t:grid source="..." t:include="prop:myIncludes" t:exclude="prop:myExcludes"
/>

public String getMyIncludes() {
   // return a comma separated string or null
}

public String getMyExcludes() {
   // return a comma separated string or null
}




--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-t-include-grid-column-at-runtime-tp5717685p5717690.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to