Re: going from loop component to grid + tapestry-security = hide columns for non-admin user & grid + zebra-like effect using object.attribute

2014-04-16 Thread Chris Mylonas
Ah rowClass - I'll check that. Its past midnight and I'm about to retire for the night. As for binding to a parameter, I didn't think to do that in the page class. I've been focussing on the template. Will give it a shot next opportunity. Thank for the quick suggestions, now I probably won't get

Re: going from loop component to grid + tapestry-security = hide columns for non-admin user & grid + zebra-like effect using object.attribute

2014-04-16 Thread Chris Poulsen
Hi. Can't you bind the exclude parameter of the grid to a method that excludes extra columns, if the user is not logged in? - And i think that you may be looking for rowClass parameter of the grid, not class. I would suggest that you take a look at the documentation for the grid... http://tapest

going from loop component to grid + tapestry-security = hide columns for non-admin user & grid + zebra-like effect using object.attribute

2014-04-16 Thread Chris Mylonas
Hi Tapsters, I'm converting an old table with a t:Loop component into a t:Grid component. I used to have a table that hid the username/password columns and now for a non-admin user with the grid the columns show. You can see the code below. Would I have to define the inside a block to get the