Re: Struts Dialog

2006-03-01 Thread Shiby Maria John
Where can i read about struts dialog? I am new to it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tiles and Validator Framework

2006-02-28 Thread Shiby Maria John
Shiby Maria John wrote: > Anyone has an answer to my problem ?? &

Tiles and Validator Framework

2006-02-28 Thread Shiby Maria John
Hi, Anyone has an answer to my problem ?? I want to use both Tiles and Validator in my application. Any tips why it is not working for me?? Regards, Shiby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Tiles and Validator

2006-02-27 Thread Shiby Maria John
Mailing List" Shiby Maria John wrote: > I have a tiles application. I tried to introduce validator framework > into it for validations. > But it is not working. If

Tiles and Validator

2006-02-27 Thread Shiby Maria John
Hi, I have a tiles application. I tried to introduce validator framework into it for validations. But it is not working. If i change the tiles to make a single jsp page, the validator worked. Will the both not work together?? Please help me . regards, Shiby --

Struts implementation of Synchronizer Token pattern

2005-12-22 Thread Shiby Maria John
Hi, I was trying to check out this implementation of Synchronizer Token pattern in Struts. But I am getting an error while trying to run the example code given in the Java tip for the same. java.lang.NullPointerException org.apache.struts.util.RequestUtils.pageURL(RequestUtils.java:1441) org.

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
Hi, I tried using the LookupDispatchAction for this... But I am gettng this error.. Can anyone explain how this class works?? java.lang.NullPointerException org.apache.struts.actions.LookupDispatchAction.execute(LookupDispatchAction.java:233) org.apache.struts.action.RequestProcessor.process

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
n this param with the method name u need to call in the > DispatchAction Class based on the Button you have clicked and submit > the > form. > > Thanks and regards, > Pazhanikanthan. P > Project Leader, > Caritor (India) Pvt. Ltd., > Madras - 600 006 > Mob: 9886152717 > Extn:

Re: Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
ed method. Assign this param with the method name u need to call in the DispatchAction Class based on the Button you have clicked and submit the form. Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9886152717 Extn: 40123 "Shiby Maria Jo

Same action with multiple submit buttons

2005-12-21 Thread Shiby Maria John
Hi, Thnaks for the tip reg LookupDispatchAction, but the problem is that I have the same name for different buttons in the same form. In that case, how will I know which button submitted that action?? - To unsubscribe, e-mail:

Multiple form submit actions

2005-12-20 Thread Shiby Maria John
Hi, I have a Struts form where there are more than one submit action. How can I achieve this without using javascrpit? Any ideas?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Action not going to the Action class

2005-12-20 Thread Shiby Maria John
red type, by the look of it. Turn on debug logging for the org.apache.commons.beanutils package and you should be able to see which property the error is for. L. Shiby Maria John wrote: > hi, > > I have an application with xsl (in jsp) used for presentation and > Struts for Controller.

Action not going to the Action class

2005-12-20 Thread Shiby Maria John
hi, I have an application with xsl (in jsp) used for presentation and Struts for Controller. When I try to submit an action in the onChange of a combo box (combo created using javascript), I get this error 2005-12-20 14:49:42 StandardWrapperValve[action]: Servlet.service() for servlet action thre

y this happens?

2005-12-15 Thread Shiby Maria John
I have an error coming when I start my application using Tiles. org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.CookieTei org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50) org.apache.jasper.com