Re: Usage of ApllicationState Object

2008-12-13 Thread Thiago H. de Paula Figueiredo
Em Sat, 13 Dec 2008 11:48:23 -0300, Martijn Brinkers escreveu: afaik you can only use ASO's from pages, components, mixins or base packages. That's absolutely correct for the @ApplicationState annotation, but you can still get and set ASO values using the ApplicationStateManager service.

Re: Usage of ApllicationState Object

2008-12-13 Thread Martijn Brinkers
afaik you can only use ASO's from pages, components, mixins or base packages. (from http://tapestry.apache.org/tapestry5/guide/component-classes.html) "Component classes must exist within an appropriate package (this is necessary for runtime code transformation and class reloading to operate).