Not to be a pest, but where is the vote on @dev that ratifies this
change, afaik it was still under discussion?

Martijn

On 3/26/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
>
>
> > need to be aware of are:
> > - wrapping things in webmarkupcontainers to modify visibility
>
> we now have a method on Component:
>
>     /**
>      * Render a placeholder tag when the component is not visible. The tag
> is of
>      * form: &lt;componenttag style="display:none;" id="componentid"/&gt;.
> This
>      * method will also call
> <code>setOutputMarkupId(true)</code>.
>      *
>      * This is useful, for example, in ajax situations where the component
>      * starts out invisible and then becomes visible through an ajax update.
>      * With a placeholder tag already in the markup you do not need to
> repaint
>      * this component's parent, instead you can repaint the component
> directly.
>      *
>      * When this method is called with parameter <code>false</code> the
>      * outputmarkupid flag is not reverted to false.
>      *
>      * @param outputTag
>      * @return this for chaining
>      */
>     public final Component
> setOutputMarkupPlaceholderTag(final boolean outputTag)
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>


-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to