Re: static pages dynamic pages. How to have the same layout

2009-02-10 Thread Vika
way of doing it ? thanks Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21938889.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: static pages dynamic pages. How to have the same layout

2009-02-09 Thread Vika
in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21919005.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: static pages dynamic pages. How to have the same layout

2009-02-06 Thread Nino Martinez
For my static pages, I use markup inheritance (as I do with all the other pages) so that I have zero replication of layouts... This makes it very simple.. Of course theres a little performance overhead but for me it does not matter.. Application mainentaince are whats most important in my

Re: static pages dynamic pages. How to have the same layout

2009-02-05 Thread Vika
together with java classes. It sounds like i could keep using sitemesh and it should still work. However is there a better way of doing it ? thanks Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21854201.html

Re: static pages dynamic pages. How to have the same layout

2009-02-05 Thread Igor Vaynberg
of doing it ? thanks Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21854201.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: static pages dynamic pages. How to have the same layout

2009-02-05 Thread jWeekend
way of doing it ? thanks Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21858146.html Sent from the Wicket - User mailing list archive at Nabble.com

static pages dynamic pages. How to have the same layout

2009-02-04 Thread Vika
to write a dummy java class for every html page ? thank you in advance Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21840098.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: static pages dynamic pages. How to have the same layout

2009-02-04 Thread Nino Martinez
Im actually using that exact approach..I think it's somewhat ok, because it brings continuity to the architecture... Vika wrote: Hi, I am completely new to Wicket and trying to decide if this is something I would want to use for my project. My website has some static and some dynamic pages

Re: static pages dynamic pages. How to have the same layout

2009-02-04 Thread Andrew Lombardi
accomplish this with Wicket without having to write a dummy java class for every static html page ? thank you in advance Vicky -- View this message in context: http://www.nabble.com/static-pages---dynamic--pages.-How-to-have-the-same-layout-tp21840098p21840098.html Sent from the Wicket - User