Posted By:
javoso_torso
Posted On:
Thursday, April 13, 2006 01:48 AM
Hello, I am having a weird problem in a JSF project: moving from a page to the next through a commandLink if the user click the commandLink twice or more (the page takes some time to load so many users do not wait and click again and again) , the following page is being built with some sections (JSF sections) repeated and also with some code (visible for the user) like "size="1" onchange="changeCountry()"> " or similars which I can recognise as parts of a selectItem (translated code) written as text in a line! Any idea what could be wrong? Thanks
More>>
Hello,
I am having a weird problem in a JSF project:
moving from a page to the next through a commandLink
if
the user click the commandLink twice or more
(the page takes some time to load so many users do not wait and click again and again)
,
the following page is being built with some sections (JSF sections) repeated and also with some code (visible for the user) like
"size="1" onchange="changeCountry()"> "
or similars which I can recognise as parts of a selectItem (translated code) written as text in a line!
Any idea what could be wrong?
Thanks + regards
<<Less