Hi,
I have a page called WriteMsg, in another page I use follow code to inject
the page
@InjectPage
private WriteMsg writeMsg
Ojbect onActionFromWrite() {
return writeMsg;
}
but how to pass a context to the instance of page without using @Persist
instances?
Thanks,
public class WriteMsg {
Object onActivate(EventContext ec) {
}
}
--
View this message in context:
http://www.nabble.com/t5%3A-InjectPage-and-context-tp23355029p23355029.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]