Re: Extending Base Pages

2008-06-02 Thread David Roberts
- Just to say that my question here was wrong in its premise - you can pull persisted fields up into a base class. A coding error was the problem. David Roberts wrote: Hi, I tried to create a base page which encapsulated a flash persistent value used on all/most of my Tapestry pages: cl

Extending Base Pages

2008-05-30 Thread David Roberts
Hi, I tried to create a base page which encapsulated a flash persistent value used on all/most of my Tapestry pages: class BasePage { @Persist(value="flash") private boolean isError; . getters and setters } However, though the variable was being used it wasn't being stored in