Re: capturing the value of a tag in an action

2007-08-14 Thread Session A Mwamufiya
I had actually modified the name of the checkbox and its property name in the action (for conformity reasons), but I had forgotten to change the names of the get/set methods; silly me. Now it works. Sorry for the confusion, and thanks for the eager assistance. Best, Session > Session A Mwamu

Re: capturing the value of a tag in an action

2007-08-14 Thread Laurie Harper
Session A Mwamufiya wrote: Hi, I started a thread on this topic a while back, but the example I was guided to was hard to understand and implement. The question is straight forward: How do you get the value of a checkbox from within an action? - I have named my in the jsp, and have a privat

Re: capturing the value of a tag in an action

2007-08-14 Thread Toni Lyytikäinen
I don't know if you can capture the checkbox value to String, boolean should work though (it works for me at least). Try changing the String element to boolean. On 8/14/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: > > Hi, > > I started a thread on this topic a while back, but the example I w

capturing the value of a tag in an action

2007-08-14 Thread Session A Mwamufiya
Hi, I started a thread on this topic a while back, but the example I was guided to was hard to understand and implement. The question is straight forward: How do you get the value of a checkbox from within an action? - I have named my in the jsp, and have a private String element with the sa