Re: Re-use a form

2008-04-24 Thread Driv
Hi again and thaks for you interest in my problem! I've already resolt the problem, I just had to change the scope of the action that generates the form into session, instead of request, that was ok. But the real problem I had was that the link in the jsp was not well done. -- View this mess

Re: Re-use a form

2008-04-22 Thread Laurie Harper
Driv wrote: Hi... I have a problem: I have an action that retrieve some results from a DB, puts them in a form and forwards it to a jsp. The problem is that I have to do (from the jsp) another search in th DB using the same FORM. the scope of the action that generates the form is session, but