Re: how to add custom token in URL (using Activities and Places )

2011-10-13 Thread Ashton Thomas
Prakash, this question is a duplicate by Sri:

Other identical post:
https://groups.google.com/forum/#!topic/google-web-toolkit/3dHKOfc_ZnI 

Please see this thread for more information on a solution:
https://groups.google.com/forum/#!topic/google-web-toolkit/PzlyZ3Gjazg 

Sri, please do not copy and paste your questions as it is redundant and 
decreases the usefulness of this forum.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/-BeFxgpZNlQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: how to add custom token in URL (using Activities and Places )

2011-10-13 Thread Prakash
AFAIK, this cant be done with GWT Places. 
GWT places can only understand whatever comes after '#' sign in URL.

Check the HelloPlace class in hellpmvp tutorial available in GWT docs page. 
That will give you an idea on how to add parameters to Place.

If you really want to access/change the params in URL, then one way of doing 
is using  
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/Window.Location.html

-Prakash M.





-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/lr80vtRSMrIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



how to add custom token in URL (using Activities and Places )

2011-10-12 Thread sridevi macherla
Hi,

I am working on Activities and Places for one of our App.  I am not sure how
to add the functionality for eg:

1. http://lhost/?page=App1  (this can  be done with Place and Actiivity) and
I have done it

2. http://lhost/?page=App1 ¶m1="abc"¶m="2"

How to append the params in Activities and Places and all the params are
dynamic in place, please help me by providing a soluation or sample.

tha nks in advance
Sri

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