RE: problem with automation of struts html code

2005-03-08 Thread David G. Friedman
uts webapp. Regards, David -Original Message- From: wo_shi_ni_ba_ba [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 9:50 PM To: Struts Users Mailing List Subject: Re: problem with automation of struts html code hi folks, thanks for the suggetion. I am not trying to write a templati

RE: problem with automation of struts html code

2005-03-08 Thread wo_shi_ni_ba_ba
esControllers. > > You can find SiteMesh on OpenSymphony.com at: > http://www.opensymphony.com/sitemesh > > Regards, > David > > -Original Message----- > From: Max Cooper [mailto:[EMAIL PROTECTED] > Subject: Re: problem with automation of struts html > code >

Re: problem with automation of struts html code

2005-03-08 Thread wo_shi_ni_ba_ba
hi folks, thanks for the suggetion. I am not trying to write a templating system. I am trying to do something different, maybe an example will elaborate. I have a utility function printTable1 that I want to use it to print different tables because the tables in my jsps share a lot of common struc

RE: problem with automation of struts html code

2005-03-08 Thread David G. Friedman
th TilesActions and/or TilesControllers. You can find SiteMesh on OpenSymphony.com at: http://www.opensymphony.com/sitemesh Regards, David -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Subject: Re: problem with automation of struts html code Don't write your own pa

Re: problem with automation of struts html code

2005-03-08 Thread Max Cooper
Don't write your own page templating system. Use Tiles instead. -Max On Tue, 2005-03-08 at 16:32 -0800, wo_shi_ni_ba_ba wrote: > Hi folks, > In my webapplications there are many html page with > the similar look and structure. I am trying to factor > out them. So I created utility functions to p

problem with automation of struts html code

2005-03-08 Thread wo_shi_ni_ba_ba
Hi folks, In my webapplications there are many html page with the similar look and structure. I am trying to factor out them. So I created utility functions to print out html code to the jspWriter. But I am not able to incorporate struts tags into these functions because they will just be printed