Hi,

I was pleasantly surprised to see that Wicket inherits
MyPageAbstract.html for two page classes MyPage1.java extends
MyPageAbstract and MyPage2.java extends MyPageAbstract.

The two implementations work fine without having their own markup -
Wicket loads the markup MyPageAbstract.html for them.

But with panels, I get:

Markup of type 'html' for component 'MyPanel1' not found.

True, there is no such markup, but why can Wicket not load
MyPanelAbstract.html in the same way as with pages?


Thanks

Bernard


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to