Hi Yann,

I would go with three lists in my action bean:

List<Boolean> readPermission;
List<Boolean> writePermission;
List<Boolean> executePermission;

They would hold the state for each column of the checkboxes separately. 
Then, in your JSP you can use Stripes' feature of multiple checkboxes as 
described in the documentation here 
http://stripes.sourceforge.net/docs/current/taglib/stripes/checkbox.html 
- look for "The other common usage is to use checkboxes in a manner 
similar to a multi-select." sentence and read on :-)

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to