avax.servlet.ServletException: BeanUtils.populate

2007-03-29 Thread Nitin Ahuja
I am working on Strut based Application. I am facing the error while submitting a form. I have attached error message , JSP and strut config file. Please let me know the possible reasons of the error. Thanks Error Message:- [28/Mar/2007:09:27:54] failure (18159): for host 129.146.11.110

Re: DispachAction - does not contain specified method

2007-03-14 Thread Nitin Ahuja
(message); *throw* *new* ServletException(message); } mas Nitin Ahuja wrote: Hi, I am using DispatchAction as my base action class. when submit url http://.../myAction.do?action=view; and there is no view method defined in my action class, then it throws following exception

ResourceBundle in Javascript?

2007-03-14 Thread Nitin Ahuja
Hi, Does anyone know how can I acces Message ResourceBundle key/values in Javascript? Thanks, -Nitin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ResourceBundle in Javascript?

2007-03-14 Thread Nitin Ahuja
and in java script function display(button) { alert(button.value); } this will display the value of key form.select thanks, -Nitin On 3/14/07, Dave Newton [EMAIL PROTECTED] wrote: --- Nitin Ahuja [EMAIL PROTECTED] wrote: Does anyone know how can I acces Message ResourceBundle key/values

DispachAction - does not contain specified method

2007-03-13 Thread Nitin Ahuja
Hi, I am using DispatchAction as my base action class. when submit url http://.../myAction.do?action=view; and there is no view method defined in my action class, then it throws following exception. Is there any way to call a default method when the method view does not exists ? Or how can I