This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes a4j panelGrid rerender problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "a4j panelGrid rerender problem" Watch "a4j panelGrid rerender problem" New topic
Author

a4j panelGrid rerender problem

Arun Bharathi
Greenhorn

Joined: Sep 07, 2008
Posts: 1
Hi,

I have a problem in rerendering a panelgrid which contains jsp scriptlet.

I was using Tomcat 5.5 and the code was working fine rerendering a panelgrid which contains scriptlets whose values get changed on the a4j event.

I had to switch to WAS 6.1 and the code doesnt work anymore. I have some other components which gets rerendered correctly for the same event except for the grid which contains the jsp scriptlets. Im trying to get a list from session and print them using scriptlets in the panel grid.

Any idea why WAS doesnt refresh scriplet values after an a4j call?

Any suggestions on this would be highly appreciated.

Thanks,
Arun
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: a4j panelGrid rerender problem
 
Similar Threads
Refreshing Tag Library using AJAX
a4j rerendering problem.
a4j:support and IE8
box layout using HtmlPanelGroup
a4j:support oncomplete="xyz()" - Two phase data loading problem