DO NOT REPLY [Bug 31481] New: - [struts-tiles]: ControllerSupport doesn't support Struts 1.1 controllers

2004-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31481. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Problem related to Struts-tiles

2004-09-30 Thread Cedric Dumoulin
Hi, Such question should be post in the struts-user mailing list :-). Tiles is a framework that build pages by assembling fragment or tiles on the server side. When you request a page made of tiles, the server return the entire page, not a particular tile. If you want only a particular area

Re: Problem related to Struts-tiles

2004-09-30 Thread BaTien Duong
Cedric Dumoulin wrote: Greeting Cedric: It has been a long time to see you again on the list. I wonder if you have some time to make tiles work better with faces. Here is what I have tried faces and tiles without struts (so no plug-in): 1) If i load TileServlet as instructed, the log said tile

[Apache Struts Wiki] Updated: StrutsCatalog

2004-09-30 Thread dev
Date: 2004-09-30T14:43:09 Editor: NiallPemberton [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsCatalog URL: http://wiki.apache.org/struts/StrutsCatalog no comment Change Log: -- @@ -19,3 +19,4

[Apache Struts Wiki] New: StrutsCatalogLazyList

2004-09-30 Thread dev
Date: 2004-09-30T15:57:57 Editor: NiallPemberton [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsCatalogLazyList URL: http://wiki.apache.org/struts/StrutsCatalogLazyList no comment New Page: There are two frequent issues the confront people when dealing with populating

Opening it up for debate...

2004-09-30 Thread Frank W. Zammetti
I came across something yesterday that might be good fodder for a debate... Consider a simple login page. You submit the typical form with a userID and password. Your ActionForm performs a validation to be sure they filled in both fields and returns errors if any validation fails. Simple

[Apache Struts Wiki] Updated: StrutsCatalogLazyList

2004-09-30 Thread dev
Date: 2004-09-30T16:05:00 Editor: NiallPemberton [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsCatalogLazyList URL: http://wiki.apache.org/struts/StrutsCatalogLazyList no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogLazyList

2004-09-30 Thread dev
Date: 2004-09-30T16:25:00 Editor: NiallPemberton [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsCatalogLazyList URL: http://wiki.apache.org/struts/StrutsCatalogLazyList no comment Change Log:

Re: Opening it up for debate...

2004-09-30 Thread Niall Pemberton
First I have to say, that I use container managed security for logon - rather rolling my own with an Action. Having said that I don't really see what the issue is - just use the same error mechanism that the validate() method uses - create an ActionMessages/ActionErrors object, stick the key to

Re: Opening it up for debate...

2004-09-30 Thread Frank W. Zammetti
Ah, I didn't know about the saveErrors method. That completely invalidates my entire concern. Thank you! I figured I was either on to something or was about to learn something, and I kinda figured it would be the later :) Niall Pemberton wrote: First I have to say, that I use container

Re: Opening it up for debate...

2004-09-30 Thread Craig McClanahan
On Thu, 30 Sep 2004 20:08:36 -0400, Frank W. Zammetti [EMAIL PROTECTED] wrote: Ah, I didn't know about the saveErrors method. That completely invalidates my entire concern. Thank you! I figured I was either on to something or was about to learn something, and I kinda figured it would be the

Re: Opening it up for debate...

2004-09-30 Thread Joe Germuska
At 7:01 PM -0400 9/30/04, Frank W. Zammetti wrote: I came across something yesterday that might be good fodder for a debate... Another approach which I have used is to consider an authorization failure a business exception and throw an UnauthorizedUserException which can then be mapped using

Re: Opening it up for debate...

2004-09-30 Thread Frank W. Zammetti
I actually have to plead ignorance on that... In all honesty, I haven't looked over the sample apps as much as I probably should... I'm one of those people that prefers to just jump in, start coding something and figure it out as I go. Plus, I don't generally like looking at other people's

DO NOT REPLY [Bug 31501] New: - html:form focus generates non-XHTML

2004-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31501. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.