I realize this is a shot in the dark, but I'm at a loss and my team is
growing more and more frustrated with me (I'm the Wicket advocate), so I
hope someone might be able to help.

We are constantly getting the following error when accessing a page:

-----------
WicketMessage: Markup of type 'html' for component
'com.out.company.web.pages.user.ApproveUsers' not found. Enable debug
messages for org.apache.wicket.util.resource to get a list of all filenames
tried:
[Page class = com.ptc.fusion.web.pages.user.ApproveUsers, id = 11, version =
0]

Root cause:

org.apache.wicket.WicketRuntimeException: Parameter clazz must be instance
of container
-----------

While I'm not so bold as to say that this occurs randomly, I can restart the
app and the pages that were throwing this Exception will work fine while
others are now inaccessible. 

When it doesn't work, the URL in the address bar is quite long. Something
like:

http://127.0.0.3:8080/app/?wicket:interface=:10:adminMenuItems:adminApproveUserReg::ILinkListener::

When the same page does show up correctly, the URL is much shorter. usually
something like:

http://127.0.0.3:8080/app/?wicket:interface=:21::::

If I access the same page via a mounted name, it always shows up correctly.
This behavior is not limited to a certain page. It seems like every single
page in our app is a candidate for this error at some point or another. 

Any ideas? Is there any additional information I might be able to provide
that would help in debugging this issue?

Matt
-- 
View this message in context: 
http://www.nabble.com/Markup-of-type-%27html%27-for-component-tf3990556.html#a11331448
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