On Wed, 08 Oct 2008, miro wrote:
>     <div wicket:id="csrHome">
>                       <div  wicket id="inbox">
                                    ^
>                               <h3><label wicket:id="inboxMenu"></label></h3>

You're missing a colon (:) there in the wicket:id 
declaration of inobx. That's why inboxMenu gets directly
under csrHome in the hierarchy.

Here's a good reason to use a good, syntax-checking IDE for
editing markup! 

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

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

Reply via email to