SelectTag using a collection property?

2004-08-10 Thread Janne Mattila
Hi, I am learning struts and found out that select tag which renders a multiple options select box takes an array instead of a collection. Are there any plans to enable selectTag to use also collections? It seems unintuitive to mandate the use of arrays as the nested options can be populated us

mozilla problems

2004-08-10 Thread Michael McGrady
Code like align=middle name="Parcourir" src="../images/parcourir.gif" border="0" onClick="document.formPrincipal.PHOTO1.click(); document.formPrincipal.file.value=document.formPrincipal.PHOTO1.value;"> works with Internet Explorer but not with other browsers. Anyon

Re: mozilla problems

2004-08-10 Thread Pavel Kolesnikov
I don't think this is a Struts related issue. Just don't use "document.formName" in your javascript if you want HTML working with other browsers than MSIE. If you need to handle onClick event, try and "document.getElementById['myForm']" in your onClick handler instead. Pavel On Tue, 10 Aug 200

this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Michael McGrady
How do the values for the name attribute of the image html tag get translated from this.that.x to [actionForm].getThis().getThat().setX(Integer)? I would like, rather, to thave the values read as follows: [actionForm].setName(this.that). So, I need to find the code which needs to be massaged.

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Hubert Rabago
I believe this code is in the RequestProcess.processPopulate(), which in turn calls BeanUtils.populate(). Hubert --- Michael McGrady <[EMAIL PROTECTED]> wrote: > How do the values for the name attribute of the image html tag get > translated from this.that.x to > [actionForm].getThis().getThat(

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Hubert Rabago
I meant to say RequestProcessor.processPopulate(), which in turn calls BeanUtils.populate(). There's some really cool code in there (BeanUtils) by the way. Makes we want to play with MessageResources so I don't have to say invalid.combination={0} is not a valid plan for {1} but instead

Re: mozilla problems

2004-08-10 Thread Michael McGrady
At 08:32 AM 8/10/2004, you wrote: I don't think this is a Struts related issue. Just don't use "document.formName" in your javascript if you want HTML working with other browsers than MSIE. If you need to handle onClick event, try and "document.getElementById['myForm']" in your onClick handler ins

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Michael McGrady
At 08:04 AM 8/10/2004, you wrote: There's some really cool code in there (BeanUtils) by the way. Makes we want to play with MessageResources so I don't have to say invalid.combination={0} is not a valid plan for {1} but instead i can say invalid.combination={0.planName} is not valid with {1.pack

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Niall Pemberton
Have you tried this with the latest nightly build - I was having similar problems with some of the standard parameters struts uses (e.g. Cancel button indicator and Transaction tokens) - my forms were trying to get the "org" bean. I changed the form population mechanims to ignore parameters that s

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Michael McGrady
At 08:53 AM 8/10/2004, you wrote: Have you tried this with the latest nightly build - I was having similar problems with some of the standard parameters struts uses (e.g. Cancel button indicator and Transaction tokens) - my forms were trying to get the "org" bean. I changed the form population mech

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T11:55:12 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T11:55:43 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalog

2004-08-10 Thread dev
Date: 2004-08-10T12:01:39 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalog URL: http://wiki.apache.org/struts/StrutsCatalog no comment Change Log: -- @@ -22,6 +22,

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T14:14:09 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T14:14:41 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T14:17:24 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

DO NOT REPLY [Bug 30461] - struts generate wrong javascript validation rule

2004-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24516] - excessive input and javascript 'do' keyword

2004-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[Apache Struts Wiki] Updated: FrontPage

2004-08-10 Thread dev
Date: 2004-08-10T18:31:05 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage Add a release plans page Change Log: -- @@ -21,

[Apache Struts Wiki] New: StrutsReleasePlans

2004-08-10 Thread dev
Date: 2004-08-10T18:40:07 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsReleasePlans URL: http://wiki.apache.org/struts/StrutsReleasePlans no comment New Page: = Purpose = The purpose of this page is to set up '''checklists''' for Struts relea

[Apache Struts Wiki] New: StrutsRelease122

2004-08-10 Thread dev
Date: 2004-08-10T20:15:49 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease122 URL: http://wiki.apache.org/struts/StrutsRelease122 no comment New Page: = Info = 1. See Struts [http://struts.apache.org/releases.html#Releases Release Guideli

[Apache Struts Wiki] Updated: StrutsReleasePlans

2004-08-10 Thread dev
Date: 2004-08-10T20:20:35 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsReleasePlans URL: http://wiki.apache.org/struts/StrutsReleasePlans no comment Change Log: -- @@

[Apache Struts Wiki] Updated: StrutsRelease122

2004-08-10 Thread dev
Date: 2004-08-10T20:22:49 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease122 URL: http://wiki.apache.org/struts/StrutsRelease122 no comment Change Log: -- @@ -1,4

Re: Struts 1.2.2

2004-08-10 Thread Niall Pemberton
I've been through the bugs for Struts (also applied patch for 30300 you mention below) and theres none outstanding thats stopping a release. I was (and still am) hoping someone with more experience (as the newbie committer, thats everyone else - lol) would step in. Anyway, I'm hoping I might start

[Apache Struts Wiki] Updated: StrutsRelease122

2004-08-10 Thread dev
Date: 2004-08-10T20:33:41 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease122 URL: http://wiki.apache.org/struts/StrutsRelease122 no comment Change Log: -- @@ -46,

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T20:37:41 Editor: KishoreSenji <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript Making it a DispathAction Change Log: ---

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Niall Pemberton
Michael, Sorry its not something thats an issue for me at the moment and so its not high on my priorities to spend time giving some thought to. Niall - Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, August 10

Re: this.that.x=4 and this.that.y=9 translations in ActionForm

2004-08-10 Thread Michael McGrady
At 08:43 PM 8/10/2004, you wrote: Michael, Sorry its not something thats an issue for me at the moment and so its not high on my priorities to spend time giving some thought to. Niall Niall, I have come to think that this is not important enough to do, since I have found the following simple solut

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T21:50:24 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T21:53:41 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T21:54:49 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T22:05:14 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-08-10 Thread dev
Date: 2004-08-10T22:07:51 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log:

[Apache Struts Wiki] Updated: StrutsRelease122

2004-08-10 Thread dev
Date: 2004-08-10T23:26:45 Editor: CraigMcClanahan <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease122 URL: http://wiki.apache.org/struts/StrutsRelease122 Add some commentary on a few of the points. Change Log: