Re: value bean

2006-10-05 Thread Tom Jerry
d design :-) If you've ever gone through a > long > form that cleared its values for every mistake you made, you'll > appreciate > doing this! > > The value bean (or value object, or data-transfer object, or ... > other synonym here>) has the goal of encapsulating

Re: value bean

2006-09-29 Thread Tom Jerry
This is just good design :-) If you've ever gone through a long form that cleared its values for every mistake you made, you'll appreciate doing this! The value bean (or value object, or data-transfer object, or ... ) has the goal of encapsulating a set of data. This bean should have

Re: value bean

2006-09-29 Thread Eddie Bush
ues for every mistake you made, you'll appreciate doing this! The value bean (or value object, or data-transfer object, or ... other synonym here>) has the goal of encapsulating a set of data. This bean should have "real" types. For example, if there were a property named

value bean

2006-09-29 Thread Tom Jerry
would you please give some useful links / insights in using value beans for get & set methods of properties and use of getAttribute ( ) , setAttribute ( ) methods. I have seen that for eg: in login module, apart from having LoginAction and LoginForm classes, we have LoginValueBean class also. I am

Re: Label Value Bean? for

2005-10-24 Thread Wendy Smoak
From: "Jim Reynolds" <[EMAIL PROTECTED]> Problem is, I am having trouble remembering/finding the api for the label value bean? Google hasn't reindexed the site yet... http://struts.apache.org/struts-core/apidocs/org/apache/struts/util/LabelVal

Label Value Bean? for

2005-10-24 Thread Jim Reynolds
I forgot the name of the class /or/ tag that was useful when creating list data. That is, when gathering the data for the display, I thought the proper way to do this, was to use a "Label Value Bean?"? Problem is, I am having trouble remembering/finding the api for the label value be