@Persist("session") @Property(read = true, write = true) //@Parameter(required = true, cache = true, defaultPrefix = "50") private int itemsPerPage;
This is what I have so far... Nothing gets persisted... blue in the face Any suggestions ? Thank You
@Persist("session") @Property(read = true, write = true) //@Parameter(required = true, cache = true, defaultPrefix = "50") private int itemsPerPage;
This is what I have so far... Nothing gets persisted... blue in the face Any suggestions ? Thank You