Any step by step tutorial for internationalization of application

2005-12-20 Thread sma3har
We are planning to internationalize our application. Any step by step tutorial for internationalization of application? Thanks Harita __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Preventing struts Page Caching

2005-12-06 Thread sma3har
I am using IE 6.0 and firefox 5.0. --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 12/5/05, sma3har <[EMAIL PROTECTED]> wrote: > > When i submit the page and hit the back button i > can > > submit the page again. The browser is caching the > jsp > &

Re: Preventing struts Page Caching

2005-12-06 Thread sma3har
I would like to prevent submitting the page twice as well as when back button is pressed user should be taken to login page. Thanks --- Laurie Harper <[EMAIL PROTECTED]> wrote: > sma3har wrote: > > When i submit the page and hit the back button i > can > > submit the pa

Preventing struts Page Caching

2005-12-05 Thread sma3har
When i submit the page and hit the back button i can submit the page again. The browser is caching the jsp page. I have tried adding this code : response.setHeader("Cache-Control","no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); to my jsp page but di

How to disable a particular selected checkbox in html:multibox

2005-11-14 Thread sma3har
How can I disable a particular checkbox based on a value in the selected items. Here is my code. There are two arraylist of disease and names. Someone please help me. __ Start your day with Yahoo! - Make it your home page! http://www.y

form values not submitting to action from jsp

2005-11-01 Thread sma3har
Hi, My dynaaction form has an array of bean objects. I am trying to iterate through the list and accept some values in my jsp page. But when i submit my jsp page it does not have these values. Can anyone tell if i should write my hidden in a different form. Please help me. Sujji

error while submitting form

2005-11-01 Thread sma3har
Hi, I am getting this following error when i try to submit the form that iterates over arraylist of objects. Please help me with this error. Nov 01 09:45:55 2005: Servlet action: unable to service request: BeanUtils.populate Nov 01 09:45:55 2005: javax.servlet.ServletException: BeanUtils.populate

iterate arraylist question

2005-10-31 Thread sma3har
Hi, I want to iterate through my arraylist of objects and display the values using bean:write and submit them with form. My strut config has : feild4 is an arraylist of javabean class mybean. class mybean{ String new1; String new2; String new3; public String g