Thanksss!

:D gonna try that!

Edd


yes, it makes sense. and furthermore sometimes you should be passing models
for more dynamic arguments.

in your case doing something like this

basepage { private long userid; //setter+getter. basepage() { add(new
userpanel("userpanel", new propertymodel(this, "userid"));

that way the userpanel can always pull out the userid by using the passedin
model.

-igor

-- 
View this message in context: 
http://www.nabble.com/TabbedPanel---select-which-tab-to-show-when-page-loads-tf3765927.html#a10656526
Sent from the Wicket - User mailing list archive at Nabble.com.


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