Re: multilevel markup inheritance

2010-11-23 Thread Juraj Petko

oki, now its working fine also multilevel,  thx



Hi juraj

Absolutely no problem, wicket can handle that just easily.
Let's assume you've got a BasePage (containing for example the HTML 
header and the  tag), a LayoutPage (containing the main layout) 
and a specific page (Page1):


BasePage.html :

...

This will be replaced by LayoutPage



LayoutPage.html :

  ..layout stuff..
This will be replaced by Page1
  .. more layout stuff ..


Page1.html :

  .. Page1 stuff ..


Matt

On 2010-11-23 14:31, Juraj Petko wrote:

Hello,
  i am starting to explorer this beautifull framework and want to make a
big use of markup inheritance. What i can't do is to make a page3, which
markup inherits from page2 and at the same time page2 markup inherits
from page1. Am i doing something wrong, or there is no support for this?
thanks, juraj 






-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: multilevel markup inheritance

2010-11-23 Thread Andrea Del Bene
No problem, it should work fine. Page inheritance is just like standard 
class inheritance

Hello,
  i am starting to explorer this beautifull framework and want to make a
big use of markup inheritance. What i can't do is to make a page3, which
markup inherits from page2 and at the same time page2 markup inherits
from page1. Am i doing something wrong, or there is no support for this?
thanks, juraj


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: multilevel markup inheritance

2010-11-23 Thread James Carman
Page/markup inheritance is supported.  Do you have code that isn't working?

On Tue, Nov 23, 2010 at 8:31 AM, Juraj Petko  wrote:
> Hello,
>  i am starting to explorer this beautifull framework and want to make a
> big use of markup inheritance. What i can't do is to make a page3, which
> markup inherits from page2 and at the same time page2 markup inherits
> from page1. Am i doing something wrong, or there is no support for this?
> thanks, juraj
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: multilevel markup inheritance

2010-11-23 Thread Matthias Keller

Hi juraj

Absolutely no problem, wicket can handle that just easily.
Let's assume you've got a BasePage (containing for example the HTML 
header and the  tag), a LayoutPage (containing the main layout) 
and a specific page (Page1):


BasePage.html :

...

This will be replaced by LayoutPage



LayoutPage.html :

  ..layout stuff..
This will be replaced by Page1
  .. more layout stuff ..


Page1.html :

  .. Page1 stuff ..


Matt

On 2010-11-23 14:31, Juraj Petko wrote:

Hello,
  i am starting to explorer this beautifull framework and want to make a
big use of markup inheritance. What i can't do is to make a page3, which
markup inherits from page2 and at the same time page2 markup inherits
from page1. Am i doing something wrong, or there is no support for this?
thanks, juraj 





smime.p7s
Description: S/MIME Cryptographic Signature