Re: T5: ApplicationState keep throwing InternalComponentResources exception

2008-09-30 Thread djohnjimmy
Thanks that helpmed me. ronaldlee wrote: > > Hi, > > I am using 5.0.13. For some reason when my ApplicationState object is > being accessed, it will throw a runtime exception > "No service implements the interface > org.apache.tapestry5.internal.InternalComponentResources." > > My applicatio

Re: T5: ApplicationState keep throwing InternalComponentResources exception

2008-07-15 Thread ronaldlee
Turns out I put the application state object under "pages" directory, which causes the problem.. ronaldlee wrote: > > Hi, > > I am using 5.0.13. For some reason when my ApplicationState object is > being accessed, it will throw a runtime exception > "No service implements the interface > org.a

T5: ApplicationState keep throwing InternalComponentResources exception

2008-07-13 Thread ronaldlee
Hi, I am using 5.0.13. For some reason when my ApplicationState object is being accessed, it will throw a runtime exception "No service implements the interface org.apache.tapestry5.internal.InternalComponentResources." My applicationstate object is just a simple class contains an integer and a