You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi everybody,
I have this problem:
I had a simple link like this:
<g:Anchor href="/myservlet/example?param=One" >Link</g:Anchor>
that call one servlet.
Now I trasform the link in a more complex panel with image, label ecc
and I would like to use a clickHandler:
On the page:
<w:MyComplexPanel ui:field="newLink" />
On the java:
newLink.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
// TODO Auto-generated method stub
// I don't know what can I write here ;-(
}
});
How can i make the same call of the link?
Thanks, sorry for my bad english
Regards
Alessandro
Thomas Broyer
unread,
Jun 14, 2010, 6:24:01 PM6/14/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message