Hi, all
I have couple of panel grids with rendered attribute, on value change event of a drop down list, I make one of the panel grids visible, this works fine. But after the panel is displayed all the conversions and validations attached to components inside panel grid fail.
Even if the component is single and outside the grid it fails validation.
Am I missing something on rendered attribute? Is there some thing going on in JSF lifecycle.
Any help will be really helpful...
Thanks in advance
I am using jsf 2.0 mojarra implentation.