I would guess that you're using a String representation of the widgets
instead of the widgets themselves. Could you post the code where you
add your HorizontalPanel?


On Mon, Aug 3, 2009 at 9:42 AM,
[email protected]<[email protected]> wrote:
>
> Hi,
>
> I am trying to manipulate the DOM based on the response from the
> server. After I receive a response from server, I am appending to DOM
> a HorizantalPanel that contains a datebox ,a button and a few
> textfields. The panel is appended perfectly but the datebox and the
> button are not rendered completely meaning datebox appears as a
> textfield and would not prompt the calendar when tabbing to it or
> focusing on it. Similar is the situation with the Button, the click
> handler on the button is never getting executed when clicking the
> button.
>
> I am thinking that after the DOM is manipulated to add these widgets,
> the widgets have to be re-initialized but I am not sure how can we
> achieve this.
>
> Thanks.
> Shyam
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to