Re: Making Value Objects Into Form Objects

2003-06-19 Thread florian
operty for example.. ciao! florian On Mittwoch, Juni 18, 2003, at 05:07 Uhr, Weissman, Alan wrote: Ok so I'm a little new to Struts but not J2EE and I've been noticing that my Value Objects that come out of EJB's in my data layer are the exact same objects as the ActionForms that

endless actionforms and valueobjects questions

2003-06-08 Thread florian
borders of layers. that however brings the question: why should i use something else than strings in my actionforms? ciao! florian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

converting localized user input to typed value

2003-06-02 Thread florian
hi! im wondering if there is a nice way to for example convert a "1.000,12" string to an Money object with this amount for the formbean? or how do you generally handle localized user input? thanks alot! ciao! florian --

Re: Populating Value Objects for the Business Tier

2003-06-01 Thread florian
On Samstag, Mai 31, 2003, at 06:09 Uhr, Ted Husted wrote: florian wrote: i think this has been discussed before.. but wouldnt it be possible to simply have the actionform methods delegate to the value objects accessors? when the form is populated it looks for getter and setter methods, no

Re: Populating Value Objects for the Business Tier

2003-05-31 Thread florian
value objects accessors? when the form is populated it looks for getter and setter methods, no? ciao! florian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problems with the logic:iterate tag

2001-01-26 Thread Florian Zwerina
least, some of the control characters were converted to ASCII, and it is difficult to read. *** REPLY SEPARATOR *** On 1/26/2001 at 10:45 AM Florian Zwerina wrote: Hi ! I have a problem with the tag the following piece of 'code' works ok=20 (so I know I=B4m doing not

read only values in forms

2001-01-26 Thread Florian Zwerina
Hi ! I´m looking for a way to display 'read only' values in a form (I don´t want an input filed - just plain old text for some of the properties) ... button stuff wil

problems with the logic:iterate tag

2001-01-26 Thread Florian Zwerina
Hi ! I have a problem with the tag the following piece of 'code' works ok=20 (so I know I=B4m doing nothing wrong on the Controller/Model side): <%=09 Iterator it =3D ((Collection)session.getAttribute("someList")).iterator(); while (it.hasNext()){ pageContext