it looks like it should work

unless of course players = facade.listPlayers(start, end); throws an
exception and listview is never added. do you see a stacktrace?

it is not a timing issue.

if you want you can try and reproduce it in a quickstart so i can debug it.

-igor


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


The error I get when I render the TabbedPanelPage is:

WicketMessage: Unable to find component with id 'rows' in [MarkupContainer
[Component id = panel, page = data.TabbedPanelPage, path =
1:tabs:panel.PlayersPanel,WicketMessage: Unable to find component with id
'rows' in [MarkupContainer [Component id = panel, page =
data.TabbedPanelPage, path = 1:tabs:panel.PlayersPanel,isVisible = true,
isVersioned = true]]. This means that you declared wicket:id=rows in your
markup, but that you either did not add the component to your page at all,
or that the hierarchy does not match.


This error seems to tell me when rendering the TabbedPanelPage it can't
find
the wicket component rows which is in PlayersPanel.  If I have "rows" in
the
java file and in the html file I would expect it to show up.  Is this some
sort of timing issue where the parent page is rendered and then the
children
are rendered?  That might explain what is happening.

Should I use a wicket form inside the PlayersPanel.java and then refer to
it
in the PlayersPanel.html file?  I appreciate all your help and your
patience
with me.  I will see Wicket is really cool.

Phil

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