Open GoogleCodeExporter opened 9 years ago
Hi,
I'm not sure how you have coded the string parameter, but did you try the
following?
In the parent presenter (or other child presenter), when you place the
revealPlace request:
placeManager.revealPlace(new
PlaceRequest(NameTokens.<aToken>).with(<paramName>,<paramValue>));
With <paramName> the parameter name and <paramValue> the value of the parameter.
This is how I use a string parameter for a child presenter.
In the prepareFromRequest in the child presenter you can then retrieve the
parameter value with the following:
placeManager.getCurrentPlaceRequest().getParameter(<paramName>,
<defaultValueIfParamNotFoundInUrl>);
This works fine with 0.7 for me.
Original comment by hanknor...@hotmail.com
on 29 Jun 2012 at 6:31
Also If the parsing fail in prepareFromRequest, it will block and nothing will
be shown, what is in your prepareFromRequest?
Original comment by goudreau...@gmail.com
on 9 Jul 2012 at 6:14
Original issue reported on code.google.com by
email2a...@gmail.com
on 14 Jun 2012 at 12:36