Have you looked at the html source within your browser? I suspect that there would have to
be be some JavaScript that make the asynch call back to the server. I would first attempt
to make sure that JavaScript was firing (either by using proxy server or network monoitor
to capture the traffic). I would use the code from 3.1.3 (which was working) to determine
what the HTML should look like and to ascertain what traffic should appear and then use
3.2.1 to see what the new HTML looks like and to determine if the expected traffic is
still appears.
Only when I was certain that the event was being fired at the browser and the expected
request was being sent to the server would I start messing with the bean, or looking at
the app server code.
By the way, what browser are you using? Does it work for a different browser?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176247#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...