RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Ramadoss Chinnakuzhandai
shutdown. If this is the root of your problem (it was with > me) then you can turn this beahviour off by adding > > false > > to jbossweb-tomcat41.sar\META-INF\jboss-service.xml. You need to add this > before > > HTH > > Paul > > > -Original Message

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Ramadoss Chinnakuzhandai
jsps on shutdown. If this is the root of your problem (it was with > me) then you can turn this beahviour off by adding > > false > > to jbossweb-tomcat41.sar\META-INF\jboss-service.xml. You need to add this > before > > HTH > > Paul > > > -Original

[OT]JSP Precompile in JBOSS

2004-05-04 Thread Ramadoss Chinnakuzhandai
Hi, Is there anyway I can configure JSP precompile in JBOSS startup? if so can you help me how to configure the same. Any help would be appreciated. Thank you in advance, Warm Regards, Ramadoss - To unsubscribe, e-mai

Displaying Error Message on Top

2004-04-22 Thread Ramadoss Chinnakuzhandai
Hi I hv defined separate form for top(xyzForm) and body(xyzForm) of my jsp page and both are of the same form (XyzForm) and I hv a single action class(XyzAction) for both the form and I'm validating both form fields(top and body) is there anyway I can display error message belongs to top on top

RE: Email Validation

2004-04-13 Thread Ramadoss Chinnakuzhandai
4 2:04 PM > To: 'Struts Users Mailing List' > Subject: RE: Email Validation > > > Why not use the built in email validator?? > > In your validation.xml: > > depends=email > > > > > -Original Message- > > From: Ramadoss Chinnak

Email Validation

2004-04-13 Thread Ramadoss Chinnakuzhandai
Hi, I'm using custom email validation using mask defined in my validation.xml...when I enter an invalid email as [EMAIL PROTECTED] it fails to validate the . (dot symbol infront of xyz.com) as a invalid one though I metioned expression value must be of [A-Z0-9a-z] after @ Following is

RE: Form submit in JavaScript

2004-04-02 Thread Ramadoss Chinnakuzhandai
Tim Jian -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: Form submit in JavaScript Hi, I have the following block of code in my jsp I hv the following

RE: Form submit in JavaScript

2004-04-02 Thread Ramadoss Chinnakuzhandai
3 PM To: Struts Users Mailing List Subject: RE: Form submit in JavaScript you've spelt it sumbit and submit sandeep -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: Form submit in JavaScri

Form submit in JavaScript

2004-04-02 Thread Ramadoss Chinnakuzhandai
Hi, I have the following block of code in my jsp I hv the following JavaScript function inside the same jsp function submitForm(input) { var action; if(input == "Delete") {action = "/t