the example works just fine

remove the try catch block in PlaysersPanel and run it
you will see that you get an NPE on PlayersPanel:46

maybe that try catch block was hiding the exception and you missed it

change List players=null; to List players=new ArrayList();

run the example and see it work

-igor


On 4/17/07, pwillemann <[EMAIL PROTECTED]> wrote:


I was using wicket 1.2.4.  I downloaded the quickstart 1.2.5 bin and
extracted to my machine.   I stripped out hibernate and all irrelevant
parts.  The only significant change I had to make was to the
TabbedPanelPage.html file.  I had to get rid of the wicket:extend
reference.
You will see a comment in the file.  Without removing this I could not get
the error I have been seeing.  With its removal ,you now get the error I
was
seeing.  I put all my files in wicket.quickstart and this is what I have
zipped up.

Thanks Phil


http://www.nabble.com/file/7937/quickstart.zip quickstart.zip
--
View this message in context:
http://www.nabble.com/Wicket-%281.2.4%29-TabbedPanel-Guidance-Question-tf3587043.html#a10051923
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

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