Great Question, If I was to use an ActionForm to populate my presentation layer, how would I go about it. Would I use a struts tag, or this jstl I hear people going on about (I know one day I should rtfm). An example of displaying a value as text in my JSP from a form bean (myform) with property firstName would be greatly appreciated.
-----Original Message----- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 13:58 To: 'Struts Users Mailing List' Subject: RE: Displaying data :: Best practise Nils I tend to use ActionForms where I can, but I also have a set of wrappers for Collections that handle ordering of the columns within the collection, retrieve individual items by key etc. and adapters for single objects that enable the front-end to pull all the details out of the beans with simple getters. This make life easy and consistent for the JSP developers as it gives a consistent interface. I am more than willing to pop these up somewhere so you can have a look, if it helps. Christopher Marsh-Bourdon www.marsh-bourdon.com -----Original Message----- From: Nils Liebelt [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 13:40 To: 'Struts Users Mailing List' Subject: Displaying data :: Best practise What goes to the front (for viewing purposes)? For capturing data we use ActionForms! But how do you display data (from your model) nicely? Send Businesobjects, Businessobjects stuffed in Beans, ActionForm or something else to the view layer? Regards, Nils --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---------------------------------------------------------------------------- ---- The information contained herein is confidential and is intended solely for the addressee. Access by any other party is unauthorised without the express written permission of the sender. If you are not the intended recipient, please contact the sender either via the company switchboard on +44 (0)20 7623 8000, or via e-mail return. If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. 3167 ---------------------------------------------------------------------------- ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]