If a field uses the FLASH persist constant but is not a @Property is it the same as being persisted in the session with plain @Persist because the field is not read by the template directly to take it out of the session?
I'm concerned that my useage below will leave a lot of clutter in the session. @Persist(PersistenceConstants.FLASH) private List<ColleagueBean> venueColleagueBeansFlash;