Struts checkboxes

2009-01-28 Thread Rudi1
Hi. I do have 2 lists in my formbean, one for the checkoxtypes[A,B,C,D] and one for knowing which checkbox is on / off [checkboxstate] In my jsp I do iterate over the checkboxtypes List and for every checkboxtype I generate a struts:checkbox with property set to checkboxstate[index] and value

Re: Struts checkboxes

2009-01-28 Thread Ralf Fischer
Hi Rudi, Am 28.01.2009 um 19:16 schrieb Rudi1: Hi. I do have 2 lists in my formbean, one for the checkoxtypes[A,B,C,D] and one for knowing which checkbox is on / off [checkboxstate] In my jsp I do iterate over the checkboxtypes List and for every checkboxtype I generate a struts:checkbox w

Struts 2.1 Rest and Convention Tutorial

2009-01-28 Thread GF
Hello everyone. After the release of Struts 2.1 as GA (in 2.1.6) I decided to write a quite simple tutorial about creating a basic application that uses the features of Struts2 Rest Plugin and some of Convention Plugin. If someone might be interested, here you can read it: http://www.zulutown.com

Snippet repo location issue?

2009-01-28 Thread Dave Newton
Heya, http://struts.apache.org/2.x/docs/redirect-action-result.html This page shows the old "redirect-action" result name, but the referenced snippet in trunk uses the correct "redirectAction", so I'm thinking something's funky with the snippet repo def or something. Dave --