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:

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

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 user@struts.apache.org 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

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

RE: S2 NESTED iterators FLAT HashMaps:

2008-02-18 Thread Ravichandra C
Hi, I am trying this way: s:iterator id=fruitsId status=fruitsStat value=fruitscolourandInfo fruits KEY s:property value=#fruitsId.key / colour/ fruits Val s:text name=%{fruitsStat.value} / colour/ s:iterator id=colourId

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