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
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
> &
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
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 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
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
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
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
8 matches
Mail list logo