Usually this happens because you're trying to add components directly to the Page component but they are actually children of other components. You should be adding the component into its immediate parent that might or might not be the Page.


Gili

Jonathan Carlson wrote:
I don't know that anybody is going to be able to help me without
actually seeing my code but I'm giving it a shot because I've spent
several hours checking and double-checking this with no success:

I copied over the standard SignIn page and SignInPanel to my app and am
trying to make it work.  My app correctly notices that I'm not logged in
and reroutes me to the SignIn page but as it tries to render the page I
get this paraphrased error message:

Component: signInPanel [...] Component could not be rendered.  You
probably didn't reference it in your markup.

I can see the wicket DEBUG on the console as it parses the page and
<span wicket:id="signInPanel" /> is definitely there.  I checked and
double-checked the Tomcat logs and there is no additional information
there.

Is it possible there is something else that I should be checking?

Thanks!

Jonathan


********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

www.katun.com
**********************************************************************



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to