Re: PersistenceConstants.FLASH cann't persist List langs

2013-02-22 Thread zhouyc
if i don't want to store the List in the session for a long time, is there any advice to solve this problem? -- View this message in context: http://tapestry.1045711.n5.nabble.com/PersistenceConstants-FLASH-cann-t-persist-List-String-langs-tp5719462p5720163.html Sent from the Tapestry - User ma

PersistenceConstants.FLASH cann't persist List langs

2013-01-24 Thread zhouyc
please help me to solve the problem? after submitting and page redisplayed, username can be saved, but langs lost values added by submit method. @Property @Persist(PersistenceConstants.FLASH) private String username; @Property @Persist(PersistenceConstants.FLASH) private List langs; void onActiv