host www.opensymphony.com is unreachable

2007-06-18 Thread Ambaris Mohanty
Hi all, I am following the struts 2 + spring 2 + jpa + ajax example for learning struts 2. I did everything as instructed. But I get a warning in struts.xml and the validation.xml that file cannot be validated as host www.opensymphony.com http://www.opensymphony.com/ is currently unreachable .

RE: get real path of a file from action class

2007-06-15 Thread Ambaris Mohanty
: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 11:10 AM To: 'Struts Users Mailing List' Subject: get real path of a file from action class Hi all, Can anybody tell me how to get the real path of a file from an action class? I'm using struts 1.2.9. Thank you, AM

get real path of a file from action class

2007-06-14 Thread Ambaris Mohanty
Hi all, Can anybody tell me how to get the real path of a file from an action class? I'm using struts 1.2.9. Thank you, AM

RE: Extending DynaValidatorForm

2007-06-10 Thread Ambaris Mohanty
. [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 2:46 AM To: Struts Users Mailing List Subject: Re: Extending DynaValidatorForm On 6/8/07, David Durham, Jr. [EMAIL PROTECTED] wrote: On 6/8/07, Ambaris Mohanty [EMAIL PROTECTED] wrote: Please someone send me the sample code for extending

RE: Extending DynaValidatorForm

2007-06-10 Thread Ambaris Mohanty
-Original Message- From: David Durham, Jr. [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 2:46 AM To: Struts Users Mailing List Subject: Re: Extending DynaValidatorForm On 6/8/07, David Durham, Jr. [EMAIL PROTECTED] wrote: On 6/8/07, Ambaris Mohanty [EMAIL PROTECTED] wrote: Please

Extending DynaValidatorForm

2007-06-08 Thread Ambaris Mohanty
Can anyone send me sample code for extending DynaValidatorForm and implementing reset() method that will clear the text fields on reset. Thank you, AM

RE: Extending DynaValidatorForm

2007-06-08 Thread Ambaris Mohanty
Please someone send me the sample code for extending DynaValidatorForm and implementing the reset method. I have no idea on how to do it. Please help. I'm using struts 1.2.9. Thank you, AM -Original Message- From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 2:25

RE: display current date in header

2007-06-06 Thread Ambaris Mohanty
: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juni 2007 07:26 An: 'Struts Users Mailing List' Betreff: display current date in header Hi all, I'm using struts 1.2.9 along with Tiles. I want to display current date in the header page. Can anybody tell me the best approach to do so

cannot reset dynavalidatorform in struts 1.2.9

2007-06-06 Thread Ambaris Mohanty
Hi, I'm using a simple DynaValidatorForm for my login form. The problem is. the reset button doesn't reset the fields to blank state which I want. Can anybody help? AM

html:reset/ not working

2007-06-06 Thread Ambaris Mohanty
Hi all, What is the solution for the reset button not working problem. I'm using struts 1.2.9 and a DynaValidatorForm which is properly configured. Everything else (like validation) is working nicely except for the reset buttons in the forms. Please help. AM

using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
Hi all, In my web application I want to put current date into the header segment of each page. And I want that the date should come from the database. How can I achieve this using jstl 1.1 sql tags. Can anybody provide me a code snippet that I can put in my jsp page? Thank you.

FW: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
_ From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 3:16 PM To: 'user@struts.apache.org' Subject: using jstl sql tags for displaying date from database Hi all, In my web application I want to put current date into the header segment of each page

hi

2007-06-05 Thread Ambaris Mohanty
Hi. testing

RE: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
--- Ambaris Mohanty wrote: And I want that the date should come from the database. Why would you want the current date to come from the database? d. Got a little couch potato? Check out fun summer

RE: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
4:54 PM To: 'Struts Users Mailing List' Subject: RE: using jstl sql tags for displaying date from database And the reason for not using the server time would be..? -Original Message- From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:21 To: 'Struts Users Mailing

RE: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
using NTP or a similar protocol would be...? -Original Message- From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:33 To: 'Struts Users Mailing List' Subject: RE: using jstl sql tags for displaying date from database Because the application is all about generating

RE: using jstl sql tags for displaying date from database

2007-06-05 Thread Ambaris Mohanty
to waste your time, having seen your entirely flash website I can see why you need to do something about it. (sheesh, this reminds me of having to deal with students when I worked at a university). -Original Message- From: Ambaris Mohanty [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:47

display current date in header

2007-06-05 Thread Ambaris Mohanty
Hi all, I'm using struts 1.2.9 along with Tiles. I want to display current date in the header page. Can anybody tell me the best approach to do so? Thank you, AM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

dd-MON-yyyy date format validation

2007-06-02 Thread Ambaris Mohanty
Hi all, I'm developing a jsp form that has a date field. I want to get the date in dd-MON- from the user. I can't validate the format using struts validation framework. Can any one help me on this? Thank you, Ambaris Mohanty