I set up a new web-application in myeclipse to see how the ajax takes effect with the menubar component but ajax ist rendering.
Here's the jsp file:
I modyfied the backing bean to print out som informations on the console:
When a menucell is clicked, you can see something like that on the console:
######### EVENT ########## wer hat geklickt: _id4
######### EVENT ########## welcher Wert: Window
So it fires an event but furthermore nothing happened on the page. If I change the ajax value from the menubar component form ajax="true" to ajax="false" the page is fully rendered, of course with the correct output.
The application is running on tomcat 5.5.17 and I'm using sun's RI 1.1.01
The web.xml
The faces-config.xml:
I'm just discovering the ecuiser library at this time, so I have just a trial license key and I can't imagine that this has something to do with this problem. So the question here is:
So it fires an event but furthermore nothing happened on the page. If I change the ajax value from the menubar component form ajax="true" to ajax="false" the page is fully rendered, of course with the correct output.
What did you expect to happen on the page? AJAX property makes the difference between full page request and component-based request. That's the purpose of ajax.