File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes page loading sections twice or more after commandLink Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "page loading sections twice or more after commandLink" Watch "page loading sections twice or more after commandLink" New topic
Author

page loading sections twice or more after commandLink

Javoso Torso
Ranch Hand

Joined: Aug 15, 2003
Posts: 88
Hello,

I am having a weird problem in a JSF project:

moving from a page to the next through a commandLink
and if the user click to 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 the 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 and also the content of a selectItem written as text in a line!

Any idea what could be wrong?

Thanks + regards


I hate 'trial and error'<br />and I am doing it all the time
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: page loading sections twice or more after commandLink
 
Similar Threads
Problem with commandLink
JSF 1.3 Navigate web pages and pass parameters
On reloading the jsp
getting forceId in h:commandLink
How to highlight a selected tab(link) implemented by <h:commandLink> inside <rich:toolBar>?