DO NOT REPLY [Bug 29796] - generates bad js method id's with ActionValidator Form

2004-06-28 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: PoweredBy

2004-06-28 Thread dev
Date: 2004-06-28T15:35:31 Editor: 69.17.41.238 <> Wiki: Apache Struts Wiki Page: PoweredBy URL: http://wiki.apache.org/struts/PoweredBy no comment Change Log: -- @@ -1,4 +1,4 @@ Here is a list of sites

[Apache Struts Wiki] New: PoweredBy

2004-06-28 Thread dev
Date: 2004-06-28T15:35:01 Editor: 69.17.41.238 <> Wiki: Apache Struts Wiki Page: PoweredBy URL: http://wiki.apache.org/struts/PoweredBy no comment New Page: Here is a list of sites that are currently powered by Struts: * [http://www.esagegroup.com eSage Group] A consulting c

[Apache Struts Wiki] Updated: FrontPage

2004-06-28 Thread dev
Date: 2004-06-28T15:33:43 Editor: 69.17.41.238 <> Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -14,6 +14,7 @@ * [http://jakarta.ap

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-06-28 Thread dev
Date: 2004-06-28T10:00:08 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log: --

[Apache Struts Wiki] Updated: StrutsCatalogMultipleImageButtonsWithNoJavaScript

2004-06-28 Thread dev
Date: 2004-06-28T09:48:17 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript no comment Change Log: --

DO NOT REPLY [Bug 29848] New: - Return appropriate status code when form validation fails

2004-06-28 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

action based client side validation

2004-06-28 Thread kalpesh modi
Hi, I made changes to tag for version 1.2 And sorry about the typo in the previous mail. It is actually validator-rules.xml and not validation.xml The change that the validator-rules.xml needs is the method name needs to be passed to the javascript functions. ---

Re: nominate ?

2004-06-28 Thread Michael Rassmussen
Just to add a little tidbit here, for anyone using eclipse, downloading maven and the mavenide plugin (found on eclipseplugincentral.com) will make your maven build unbelievably simple. You just install it, point it to the maven idirectory in its preferences, right click on the project.xml file an

Re: action based client side validation

2004-06-28 Thread Adrian Lanning
Just to make sure its clear what Kalpesh did, he patched the html:javascript tag to allow PER-METHOD (or Per-Action depending on if you use the VLDAction) client-side validation. This is especially useful when using Brandon's VLDAction since each method in the action (read "button on the page") ca

Re: nominate ?

2004-06-28 Thread Michael McGrady
I too would be happy to help if someone were to guide me through the Maven process and take a little time to get me past the "admin" stuff. At 06:51 AM 6/28/2004, Mark Lowe wrote: Okay joe I'm compiled, maven seemed to keep me in ignorant bliss while downloading all the dependancies. I must have

DO NOT REPLY [Bug 29844] New: - WriteTag doesn't format Calendar objects

2004-06-28 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

Building Struts with Maven (was Re: nominate ?)

2004-06-28 Thread Joe Germuska
As one of the people interested in making Maven work for Struts, I'll just jump in here. First, it's true that Ant is "the official" build tool for Struts 1.2.x -- it's the thing to use to make releases, etc, and nothing should be committed that breaks it. That said, once you have Maven going,

DO NOT REPLY [Bug 29443] - html tags need bundle attribute

2004-06-28 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

action based client side validation

2004-06-28 Thread kalpesh modi
Hi, I made some changes to tag to take care of the action based client side validation. It will give different javascript validation for different button action. It is client side counterpart of VLDAction by Brandon Goodin. Adrian Lanning also help and gave suggestions for this development. Howev

Re: nominate ?

2004-06-28 Thread Mark Lowe
Okay joe I'm compiled, maven seemed to keep me in ignorant bliss while downloading all the dependancies. I must have last tried when the validator stuff was still in the way. Thanks Mark On 28 Jun 2004, at 13:42, Joe Germuska wrote: At 10:59 AM +0200 6/28/04, Mark Lowe wrote: Give me some pointe

Re: nominate ?

2004-06-28 Thread James Mitchell
Sorry, I failed to mention that I run $ant dist prior to running Tomcat. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]

Re: nominate ?

2004-06-28 Thread James Mitchell
I can sympathize. Our build/test process for Struts is pretty complex, and began (i think) while maven was just a twinkle in someone's eye;) At this point, I (just me talking) am ignoring the Maven side of things for now. Our Maven setup comes no where close to what the regular ant build script

[Apache Struts Wiki] Updated: StrutsArticles

2004-06-28 Thread dev
Date: 2004-06-28T05:31:29 Editor: JamesMitchell <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsArticles URL: http://wiki.apache.org/struts/StrutsArticles What was that about? Change Log: -- @@

Re: How to populate fields in a form with data retrieved from a database table...

2004-06-28 Thread Research labs
Noted. Thanks. --- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 5:25 AM +0100 6/27/04, Research labs wrote: > >//***Please note that I am using DispatchAction not > >Action*** > > > >Please tell me how to populate fields in a form > with > >data retrieved from a database table. > >Please note tha

Re: nominate ?

2004-06-28 Thread Joe Germuska
At 10:59 AM +0200 6/28/04, Mark Lowe wrote: Give me some pointers on building struts with all that maven gumph and I'd get involved with patch submission. I just haven't had the silly amount of time required to configure everything. Maven is installed, and I've the source checked out. Point me t

Re: nominate ?

2004-06-28 Thread Mark Lowe
Give me some pointers on building struts with all that maven gumph and I'd get involved with patch submission. I just haven't had the silly amount of time required to configure everything. Maven is installed, and I've the source checked out. Point me to some clear instructions on how to get the

[Apache Struts Wiki] Updated: StrutsArticles

2004-06-28 Thread dev
Date: 2004-06-28T00:32:43 Editor: 218.208.250.85 <> Wiki: Apache Struts Wiki Page: StrutsArticles URL: http://wiki.apache.org/struts/StrutsArticles no comment Change Log: -- @@ -4,5 +4,5 @@ [http://o

[Apache Struts Wiki] Updated: StrutsArticles

2004-06-28 Thread dev
Date: 2004-06-28T00:29:11 Editor: 210.19.226.3 <> Wiki: Apache Struts Wiki Page: StrutsArticles URL: http://wiki.apache.org/struts/StrutsArticles no comment Change Log: -- @@ -4,3 +4,5 @@ [http://otn

[Apache Struts Wiki] Updated: StrutsArticles

2004-06-28 Thread dev
Date: 2004-06-28T00:18:00 Editor: 210.19.226.3 <> Wiki: Apache Struts Wiki Page: StrutsArticles URL: http://wiki.apache.org/struts/StrutsArticles no comment Change Log: -- @@ -4,5 +4,3 @@ [http://otn

[Apache Struts Wiki] Updated: StrutsArticles

2004-06-28 Thread dev
Date: 2004-06-28T00:16:00 Editor: 210.19.226.3 <> Wiki: Apache Struts Wiki Page: StrutsArticles URL: http://wiki.apache.org/struts/StrutsArticles no comment Change Log: -- @@ -5,3 +5,4 @@ [http://otn.o