Did it add components by itself in the super constructor?

Martijn

On 2/6/08, Bruce McGuire <[EMAIL PROTECTED]> wrote:
> Hello.
>
> FYI, my problem was not that the ids didn't match. Not exactly sure what the
> problem was, but as soon as I stopped extending AccessDeniedPage, and
> instead extended WebPage, the page rendered properly.
>
> Not sure why extending AccessDeniedPage was a bad thing, but it was.
>
> Bruce.
>
> -----Original Message-----
> From: Bruce McGuire [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 05 February, 2008 12:58 PM
> To: [email protected]
> Subject: RE: Component failed to render
>
> Great. Thanks Martijn.
>
> Bruce.
>
> -----Original Message-----
> From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 05 February, 2008 12:52 PM
> To: [email protected]
> Subject: Re: Component failed to render
>
> Wicket doesn't care about the alpha and the gamma, but the beta and delta
> need to be in alignment, or more specifically: ==
>
> On 2/5/08, Bruce McGuire <[EMAIL PROTECTED]> wrote:
> >
> > Hi Martijn.
> >
> > Thanks for the response.
> >
> > Do you mean that
> >         Link alpha = new Link("beta")
> >         <a wicket:id="delta" href="">gamma</a>
> >
> > where these two lines have to match is in the declaration of the Link? Ie
> > the alpha == delta?  Not beta == delta?
> >
> > Thanks,
> >
> > Bruce.
> > -----Original Message-----
> > From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 05 February, 2008 12:43 PM
> > To: [email protected]
> > Subject: Re: Component failed to render
> >
> > s/home/homePageLink/
> > Your link id in java doesn't match link id in markup
> >
> > Martijn
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to