Hi All,
I use JSF and a4j and i have problem in a4j component as follow
- a4j component has action in backing bean that update some value
-aso has reRender attribute to reRender the component that displays this value(to display the new value)
- this behavior some times works fine but in other times after changing the value in bean by the action , the component in the page submitted the old value to the bean ,SO when reRender calls its getter it comes woth the old value ...
Comments
Leave a comment