Re: _extend48 - ring any bells?

2010-10-21 Thread Wayne W
Here's the code for the CompanyPage (the first panel) public class CompanyPage extends DashboardMenuPage { public CompanyPage() { super(CompanySelected.dashboard); if (ContextUtil.get().getUser() instanceof ExternalUser) {

Re: _extend48 - ring any bells?

2010-10-20 Thread Wayne W
Hi Jeremy, That is the id for the wicket extend tag in your markup This might be a stupid question - but can I tell where in the page this might be causing the problem from the _extend38? Is that the 38th extend for example? Any hints on how I can track this down? thanks On Tue, Oct 19, 2010

Re: _extend48 - ring any bells?

2010-10-20 Thread Jeremy Thomerson
On Wed, Oct 20, 2010 at 5:12 AM, Wayne W waynemailingli...@gmail.comwrote: Hi Jeremy, That is the id for the wicket extend tag in your markup This might be a stupid question - but can I tell where in the page this might be causing the problem from the _extend38? Is that the 38th extend

Re: _extend48 - ring any bells?

2010-10-19 Thread Jeremy Thomerson
That is the id for the wicket extend tag in your markup Jeremy Thomerson http://wickettraining.com -- sent from my smart phone, so please excuse spelling, formatting, or compiler errors On Oct 19, 2010 12:46 PM, Wayne W waynemailingli...@gmail.com wrote: Hi, I've got a problem in production

Re: _extend48 - ring any bells?

2010-10-19 Thread Martin Makundi
Would you show the html of this mainpanel and also its super panel? ** Martin 2010/10/19 Wayne W waynemailingli...@gmail.com: Hi, I've got a problem in production whereby our application home page throws a :Unable to find component with id 'mainPanel' in [MarkupContainer [Component id =

Re: _extend48 - ring any bells?

2010-10-19 Thread Wayne W
super panel: 1 html 2 body 3 wicket:extend 4 div wicket:id=mainPanel/ 5 /wicket:extend 6 /body 7 /html mainpanel: the main panel can be one of 3 different panels depending on the context of the