Re: ActionServlet class loading problem

2004-08-02 Thread jacob skariah
Hi Mr Weber, I have also experienced the same problem with my applictaion. If more than one application deployed in Tomcat, this happens if we run one application after another. I couldnt yet find a better solution than deleting the work folder contents and reloading the application again.

How to call multiple submits in a jsp form(in STRUTS other than using javascript)

2004-08-13 Thread jacob skariah
Hi, Is there any better way to call multiple submits in a jsp form using Struts without using javascripts. I have to call diffrent actions on each submit,(say listing , deleting and adding) , this can be easily done through scripts , but what if scripts is disabled. Does Struts have any bett

Can We manually populate the FormBeans to display the contents on the jsp

2004-08-17 Thread jacob skariah
pages when formbeans can do it. pls give me some code samples for passing the form beans to the page. Thanx in advance Regards JAcob Skariah __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com

null with Action Error Messages !!

2004-08-20 Thread jacob skariah
Hi, I am having problem while displaying my Action Errors on the jsp pages. The problem is two "null" messages are displayed in the begining and end of the action error messages displayed on the jsps. example : In login page if we submit without entering user name and password the error messag

Re: null with Action Error Messages !!

2004-08-20 Thread jacob skariah
a problem. Pls send me the solution ASAP Thanx in Advance Regards manoj --- struts lover <[EMAIL PROTECTED]> wrote: > Check your properties file. > > > > --- jacob skariah <[EMAIL PROTECTED]> wrote: > > > Hi, > > > >I am having problem w

Unable to set the radio butons value using form beans

2004-08-20 Thread jacob skariah
Hi , Can any body tell me how to retrive and set the value for the radio buttons.Using the form Beans. what i am doing now is if i want to display the values o the jsp page. I fetch the data from database manually populate the form bean and send it to the jsp page. and all the feilds are populate

Re: null with Action Error Messages !!

2004-08-22 Thread jacob skariah
using {0} in your properties > file > error message for password. And if yes, are you > passing the parameter from your validation.xml > > > --- jacob skariah <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > >I have given the error messages i

Internationalization -- Issue with Japanese Characters

2007-02-24 Thread jacob skariah
Hi All, I am developing an Internatinalized application based on struts frame work. But while displaying Japanese character, I am getting Junk data. I am getting issue with only multibyte characters (Japanese ..) Other laguages are working fine. I have done the following things 1. St