form is null in Action

2001-06-20 Thread Michelle Popovits
Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instanceand place it in the session. - I Then forward to the EDIT jsp (which uses the EDIT Form) and the data is displayed nicely in a

RE: form is null in Action

2001-06-20 Thread Satyen . Chikane
: form is null in Action Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instanceand place it in the session. - I Then forward to the EDIT jsp (which uses the EDIT Form

Re: form is null in Action

2001-06-20 Thread dhay
to Michelle Popovits [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: form is null in Action Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instance

Re: form is null in Action

2001-06-20 Thread Michelle Popovits
riginal Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ; Michelle Popovits Sent: Wednesday, June 20, 2001 12:11 PM Subject: Re: form is null in Action Have you got the session for this form in your struts-config set to request? Itcaught me out too - if so, it looks fo

form is null in Action

2001-06-20 Thread Michelle Popovits
Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instanceand place it in the session. - I Then forward to the EDIT jsp (which uses the EDIT Form) and the data is displayed nicely in a

Re: form is null in Action

2001-06-20 Thread Michelle Popovits
, 2001 12:08 PM Subject: RE: form is null in Action Hi, Check the mapping for the form class in the config-file... the EDIT action should be pointing to the correct form class... -satyen -Original Message-From: Michelle Popovits [mailto:[EMAIL PROTECTED

Re: form is null in Action

2001-06-20 Thread Linnea Ahlbeck
p"/ /action Hope this can help!! /Linnéa - Original Message - From: Michelle Popovits To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 5:47 PM Subject: form is null in Action Hi, - In my SEARCH action I retrieve the required data from a d