RE: error page

2003-09-26 Thread Madhu Nair
Use the exception handler provided by Struts and extend it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 7:17 PM To: [EMAIL PROTECTED] Subject: error page Hi all, I would like to display an error page if some weird exception

Struts Menu framework documentation

2003-09-12 Thread Madhu Nair
Hi, Can someone point me to some documentation on using the Struts menu framework? Regards, Madhu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is there a way to disable the browser's Back button without sending an http request?

2003-09-03 Thread Madhu Nair
Hi, To disable the user from going back without sending an http request just insert the following javascript line in each page:- history.forward(); Regards, Madhu -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 2:11 PM To: Struts Users

What is Java Server faces ?

2003-08-29 Thread Madhu Nair
Hi, What is java server faces technology? Is it similar to Struts ? Will all that I learnt about Struts go waste? Regards, Madhu - Madhu Nair Member of Technical Staff, Persistent Systems Private Limited, Pune 411016 INDIA. Tel: +91-20-5678900 Ext: 335

Purpose of Validation framework

2003-08-28 Thread Madhu Nair
Hi, If the validation framework also provides only javascript validation, what use is it of actually ? - Madhu Nair Member of Technical Staff, Persistent Systems Private Limited, Pune 411016 INDIA. Tel: +91-20-5678900 Ext: 335

Any IDE to help code Struts pages using the Struts Layout library ? eom

2003-08-28 Thread Madhu Nair
- Madhu Nair Member of Technical Staff, Persistent Systems Private Limited, Pune 411016 INDIA. Tel: +91-20-5678900 Ext: 335 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Why write javascript in validation.xml file

2003-08-20 Thread Madhu Nair
Hi, I am slightly confused on the use of the validation.xml file. If you can specify the java class to do the validation, why is there an option of entering javascript also to do the validation? Regards, Madhu - To

Why would I want to use the ActionForm validate() method

2003-08-19 Thread Madhu Nair
Hi, Why would I want to use the Struts ActionForm validate() method when I can achieve the same functionality using Javascript? Regards , Madhu - Madhu Nair Member of Technical Staff, Persistent Systems Private Limited, Pune 411016 INDIA. Tel: +91-20

RE: Why would I want to use the ActionForm validate() method

2003-08-19 Thread Madhu Nair
Hi, Why would I want to use the Struts ActionForm validate() method when I can achieve the same functionality using Javascript? I assume that the user would never disable javascript. Regards , Madhu - To unsubscribe,

RE: accessing more than 1 formbean in an action class

2003-07-15 Thread Madhu Nair
retrieve the object from the request/session? I had a form in session scope that I access from other action classes like so: MyForm form = (MyForm)request.getSession().getAttribute(MyForm); Shane -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 July 2003

accessing more than 1 formbean in an action class

2003-07-14 Thread Madhu Nair
Hi, I am trying to access more than 1 formbean in an action class. Using the Struts API I am able to retrieve the FormBeanConfig object for a form bean. But I am unable to get the ActionForm object. How to get the same? Regards, Madhu - Madhu Nair Member