PDA

View Full Version : Component render on click event



kalpan
20 Oct 2008, 10:02 PM
I have two content panel. one is top panel and other is centerpanel.
In top panel i have buttons.
i try to display html component in centerpanel on toppanel's button click event.

When i did that i got the data in centerpanel on button click but for that every time i have to minimize and maximize the browser............

plz help me out......

villemustonen
20 Oct 2008, 10:31 PM
Hello,

Try calling layout() on the Container

--ville

kalpan
20 Oct 2008, 11:10 PM
thanks....its work