Thanks for the hint.
Sometimes you can't see the forest for the trees.
Heiko
igor.vaynberg wrote:
>
> do you have a JobOverviewPage$ActionPanel.html next to
> JobOverviewPage.java?
>
> -igor
>
>
> On Nov 28, 2007 9:52 AM, Heiko <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> according to the DataTable Example from the Repeater View Examples
>> I've written my own Page.
>> My Page-Class is derived from Webpage. But if I add an AbstractColumn
>> to the List<IColumn> like in the example application
>>
>> columns.add(new AbstractColumn(new Model("Actions")) {
>> public void populateItem(Item cellItem, String componentId, IModel
>> model)
>> {
>> cellItem.add(new ActionPanel(componentId, model));
>> }
>> });
>>
>> I get the following exception:
>>
>> org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html'
>> for
>> component 'de.lbb.it34.qman.JobOverviewPage$ActionPanel' not found.
>> Enable
>> debug messages for org.apache.wicket.util.resource to get a list of all
>> filenames tried:
>> [MarkupContainer [Component id = cell, page =
>> de.lbb.it34.qman.JobOverviewPage, path = 6:table:rows:1:cells:6:
>> cell.JobOverviewPage$ActionPanel, isVisible = true, isVersioned = true]]
>> .....
>> Caused by: org.apache.wicket.markup.MarkupNotFoundException: Markup not
>> found. Component class: .....
>>
>> In similiar threads I couldn't found an answer for this issue.
>>
>> Thanks,
>> Heiko
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/MarkupNotFoundException%3A-Markup-of-type-%27html%27-for-component-...-not-found-----tf4892243.html#a14022553
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]