Closed GoogleCodeExporter closed 9 years ago
Uh sorry
@ProxyEvent
@Override
public void onSetMemberCommentList(final SetMemberCommentListEvent event) {
forceReveal();
placeManager.revealRelativePlace(new PlaceRequest(NameTokens.commentListPage));
}
Should have been
@ProxyEvent
@Override
public void onSetMemberCommentList(final SetMemberCommentListEvent event) {
forceReveal();
getMemberComments(event.getComments());
}
Original comment by goudreau...@gmail.com
on 22 Jul 2010 at 8:05
You are right, this is only meant to be used for non-place presenters. Place
presenters should reveal themselves via the PlaceManager.
I updated the doc, can we close this issue?
Original comment by philippe.beaudoin
on 22 Jul 2010 at 8:21
Yup :D
Original comment by goudreau...@gmail.com
on 22 Jul 2010 at 9:49
Original comment by goudreau...@gmail.com
on 22 Jul 2010 at 9:50
Original issue reported on code.google.com by
goudreau...@gmail.com
on 22 Jul 2010 at 8:04