You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joshua Jackson <jo...@gmail.com> on 2007/11/09 13:20:17 UTC

Border component

Dear all,

When I read this document:

http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html

It is written that the border component is now updated and the
document is not valid against the latest wicket distribution.

Could anyone please give me a hint on what have changed?

Thanks in advance.

-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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


Re: Border component

Posted by Joshua Jackson <jo...@gmail.com>.
Thanks Martijn

I guess I have to get used to this inheritance markup for page
composition. The doc is very useful. Thank you so much :)

On 11/9/07, Martijn Dashorst <ma...@gmail.com> wrote:
> For page composition I would suggest using markup inheritance. Borders
> are not deprecated, but not recommended for this purpose. Rather you'd
> use borders for places where you want to decorate components with
> markup, instead of pages.
>
> Martijn

-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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


Re: Border component

Posted by Martijn Dashorst <ma...@gmail.com>.
For page composition I would suggest using markup inheritance. Borders
are not deprecated, but not recommended for this purpose. Rather you'd
use borders for places where you want to decorate components with
markup, instead of pages.

Martijn

On 11/9/07, Joshua Jackson <jo...@gmail.com> wrote:
> Would you recommend using the border component or the markup
> inheritance? By nature I like the border component as it as more
> natural for templating. Is it deprecated?
>
> Thanks
>
> On 11/9/07, Martijn Dashorst <ma...@gmail.com> wrote:
> > http://wicket.apache.org/examplemarkupinheritance.html
> >
> > On 11/9/07, Joshua Jackson <jo...@gmail.com> wrote:
> > > Dear all,
> > >
> > > When I read this document:
> > >
> > > http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html
> > >
> > > It is written that the border component is now updated and the
> > > document is not valid against the latest wicket distribution.
> > >
> > > Could anyone please give me a hint on what have changed?
> > >
> > > Thanks in advance.
> > >
> > > --
> > > What you want today, may not exist tommorrow
> > >
> > > Blog: http://joshuajava.wordpress.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0-beta4 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
> What you want today, may not exist tommorrow
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


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

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


Re: Border component

Posted by Johan Compagner <jc...@gmail.com>.
really? i always find the border component counter intuitive.
Thats why i though of something simpler IComponentBorder
That can be used as you would also do it in a swing app
(a component has a border instead of a border has components)

johan




On Nov 9, 2007 2:05 PM, Joshua Jackson <jo...@gmail.com> wrote:

> Would you recommend using the border component or the markup
> inheritance? By nature I like the border component as it as more
> natural for templating. Is it deprecated?
>
> Thanks
>
> On 11/9/07, Martijn Dashorst <ma...@gmail.com> wrote:
> > http://wicket.apache.org/examplemarkupinheritance.html
> >
> > On 11/9/07, Joshua Jackson <jo...@gmail.com> wrote:
> > > Dear all,
> > >
> > > When I read this document:
> > >
> > >
> http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html
> > >
> > > It is written that the border component is now updated and the
> > > document is not valid against the latest wicket distribution.
> > >
> > > Could anyone please give me a hint on what have changed?
> > >
> > > Thanks in advance.
> > >
> > > --
> > > What you want today, may not exist tommorrow
> > >
> > > Blog: http://joshuajava.wordpress.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0-beta4 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
>  What you want today, may not exist tommorrow
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Border component

Posted by Joshua Jackson <jo...@gmail.com>.
Would you recommend using the border component or the markup
inheritance? By nature I like the border component as it as more
natural for templating. Is it deprecated?

Thanks

On 11/9/07, Martijn Dashorst <ma...@gmail.com> wrote:
> http://wicket.apache.org/examplemarkupinheritance.html
>
> On 11/9/07, Joshua Jackson <jo...@gmail.com> wrote:
> > Dear all,
> >
> > When I read this document:
> >
> > http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html
> >
> > It is written that the border component is now updated and the
> > document is not valid against the latest wicket distribution.
> >
> > Could anyone please give me a hint on what have changed?
> >
> > Thanks in advance.
> >
> > --
> > What you want today, may not exist tommorrow
> >
> > Blog: http://joshuajava.wordpress.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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


Re: Border component

Posted by Martijn Dashorst <ma...@gmail.com>.
http://wicket.apache.org/examplemarkupinheritance.html

On 11/9/07, Joshua Jackson <jo...@gmail.com> wrote:
> Dear all,
>
> When I read this document:
>
> http://cwiki.apache.org/WICKET/consistent-page-layout-using-borders.html
>
> It is written that the border component is now updated and the
> document is not valid against the latest wicket distribution.
>
> Could anyone please give me a hint on what have changed?
>
> Thanks in advance.
>
> --
> What you want today, may not exist tommorrow
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


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

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