Re: [OS-webwork] set method on action from velocity

2003-02-13 Thread G.L. Grobe
I saw the page you mentioned and it's a *.jsp and my forms are velocity (*.vm) views. So if I'm doing anything wrong in the *.vm page, I can't tell. I did change the types to arrays like you have below w/ no luck. Anyone have ideas or comment further on what I might be doing wrong here. I hav

Re: [OS-webwork] set method on action from velocity

2003-02-13 Thread Bill Burton
Hello, G.L. Grobe wrote: Anyone have ideas or comment further on what I might be doing wrong here. I have a velocity view that creates many checkbox's after a dbase query. The getter method in my webwork action is called but the setter method (which I expect to be called for each checkbox on s

[OS-webwork] set method on action from velocity

2003-02-13 Thread G.L. Grobe
Anyone have ideas or comment further on what I might be doing wrong here. I have a velocity view that creates many checkbox's after a dbase query. The getter method in my webwork action is called but the setter method (which I expect to be called for each checkbox on submittal) isn't. --- my.v