- 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
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