Re: Cannot retrieve definition for form bean null

2003-10-07 Thread Paul Rashidi
If you don't define a form in the struts config file how can you expect the form tag to work correctly? It's whole purpose is to reference the form attribute in your config and then reference the corresponding form in the request. Use the standard html form tag when you don't define a form for yo

Re: Websphere and Struts modules

2003-09-30 Thread Paul Rashidi
Did you make sure your jsp is located withing the module1 subdirectory of your jsp directory? They must be located here in order for your module to be able to reference them correctly. On Tue, 2003-09-30 at 12:24, Ruben Carvalho wrote: > Hello everybody, > > I have a stupid error which I think

Re: multiple forms in one jsp

2003-09-28 Thread Paul Rashidi
Instantiate it yourself from within the action and attact it to the request object inside of your action. On Sun, 2003-09-28 at 18:12, Erez Efrati wrote: > I have a page with two forms. For one an action gets called so I can > initialize the first form easily. But for the second form in the same >