grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

grab form bean was Re: form reset

2004-10-07 Thread roy-strutsuser
Hey guys, Thanks for the response on my first question. Turns out I'm an idiot and was pre-filling a form element via the value parameter of a tag. However this now leads to a second question. How do I grab the form bean and the fields? I'd like to print the value of a form field either on

form reset

2004-10-06 Thread roy-strutsuser
Hi guys, I know this has been asked before... but nothing seems to be working for me. I have a ActionForm in which I reset all my fields to null. Can someone please not only correct me on what I'm doing wrong but also explain why? I've tried both these of these: -- if ( map

form reset

2004-10-06 Thread roy-strutsuser
Hi guys, I know this has been asked before... but nothing seems to be working for me. I have a ActionForm in which I reset all my fields to null. Can someone please not only correct me on what I'm doing wrong but also explain why? I've tried both these of these: -- if ( map