Re: DynaBeans with struts faces

2004-04-09 Thread Craig McClanahan
Joe Hertz wrote: Craig McC writes: Could you refresh us on what your JSP code looks like now? I've since gone to a datatable. Below is struts-faces and non-struts versions I did recognize that the nested form bean approach wasn't the optimal way of doing once I could put my "real" obj

Re: DynaBeans with struts faces

2004-04-09 Thread Joe Hertz
Craig McC writes: > Could you refresh us on what your JSP code looks like now? I've since gone to a datatable. Below is struts-faces and non-struts versions I did recognize that the nested form bean approach wasn't the optimal way of doing once I could put my "real" object into the UI, so I'v

Re: DynaBeans with struts faces

2004-04-09 Thread Craig McClanahan
You probably want a value attribute here, with an expression like "#{item.currency}". -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Fri

RE: DynaBeans with struts faces

2004-04-09 Thread Joe Hertz
-Joe, hoping the answer isn't *too* embarrassing. < -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Friday, April 09, 2004 8:19 AM > To: [EMAIL

RE: DynaBeans with struts faces

2004-04-09 Thread Matthias Wessendorf
Joe, can you provide some code ? btw. i would use -Tag for "forEach" in JSF and for rendering like this: note with you can "group" components logicaly. dataTable has a "footer" and a "header" it renders and for a HTML-Table and look at

RE: DynaBeans with struts faces

2004-04-09 Thread Joe Hertz
Friday, April 09, 2004 4:27 AM > To: 'Struts Users Mailing List' > Subject: RE: DynaBeans with struts faces [Was Right Back in > My Struts Face] > > > Hi Joe, > > the thing with was noticed in the "online" > release-notes that where shiped

RE: DynaBeans with struts faces [Was Right Back in My Struts Face]

2004-04-09 Thread Matthias Wessendorf
Hi Joe, the thing with was noticed in the "online" release-notes that where shiped with the beta.(not more online, i guess) In Early_Access_X there where the -Tag. however, you must add the following to struts-cfg.xml: note, i use the tiles-candidate for supporting tiles in my jsf-sturts-

RE: DynaBeans with struts faces [Was Right Back in My Struts Face]

2004-04-09 Thread Matthias Wessendorf
Hi Joe, the thing with was noticed in the "online" release-notes that where shiped with the beta.(not more online, i guess) In Early_Access_X there where the -Tag. however, you must add the following to struts-cfg.xml: note, i use the tiles-candidate for supporting tiles in my jsf-sturts-