RE: https://issues.apache.org/struts/browse/WW-2430

2008-12-22 Thread Ravichandra C
Hi, To the extent my knowledge goes Ajax cannot handler fileuploads. Even if it does it does it by an iframe. I recommend u to go with an iframe. DOJO has many problems I faced with ajax validations.. and now I do it with my own framework. Regards, Ravi -Original Message- From: Ramakri

RE: [Struts 2] Pass value between two action classes

2008-05-15 Thread Ravichandra C
? -- Thx, Milan - Original Message From: Ravichandra C <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, May 15, 2008 3:44:10 PM Subject: RE: [Struts 2] Pass value between two action classes Here we are implementing one action class with multiple methods providing mu

RE: [Struts 2] Pass value between two action classes

2008-05-15 Thread Ravichandra C
Here we are implementing one action class with multiple methods providing multiple pages. More like a wizard like functionality however I would suggest to break things into multiple actions to the extent possible. The main disadvantage we our approach was with the validation layer... all had on

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread Ravichandra C
Hi, This doesn't seem to be working. My main problem is that why is it not throwing any exceptions if its not the right way to display it? Any other way of fixing this issue??? Ravi -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 10:40 AM

RE: S2 NESTED iterators & FLAT HashMaps:

2008-02-18 Thread Ravichandra C
Hi, I am trying this way: fruits KEY fruits Val colour The issue is that: Fruits key: is being displayed fine Fruits Val: nothing is being dislayed; infact when I tr

RE: S2 NESTED iterators & FLAT HashMaps:

2008-02-18 Thread Ravichandra C
FE and BR are the static text beside which the result would be displayed. I was using them to recognize the two results differently... did I answer ur question? -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 10:00 PM To: Struts Users Mailin

RE: YUI and S2 : problem in rendering date component

2008-02-13 Thread Ravichandra C
Hi, I think in that case, I need to put a string text box and convert the entered string value to Date by using java conversion on server submit. Is it possible for me to avoid all this? i.e. on user entry from the calendar component the date should come baack instead of converting and then valida