Hi,

We are trying to start using wicket version 1.3 and encountered some 
problems

1)
If the model is List, PropertySolver doesn't try to find fields. We are 
using vectors containing public fields. In 1.2.6 this was ok.

2)
Pressing any button or link causes page expiration. It seems that 
sessions are not stored anywhere. newSessionStore() of WebApplication is 
called every time session is needed. We tested this with very basic 
WebApplication and Page:
WebApplication:
        - getResourceSettings().addResourceFolder(folder); was set
WebPage:
        - contains one TextField, one AjaxButton and one ListView.

Any ideas what to do?

- Juha Alatalo



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to