Re: : pre-populating fields from the Action java code

2004-10-25 Thread Bill Keese
Thanks. Yes, I can reference the bean name from every or other element inside of the . But if there are lots of fields, it would be nicer to only write the bean name once, in the tag. Luis Gervaso wrote: You can use 3 differents FlightBean and then populate the *value attribute* in each W

Re: : pre-populating fields from the Action java code

2004-10-22 Thread Luis Gervaso
You can use 3 differents FlightBean and then populate the *value attribute* in each When you click only one form submit is sent Luis Gervaso On Fri, 22 Oct 2004 15:28:16 +0900, Bill Keese <[EMAIL PROTECTED]> wrote: > I have a question about pre-populating the fields of a form you display > in t

: pre-populating fields from the Action java code

2004-10-21 Thread Bill Keese
I have a question about pre-populating the fields of a form you display in the browser. To pre-populate fields, the Action saves a Form bean in the context via request.setAttribute("inputForm", inputForm), and tag looks up the form bean. determines the form bean's name automatical