struts-template and MVC

2001-05-15 Thread Dan Miser
I originally wrote a Struts app that acted much like the struts-example. I feel it's a good separation of business logic from presentation, and that it follows the principles of MVC pretty well. Now the GUI developers are looking to integrate all of my very ugly HTML pages into a common look a

Re: struts-template and MVC

2001-05-15 Thread Mark Simms
Sounds greatgo for it Dan, but try to get more info on the component specification.little seems to be known about it. - Original Message - From: "Dan Miser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 8:34 PM Subject: struts-

Re: struts-template and MVC

2001-05-15 Thread John Chang
should be: - Original Message - From: "Dan Miser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 8:34 PM Subject: struts-template and MVC > I originally wrote a Struts app that acted much like the struts-example. I > feel it

Re: struts-template and MVC

2001-05-15 Thread Dan Miser
you want to execute an action. -- Dan Miser http://www.distribucon.com - Original Message - From: "John Chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 1:28 AM Subject: Re: struts-template and MVC > should be: > > direct='true' />

Re: struts-template and MVC

2001-05-16 Thread Cedric Dumoulin
Hi Dan, Struts 'actions' do a forward at the end. This forbid to insert an action in a template, because you can't do a forward once you have start to write the request response. A solution to your problem is, using Components implementation, to replace tag with following :

RE: struts-template and MVC

2001-05-16 Thread Danail Grigorov
1.2.5 and JRun Server 3.0 SP2a, Struts nightly build from 12.May.2001 danail -Original Message- From: Dan Miser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 8:35 PM To: [EMAIL PROTECTED] Subject: struts-template and MVC I originally wrote a Struts app that acted much like

RE: struts-template and MVC

2001-05-16 Thread Perez, Bill
HOW THE HELL DO I UNSUBSCRIBE FROM THIS LIST > -Original Message- > From: Mark Simms [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 6:50 PM > To: [EMAIL PROTECTED] > Subject: Re: struts-template and MVC > > Sounds greatgo for it Dan, > but

Re: struts-template and MVC

2001-05-31 Thread Martin Cooper
BY LOOKING AT THIS PAGE http://jakarta.apache.org/site/mail2.html - Original Message - From: "Perez, Bill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 10:40 AM Subject: RE: struts-template and MVC > HOW THE HELL DO I U