Well, you don't really "draw a line". Where do you draw the line with making methods non-final? You just take each request separately. We've already got wicket:head and wicket:link which violate the "no code in markup" philosophy. Wicket would have to go a LONG way before a wicket:if tag is introduced. :D
On 9/14/05, Johan Compagner <[EMAIL PROTECTED]> wrote: > where do we draw the line then? > You could say you can always set just properties on the component (so where > get/setters are declared for) and no scripting for that property just a > value. > But what happens then if you change the component beneath it? And it > doesn't have that property ? > > > > On 9/14/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > > > > But this is a display issue, not a code issue. Things like this or > > rowsPerPage are fine for the markup IMHO. > > > > On 9/14/05, Gili <[EMAIL PROTECTED]> wrote: > > > > > > I'm -1 for this one because in-so-far as I understand it we want > to use > > > the markup exclusively for overall structure and binding to Java code > > > and do any/all dynamic manipulation on the Java end. > > > > > > Gili > > > > > > SourceForge.net wrote: > > > > Feature Requests item #1290719, was opened at 2005-09-14 14:37 > > > > Message generated for change (Tracker Item Submitted) made by Item > Submitter > > > > You can respond by visiting: > > > > > https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1290719&group_id=119783 > > > > > > > > Please note that this message will contain a full copy of the comment > thread, > > > > including the initial issue submission, for this request, > > > > not just the latest update. > > > > Category: core > > > > Group: None > > > > Status: Open > > > > Priority: 5 > > > > Submitted By: Kenneth Foo Chuan Khit (kenfoo) > > > > Assigned to: Nobody/Anonymous (nobody) > > > > Summary: Allow setRenderBodyOnly from wicket tags > > > > > > > > Initial Comment: > > > > Suggest an added feature to existing wicket tags to > > > > allow the setRenderBodyOnly flag directly from the > > > > markup without the need of java code to call > > > > setRenderBodyOnly(true). > > > > > > > > An example... > > > > <span wicket:id="mylabel" wicket:tag="replace">My > > > > label here</span> > > > > > > > > > > > > where wicket:tag="replace" tells wicket to remove the > > > > tag by setting setRenderBodyOnly() to true by default. > > > > > > > > Would be useful as this decouples the dependency of the > > > > java to the html markup. > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > > You can respond by visiting: > > > > > https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1290719&group_id=119783 > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF.Net email is sponsored by: > > > > Tame your development challenges with Apache's Geronimo App Server. > Download > > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > > Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > > > _______________________________________________ > > > > Wicket-develop mailing list > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > > > -- > > > http://www.desktopbeautifier.com/ > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > Wicket-develop mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
