DO NOT REPLY [Bug 21428] New: - String type page propery results in ClassCastException

2003-07-09 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://nagoya.apache.org/bugzilla/show_bu

[OT] CVS

2003-07-09 Thread Tumi Mathibedi
Hi, I am would like to know how to setup cvs to send out emails for every commit to the developers like the way is setup on apache. I tried to do a search on google with no luck. Any input is welcome. Thanks, --Tumi “This e-mail is sent on the Terms and Conditions that can be accessed by Click

RE: [OT] CVS

2003-07-09 Thread Steve Raeburn
Try this. http://cvsbook.red-bean.com/cvsbook.html#Commit_Emails. I haven't actually tried it for myself so I can't guarantee it'll work. Steve > -Original Message- > From: Tumi Mathibedi [mailto:[EMAIL PROTECTED] > Sent: July 9, 2003 2:40 AM > To: Struts Developers List > Subject: [OT] C

Re: [OT] CVS

2003-07-09 Thread Stefan Bodewig
On Wed, 9 Jul 2003, Tumi Mathibedi <[EMAIL PROTECTED]> wrote: > I am would like to know how to setup cvs to send out emails for > every commit to the developers like the way is setup on apache. For a way very similar to Apache's infrastructure, see Spackle[1]. This is based on the scripts that ar

Re: [VOTE-RESULT] Steve Raeburn as a Struts Committer

2003-07-09 Thread Max Cooper
Here are some tips I have gathered from using WinCVS and Cygwin's ssh client over the years: 1) Use one of the latest beta releases of WinCVS. I'm using 1.3b13 now. The 1.3 betas have better support for connecting with ssh. I have authentication set to "ssh" on the Preferences dialog and none of t

Re: [VOTE-RESULT] Steve Raeburn as a Struts Committer

2003-07-09 Thread Max Cooper
TeraTerm with the TeraTerm SSH extension is also a good, free terminal program. TeraTerm: http://hp.vector.co.jp/authors/VA002416/teraterm.html SSH extension: http://www.zip.com.au/~roca/ttssh.html -Max - Original Message - From: "Rob Leland" <[EMAIL PROTECTED]> To: "Struts Developers

Re: [OT] CVS

2003-07-09 Thread Max Cooper
SourceForge uses syncmail for this purpose: http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1#docssyncmail http://sourceforge.net/projects/cvs-syncmail There are other scripts available to do the same thing. -Max - Original Message - From: "Tumi Mathibedi" <[EMAIL PROT

Automatic readonly/disabled settings in struts-html

2003-07-09 Thread Shai.Berger
Hi guys, We are developing a web application with a number of complex pages and dozens of controls. These controls' readonly status should be set, individually, at runtime. With the current (1.1) struts-html, out pages should come out as a repetition of With "someName" being replaced ea

Re: [OT] CVS

2003-07-09 Thread Erik Hatcher
We are using this one internally now, and its beautiful: http://www.badgers-in-foil.co.uk/projects/cvsspam/ On Wednesday, July 9, 2003, at 03:26 AM, Stefan Bodewig wrote: On Wed, 9 Jul 2003, Tumi Mathibedi <[EMAIL PROTECTED]> wrote: I am would like to know how to setup cvs to send out emails f

RE: [OT] CVS

2003-07-09 Thread Tumi Mathibedi
Thanks for the input. I will be looking into these solutions. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 02:47 To: Struts Developers List Subject: Re: [OT] CVS We are using this one internally now, and its beautiful: http://www.badgers-in-

DO NOT REPLY [Bug 20854] - Error with nesting tags in separate pages

2003-07-09 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://nagoya.apache.org/bugzilla/show_bu

Trouble in mapping the request params to Form bean!

2003-07-09 Thread Karikalan Kumaresan
Hi, I am using Struts 1.1, and having a Form bean which has different type of properties (Integer, String, Date), as far as I know, struts takes care of the automatic type conversion of the bean properties, but I am getting the following error am I missing something here, any help would be gre

Re: Trouble in mapping the request params to Form bean!

2003-07-09 Thread Sgarlata Matt
I'm not sure if Struts takes care of automatic conversions, but you should only be counting on that behavior if you are doing client-side input validation. Otherwise if the user inputs, say, an invalid Date, the conversion will fail. There might also be a problem with automatic conversions if the

RE: Trouble in mapping the request params to Form bean!

2003-07-09 Thread Karikalan Kumaresan
Thanks for the prompt reply Matt, Yeah! I am aware of that client side validation, we have a proper client side validation, but the server side type conversion is just not happening, I thought I am missing some configuration stuff, I have seen some forums discussing about automatic type conversion

DO NOT REPLY [Bug 21451] New: - Struts tags problem

2003-07-09 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles/ext TextTag.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 17:29:33 Removed: src/share/org/apache/struts/taglib/tiles/ext TextTag.java Log: Removed deprecated o.a.s.tiles.ext.TextTag. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles/util TagUtils.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 18:12:10 Modified:src/share/org/apache/struts/taglib/tiles/util TagUtils.java Log: Deprecated getProperty() because it provided no value over calling PropertyUtils.getProperty() directly. Revision ChangesPath 1.7 +9 -5 jakarta-struts/src/

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles PutTag.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 18:16:03 Modified:src/share/org/apache/struts/taglib/tiles PutTag.java Log: Formatted code. Revision ChangesPath 1.7 +281 -266 jakarta-struts/src/share/org/apache/struts/taglib/tiles/PutTag.java Index: PutTag.java

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles PutTag.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 18:16:38 Modified:src/share/org/apache/struts/taglib/tiles PutTag.java Log: Replaced TagUtils.getProperty() with PropertyUtils.getProperty(). Revision ChangesPath 1.8 +5 -4 jakarta-struts/src/share/org/apache/struts/taglib/tiles/PutTag.java

cvs commit: jakarta-struts/src/share/org/apache/struts/actions DispatchAction.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 19:59:06 Modified:src/share/org/apache/struts/actions DispatchAction.java Log: Changed Class types[] to Class[] types. Revision ChangesPath 1.15 +12 -11 jakarta-struts/src/share/org/apache/struts/actions/DispatchAction.java Index: Dispatch

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/actions TilesAction.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 20:01:27 Modified:src/share/org/apache/struts/tiles/actions TilesAction.java Log: Formatted code. Revision ChangesPath 1.6 +76 -75 jakarta-struts/src/share/org/apache/struts/tiles/actions/TilesAction.java Index: TilesAction.java ===

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/actions TilesAction.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 20:03:02 Modified:src/share/org/apache/struts/tiles/actions TilesAction.java Log: Removed deprecated perform() method. Revision ChangesPath 1.7 +5 -35 jakarta-struts/src/share/org/apache/struts/tiles/actions/TilesAction.java Index: Tiles

cvs commit: jakarta-struts/src/share/org/apache/struts/validator DynaValidatorActionForm.java DynaValidatorForm.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 21:01:48 Modified:src/share/org/apache/struts/validator DynaValidatorActionForm.java DynaValidatorForm.java Log: If the dyna 'page' property was defined as something other than java.lang.Integer a ClassCastException was thrown. Now a mes

DO NOT REPLY [Bug 21428] - String type page propery results in ClassCastException

2003-07-09 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html HtmlTag.java

2003-07-09 Thread dgraham
dgraham 2003/07/09 21:10:05 Modified:src/share/org/apache/struts/taglib/html HtmlTag.java Log: Refactored element generation into new renderHtmlStartElement() method. Revision ChangesPath 1.13 +20 -10 jakarta-struts/src/share/org/apache/struts/taglib/html/Html

cvs commit: jakarta-struts build.xml

2003-07-09 Thread martinc
martinc 2003/07/09 21:25:05 Modified:.build.xml Log: Update current build version to 1.2-dev. Reorganise the prerequisite properties documentation into required and optional sections, and alphabetised; this was getting too big to grok. Revision ChangesPath 1.1

Re: [OT] CVS

2003-07-09 Thread Daniel Steudel
hi, you also can run progs on a module basis. you can give some options in the modules file: http://www.cvshome.org/docs/manual/cvs-1.11.3/cvs_18.html#SEC162 check this out. DeeasS Tumi Mathibedi wrote: Hi, I am would like to know how to setup cvs to send out emails for every commit to the deve