• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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
reply
    Bookmark Topic Watch Topic
  • New Topic