Re: Fitting Activities and Places in current architecture

2011-10-20 Thread Rohan Aggarwal
I am sure Sampath, might be u handled earlier browser history based HistoryToken and Fragement. But with Acitivites an dPlace you to have write lot of boilerplate code, which makes sense in future but now depends on timeline of ur app u have to decide. But ya definitely you need to rewrite

Re: Place, history url does not change

2011-10-20 Thread Rohan Aggarwal
I have faced similar problem, I think below are few from code snippet: 1. Placecontroller should be singleton across ur app. 2. You should bind activity and Place ... 3. I am not seeing any activities in ur sample. On Fri, Oct 21, 2011 at 10:14 AM, Rikard Hultén rikardhul...@gmail.comwrote:

Hyprelink eg for Activities an dPlace

2011-10-18 Thread Rohan Aggarwal
Hi, Any basic example available or anyone aware of using Hyperlink with Activities and Places, please can provide me... Thanks Rohan. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
Hi, I am newbie to this group and new to GWT as well. I am working on a project in that i am using GWT Places/Activities. I am not able to solve few issues which i think this group members can hhelp me out 1. I am able to navigate between different pages

Re: Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
Thanks Jen and one more question. I have a hyperlink eg: Now the problem is i am trying to navigate when a user click on Hyperlink available in Mechnical (tab) to Chemical (tab) Below is the snippet code, please let me know any issue with the code below MechanicalActivity.java public

Re: Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
Andrew, But this doesnt solve the problem, can anyone provide some insight into this. Rgds Rohan. On Mon, Oct 17, 2011 at 11:41 PM, Andrea Boscolo andrew...@gmail.comwrote: See https://groups.google.com/forum/?starthl=en#!starred/google-web-toolkit/PzlyZ3Gjazg -- You received this

Re: Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
at 7:07 PM, Rohan Aggarwal rohanaggarwal999...@gmail.com wrote: Hyperlink hyper = new Hyperlink(); hyper.setHTML(Navigate to Chemical); hyper.addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event

Re: Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
for them. http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/Hyperlink.html http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html#How_to_navigate On Tue, Oct 18, 2011 at 3:35 AM, Rohan Aggarwal rohanaggarwal999

Re: Places Activities any suggestion?

2011-10-17 Thread Rohan Aggarwal
Sowdri, thanks for info. Below is the way i have tried but nothing help to solve this issue. Anything else i need to change i tired different ways. ChemicalPlace extends Abstract Place and also the required parsing of URL present in AbstractPlace. Now the problem when i clik on the link it does