RE: design flaw if using a template...

2002-03-10 Thread Matt Read
2 20:26 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Matt I have done more research over the weekend and this is what I have found: The multiple *.do only works in Resin, not Tomcat. In Tomcat, this is the exception: "javax.servlet.jsp.JspException: Canno

RE: design flaw if using a template...

2002-03-10 Thread Keith Chew
but no joy. Keith -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: Friday, 8 March 2002 11:04 a.m. To: Struts Users Mailing List Subject: RE: design flaw if using a template... I'm glad you've found a solution. I'd still say you're misusing though

RE: design flaw if using a template...

2002-03-07 Thread Matt Read
and your problems will be solved. Matt. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 02:18 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Matt I will try this again tonight. But I am doing the same as you (well, just ano

RE: design flaw if using a template...

2002-03-07 Thread Keith Chew
sp to just return the news. It's going well. Thank you very much for all you help. Keith -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 March 2002 3:31 p.m. To: Struts Users Mailing List Subject: RE: design flaw if using a template... Keith, they&

RE: design flaw if using a template...

2002-03-07 Thread Keith Chew
al Message- From: Ross MacCharles [mailto:[EMAIL PROTECTED]] Sent: Friday, 8 March 2002 4:23 a.m. To: 'Struts Users Mailing List' Subject: RE: design flaw if using a template... Hi Keith. I look at the system as having several complementary models, controllers and event trig

RE: design flaw if using a template...

2002-03-07 Thread Ross MacCharles
ailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 6:02 PM To: Struts Users Mailing List Subject:RE: design flaw if using a template... Hi Ross Good comments. You see, with custom tags, there are several problems: - For each different parts of the template, I need to create

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
al Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 March 2002 3:31 p.m. To: Struts Users Mailing List Subject: RE: design flaw if using a template... Keith, they're not the same thing, by any means. As you said, if you use your method: you get a "too m

RE: design flaw if using a template...

2002-03-06 Thread Matt Read
Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 02:18 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Matt I will try this again tonight. But I am doing the same as you (well, just another way): In template.jsp, you can either go:

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
n Matt. Keith -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 March 2002 1:28 p.m. To: Struts Users Mailing List Subject: RE: design flaw if using a template... Yep, that's pretty much what I did. I don't really have a cut-down example that

RE: design flaw if using a template...

2002-03-06 Thread Matt Read
Sorry, I hope you spotted my mistake, the lines: Should read: Matt. -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 00:28 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Yep, that&#

RE: design flaw if using a template...

2002-03-06 Thread Matt Read
e result of your 2 actions that you "put" in step 3. Hope this is clear enough. Matt. -Original Message----- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 00:14 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Matt, thank you very muc

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
hursday, 7 March 2002 12:54 p.m. To: Struts Users Mailing List Subject: RE: design flaw if using a template... I did try it and it worked fine. I'm using the nightly build. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 23:49 To: Struts Users Maili

RE: design flaw if using a template...

2002-03-06 Thread Matt Read
I did try it and it worked fine. I'm using the nightly build. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 23:49 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Matt Yes, that's exactly what I want. In fa

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
following the same flow as any other content. E.g. ... some html Matt. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 23:02 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Ross Good c

RE: design flaw if using a template...

2002-03-06 Thread Matt Read
me flow as any other content. E.g. ... some html Matt. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 23:02 To: Struts Users Mailing List Subject: RE: design flaw if using a template... Hi Ross Good comments. You s

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
List' Subject: RE: design flaw if using a template... Consider rethinking the philosophy that all data rendered in the JSP must come from an ActionForm. In my mind the ActionForm generally represents the editable data for the page displayed to the user. There's no problem with displa

RE: design flaw if using a template...

2002-03-06 Thread Keith Chew
-Original Message- From: rajesh kalluri [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 March 2002 10:46 a.m. To: Struts Users Mailing List Subject: Re: design flaw if using a template... Keith, check out... http://www.lifl.fr/~dumoulin/tiles/ .the new examples that come

RE: design flaw if using a template...

2002-03-06 Thread Ross MacCharles
Consider rethinking the philosophy that all data rendered in the JSP must come from an ActionForm. In my mind the ActionForm generally represents the editable data for the page displayed to the user. There's no problem with displaying data from other sources on the same page - especially read o

Re: design flaw if using a template...

2002-03-06 Thread rajesh kalluri
Keith, check out... http://www.lifl.fr/~dumoulin/tiles/ .the new examples that come with it solve some related problem. > Hi > > Struts provides us with a nice MVC architecture, where: > - a user's click maps to an Action > - based on the results, the user is forwarded to