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.

Re: null with Action Error Messages !!

2004-08-22 Thread jacob skariah
} 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 in my properties file. and the messages also are displayed correctly

Unable to set the radio butons value using form beans

2004-08-21 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

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 message

Re: null with Action Error Messages !!

2004-08-20 Thread jacob skariah
. 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 while displaying my Action Errors on the jsp pages. The problem is two null

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

2004-08-17 Thread jacob skariah
the 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

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

2004-08-14 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