Re: Form Bean in JSP

2004-08-04 Thread lnader2000
//setting a property " /> //getting a property Of course you can use struts tags too like: etc. --- In [EMAIL PROTECTED], "Bussie, Andre D" <[EMAIL PROTECTED]> wrote: > Is it possible for a Form Bean to be used in a JSP if so how is it done? > Any resources or examples demonstrating this.

On post ActionForm is null

2004-08-04 Thread lnader2000
I have a simple form show below: Save Delete This is how I have defined it in the struts-config file When I load the page it seems to work fine and call the appropriate setter and getter methods in my ActionForm class. But when I click on Save to submit the form,