Re: Apache Wicket releases Wicket 1.5

2011-09-08 Thread Ilya German
Congratulations and thanks a lot! On Thu, Sep 8, 2011 at 9:08 AM, Hans Lesmeister < hans.lesmeis...@lessy-software.de> wrote: > Congratulations! Thank you for this great Framework. > > > > Martijn Dashorst schrieb: > > The Apache Wicket team is proud to announce the immediate availability of > t

Include wicket into jsp page

2011-09-06 Thread Ilya German
Hello! We're slowly migrating a big legacy jsp application into wicket and I'm evaluating the ways incorporate wicket components into existing jsp pages. Right now I'm trying to figure out how to include a wicket component through tag. As I've spent some time debugging I think that's what's going

final in MarkupContainer#add(Component...) method

2010-01-14 Thread Ilya German
Or, perhaps, it could be acceptable to "officially" remove the final modifier from the add() method? Thanks in advance! Ilya German.

Re: css not managed by wicket

2009-11-24 Thread Ilya German
gt; wrote: Just put /style.css Otherwise wicket is trying to guess the relative url. In most cases it guesses wrong so I have adopted the practice of using resource urls relative to the root of the domain. ** Martin 2009/11/23 Ilya German : > Hello! > > I'm trying to make my web a

css not managed by wicket

2009-11-23 Thread Ilya German
Hello! I'm trying to make my web application to use a .css stylesheet. As far as I understood reading http://cwiki.apache.org/WICKET/including-css-resources.html and Wicket in Action book I should be able to make any html page to work in the following configuration: say, Base.html includes: