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 ,

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 th

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 proces

RE: executeBatch

2004-07-25 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 executeBatc

RE: executeBatch

2004-07-26 Thread ravi.vedala
If you can write some debug information in to the logs [use system.out.println], it will create log in the \tomcat\log\localhost-DATE.log file. -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 12:36 PM To: Struts Users Mailing List Cc: [EMAI

Single argument to multiple vaildator rules ?

2004-07-29 Thread ravi.vedala
Hi friends, I have the following requirement. // How to pass this argument to all the validtor rules ? Where the keys in the application.properties read : key1=Hello {0} world {1} key2=Hi {0} world {1} key3=Dear {0} world {1} Help would be really appreciated.

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 collection

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 rea

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:

RE: Caching Framework

2004-08-13 Thread ravi.vedala
Thanks a ton Erik. Regds Ravi -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 7:41 PM To: Struts Users Mailing List Subject: Re: Caching Framework // your PlugIn implementation public class SimpleCache implements org.apache.struts.action.Plu

DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
Hi Everyone, I am using DynaActionForm. It is throwing ArrayIndexOutOfBoundsException. Not sure what the issue could be. Can you pls help me. Action mapping is : Thanks & Regds Ravi Confidentiality Notice The information contained in this ele

RE: Relaod struts-config.xml

2004-08-17 Thread ravi.vedala
Hi Eric, How to reload the tiles ? Can you provide some sample. Regds Ravi -Original Message- From: Eric Chow [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Relaod struts-config.xml Hello, In Tiles, it can be reloaded the tiles-config

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 org.apach

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 ja

RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException

2004-08-17 Thread ravi.vedala
Thanks Anirudh. Tried, but didn't work. Same issue. -Original Message- From: Anirudh Jayanth [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:02 AM To: 'Struts Users Mailing List' Subject: RE: DynaActionForm java.lang.ArrayIndexOutOfBoundsException Try recreating the enti

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 : Action mapping is : Regds Ravi -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 1

RE: Accessing collections in jsp

2004-08-18 Thread ravi.vedala
Use 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; v.add("somestring");

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 java.

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: 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 PROTEC

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: Why My Validation Lets All Errors Pass Through?

2004-09-23 Thread ravi.vedala
Did you put 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 buttons not selected

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

2004-10-04 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 ? Af

RE: Unable to display Errors

2004-10-08 Thread ravi.vedala
Did you put 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 using Struts 1.2