RE: The best place for output formats

2005-04-28 Thread Chad Rosen
sources".. This way you can easily change the format in one place (app props) and have it propagate throughout the whole app. From: "Justin Morgan" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: The be

RE: The best place for output formats

2005-04-28 Thread Justin Morgan
IMO, when you take away JSTL *and* custom tags *and* Java code escapes from JSP, there's not much left to JSP. -Original Message- From: Rodolfo García Esteban/CYII [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:28 AM To: user@struts.apache.org Subject: Re: The best

RE: The best place for output formats

2005-04-28 Thread Rodolfo =?iso-8859-1?Q?Garc=EDa_Esteban=2FCYII?=
15:35 Por favor, responda a "Struts Users Mailing List" Para: 'Struts Users Mailing List' cc: (cco: Rodolfo García Esteban/CYII) Asunto: RE: The best place for output formats Well can you use Struts Bean Tags? If so, this would be your option

RE: The best place for output formats

2005-04-28 Thread Marsh-Bourdon, Christopher
Subject: Re: The best place for output formats Hi, This is my first idea doing it in the jsp. But in this project we can't use jstl neither custom tags neither <% java code %> which could be the solution? Thanks Rodolfo García Esteban Canal Isabel II

Re: The best place for output formats

2005-04-28 Thread Rodolfo García Esteban/CYII
Struts Users Mailing List cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: The best place for output formats Hi, imho the jsp (view), because the action is just the controller and each view component should be able to decide how to format data. Maybe the fmt tags (jstl)

Re: The best place for output formats

2005-04-28 Thread Tom Ziemer
Hi, imho the jsp (view), because the action is just the controller and each view component should be able to decide how to format data. Maybe the fmt tags (jstl) or a custom tag could take care of formatting the output. Regards, Tom Leon Rosenberg wrote: imho the action, because the neither the

Re: The best place for output formats

2005-04-28 Thread Leon Rosenberg
imho the action, because the neither the jsp nor the beans/forms should know anything about a query. But I'm often very alone with this opinion :-) regards Leon On Thu, 2005-04-28 at 14:41 +0200, Rodolfo García Esteban/CYII wrote: > Hi, > > I have a screen with the results of a query. this scre