On Feb 7, 2008 4:00 PM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> That is odd, it works for our component project.
> On tomcat that is. Either as compiled directory or as a jar.
>
> Can you give more details on what you are doing, maybe even show us
> the poms for your projects.
>
> Maurice
>
> On Feb 7, 2008 11:21 AM, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
> > I just noticed that anytime i create wicket components having markups in
> a
> > seperate project and add it as a dependency to another wicket project, i
> get
> > this exception during runtime. I end up merging the seperate component
> with
> > the big project to make it work
> >
> > I use Netbeans 6
> > Wicket 1.3
> >
> > The ExcelPanel is a seperate jar of components added into the classpath
> of
> > another project. Any ideas
> >
>

I've seen similar error messages when using the ReloadingWicketFilter under
some specific conditions.  Maybe you are using it as well?  Also does the
problem still happen in 'deployment' mode?

- Peter


> > WicketMessage: Markup of type 'html' for component '
> > com.dabarobjects.wicketx.ExcelPanel' not found. Enable debug messages
> for
> > org.apache.wicket.util.resource to get a list of all filenames tried:
> > [MarkupContainer [Component id = excelholder, page =
> com.myapp.wicket.Home,
> > path = 4:excelholder.ExcelPanel, isVisible = true, isVersioned = true]]
> >
> > Root cause:
> >
> > org.apache.wicket.markup.MarkupNotFoundException: Markup not found.
> > Component class: com.dabarobjects.wicketx.ExcelPanel Enable debug
> messages
> > for org.apache.wicket.util.resource to get a list of all filenames tried
> > at org.apache.wicket.markup.MarkupCache.getMarkupStream(MarkupCache.java
> > :215)
> > at org.apache.wicket.MarkupContainer.getAssociatedMarkupStream(
> > MarkupContainer.java:342)
> > at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(
> > MarkupContainer.java:603)
> > at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(
> Panel.java
> > :112)
> > at org.apache.wicket.Component.renderComponent(Component.java:2429)
> > at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1354)
> > at org.apache.wicket.Component.render(Component.java:2266)
> > at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java
> :1240)
> > at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java
> :1370)
> > at org.apache.wicket.Page.onRender(Page.java:1442)
> > at org.apache.wicket.Component.render(Component.java:2266)
> > at org.apache.wicket.Page.renderPage(Page.java:891)
> > at
> >
> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond
> > (BookmarkablePageRequestTarget.java:231)
> > at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(
> > AbstractRequestCycleProcessor.java:103)
> > at org.apache.wicket.RequestCycle.processEventsAndRespond(
> RequestCycle.java
> > :1100
> >
> >
> > --
> > Aladejebi Ayodeji A.,
> > DabarObjects Solutions
> > Phone: +234 9 481 7 156
> > Mobile: +234 803 589 1780
> > Email: [EMAIL PROTECTED]
> > Web: www.dabarobjects.com
> > Blog: blog.dabarobjects.com
> >
> > Participate, Collaborate, Innovate
> > Join Community:
> > http://www.cowblock.net/
> >
> > Get A Free Blog:
> > http://blogs.cowblock.net/
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to