problem while rerendering the form in jsf1.1?

Posted by Hari on Stack Overflow See other posts from Stack Overflow or by Hari
Published on 2010-03-30T09:59:45Z Indexed on 2010/03/30 10:03 UTC
Read the original article Hit count: 379

Filed under:
|
|

In my application I have to show a panel on same page after click of a button. For that I am passing my form id on rerender attribute of the button. the funtionalty is working fine but the problem is the whole form get resized and all component come close to each other. the same page i refresh the same page, then it look's fine, or if i redirect the same page again from my bean it stays fine. but i should not follow this appoach.

© Stack Overflow or respective owner

Related posts about java

Related posts about jsf