Re: [Struts2] dynamic checkbox list

2008-12-23 Thread norken76
Hello, I have hopefully an answer and a question for you. first the answer : I got the list of checkboxes working by using the fieldValvue attribute of s:checkbox ... you need to have a setter that gets called from the name attribute which takes a String[] argument. this argument will contain

Re: [S2] Indexed Lists

2008-12-23 Thread norken76
Hello , I am trying to get the textfield list working (in parallel to the check boxes) but couldn't ?? the function I set to be called is never called after the submit. I know that the values in the textfiels are sent, and the setter function for the Checkboxes (setConfigs) is called but not