Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "InjectASOIntoService" page has been changed by BobHarner. The comment on this change is: outdated note. http://wiki.apache.org/tapestry/InjectASOIntoService?action=diff&rev1=5&rev2=6 -------------------------------------------------- + || NOTE: This is outdated information that applies only to Tapestry 4. || + = How to inject an Application State Object (ASO) into a Tapestry service = Instead of injecting an ASO directly into a Tapestry service, we need to inject an Application``State``Manager and use the Application``State``Manager to retrieve the desired ASO. Suppose you would like to inject the ASO message into the service asoService. The following piece of hivemodule.xml shows how it could be done. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
