Re: display GWT dialog when a link is clicked in jsp

2012-08-14 Thread David
"there are a lot of links that represent records " Option 1) Have GWT consume this section - i.e. the jsp page contains an empty div with an id that can be picked up during GWT module load ( RootPanel.get("theId") ). The records would then be rendered via a gwt-rpc call into a gwt grid or

Re: display GWT dialog when a link is clicked in jsp

2012-08-13 Thread Thad
You can define a bookmark within your app then use that bookmark as the anchor within your other page. And the other page needn't be a JSP--it can be static HTML, or generated by a JSP, servlet, CGI, etc. On Wednesday, August 8, 2012 5:32:32 PM UTC-4, James wrote: > > I have already used GWT to

display GWT dialog when a link is clicked in jsp

2012-08-08 Thread James
I have already used GWT to develop a dialog. From a gwt application, I can open this dialog from Anchor. I have a struts 2 application. I want to integrate this GWT dialog to a dynamic jsp page. On this jsp page, there are a lot of links that represent records. I want to open a GWT dialog once