• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

a4j panelGrid rerender problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic