scope for form beans

2002-01-08 Thread Kuntz Peter, NY
Hi, what are the motivations for having a request or session scoped form bean. As far as I could see in the struts source code a request scoped form bean is instantiated newly for every request. What are the reasons for that. Why shouldn't a form bean always exist during the time the session exis

General design question

2002-01-03 Thread Kuntz Peter, NY
Hi, I have a general design question. Assume a web application that represents a use case over several sites. Each of these sites have form fields. Each site has a "Next" and "Previous" button except the last an the first which only have either a "Next" or a "Previous" button. Additionally there

button tag

2002-01-03 Thread Kuntz Peter, NY
Hi, I have a question about the tag. The discription about the "property" attribute of that tag is the following: "Name of the request parameter that will be included with this submission, set to the specified value.". And additionally the "value" attribute has the following description: "Value

hidden fields

2001-12-21 Thread Kuntz Peter, NY
I have a problem with the tag. I tried the following: I also implemented a FormBean which is associated with the jsp where this form is in. This bean has a getAction() and setAction(String) method. I assumed that the 'Action' property of this FormBean will be set when this form is submitted.