RE: Unable to display Errors

2004-10-08 Thread ravi.vedala
Did you put html:errors / in the JSP ? -Original Message- From: Satish Talim [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 12:51 PM To: Struts Users Mailing List Subject: Unable to display Errors Hello all, I am new to Struts and experimenting with a simple Login screen

RE: How to validate the indexed properties using the vaildation framework ?

2004-10-05 Thread ravi.vedala
Hi, Can anybody please help on this issue. Regds Ravi -Original Message- From: Vasu Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 6:33 PM To: Struts Users Mailing List Subject: Re: How to validate the indexed properties using the vaildation framework ?

RE: Why My Validation Lets All Errors Pass Through?

2004-09-23 Thread ravi.vedala
Did you put html:errors / in your jsp ? -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:40 AM To: [EMAIL PROTECTED] Subject: Why My Validation Lets All Errors Pass Through? I intentionally left every single field blank and radio

RE: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-21 Thread ravi.vedala
Try in Sourceforge.net i don't remember now but there used to be some. -Original Message- From: Rajesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:23 AM To: Struts Users Mailing List Subject: Is there any free Application for Bug Tracking Software in Java or JSP

RE: Struts Taglib Question

2004-09-17 Thread ravi.vedala
If you want to have a default value, simply set the default value in the form bean. Eg : XYZForm{ String name = Ryan; public String getName(){ return name; } public String setName(String name){ this.name = name; } } -Original Message- From: Asleson, Ryan [mailto:[EMAIL

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
Thanks Rick. Right now the form is in session scope. Giving the action mapping and the form definition for your reference : form-bean name=myForm type=org.apache.struts.validator.DynaValidatorForm form-property name=lines type=com.test.Line[]/ form-property name=lastSlotId

RE: Accessing collections in jsp

2004-08-18 Thread ravi.vedala
Use html:options tag. -Original Message- From: vineesh . kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: Accessing collections in jsp To pass a range of values i used in PassAction.java Vector v=null;

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
Hi Rick, How to re-set the size of the array in the form? Can you pls point me to some example. Regds Ravi -Original Message- From: Ravi Vedala (WT01 - FINANCE BANKING SERVICES) Sent: Wednesday, August 18, 2004 12:30 PM To: [EMAIL PROTECTED] Subject: RE: DynaActionForm

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-18 Thread ravi.vedala
I have tried that ...form-property don't have a size attribute. :-( -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Wednesday, August 18, 2004 4:50 PM To: [EMAIL PROTECTED] Subject: Re: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
Thanks Shoaib. But, after giving the size 100 as : type=com.test.Line[100], it throws a NullPointerException : java.lang.NullPointerException: The type for property offerSlotslines is invalid at org.apache.struts.action.DynaActionForm.set(DynaActionForm.java:414) at

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
Also, I am not setting size neither in struts-config.xml nor in the action. Regds R-a-v-i -Original Message- From: Ravi Vedala (WT01 - FINANCE BANKING SERVICES) Sent: Wednesday, August 18, 2004 10:55 AM To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: DynaActionForm

Caching Framework

2004-08-13 Thread ravi.vedala
Hi, Is there any Caching framework available for struts ? For eg: I need to cache some list of objects ...etc., Ravi Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and

RE: Caching Framework

2004-08-13 Thread ravi.vedala
That's really a great idea Erik. Can you please point me to some example. Thanks Erik, Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:21 PM To: Struts Users Mailing List Subject: Re: Caching Framework Ravi, without getting

RE: Caching Framework

2004-08-13 Thread ravi.vedala
As I am very new to struts, it would be very helpful if you can point me to some sample code. Thanks for support from everybody. Regds Ravi -Original Message- From: Richard Cave [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:16 PM To: 'Struts Users Mailing List' Subject:

RE: OptionsCollectionTag with ActionForm and a collection attribute

2004-08-10 Thread ravi.vedala
Why do you want to store it in a collection ?? The selected option would be a String right ?? -Original Message- From: Janne Mattila [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 11:54 AM To: [EMAIL PROTECTED] Subject: RE: OptionsCollectionTag with ActionForm and a

Single argument to multiple vaildator rules ?

2004-07-29 Thread ravi.vedala
Hi friends, I have the following requirement. field property=XYZ depends=required,mask,intRange msg name=required key=key1/ msg name=mask key=key2/ msg name=intRange key=key3/ arg0 name=required key=key1/ // How to pass this argument to all the validtor rules ? /field

RE: executeBatch

2004-07-26 Thread ravi.vedala
Wot does log say ?? Can you give us the log output ? Regds r-a-v-i -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 12:26 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: executeBatch Hi, I experimented this

RE: Check for forward

2004-07-13 Thread ravi.vedala
My 2 cents : Add an attribute and decide from that !! -Original Message- From: Emmanouil Batsis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:26 PM To: Struts Users Mailing List Subject: Check for forward Is there a way to know whether the HttpServletRequest I am

RE: some best practices questions

2004-07-07 Thread ravi.vedala
I think, performance wise File I/O is not the right idea. What do you say ? -Original Message- From: Christina Siena [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 8:16 AM To: Struts Users Mailing List Subject: Re: some best practices questions I have an idea how to persist

RE: Authorization and Authentication in Struts

2004-07-05 Thread ravi.vedala
Just FYI : JGuard is an open source JAAS implementation. Regds r-a-v-i -Original Message- From: Shilpa Vaidya [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 9:50 AM To: 'Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: RE: Authorization and Authentication in Struts Hi