[ 
https://issues.apache.org/jira/browse/WICKET-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg closed WICKET-815.
--------------------------------

    Resolution: Won't Fix

indeed, we are definetely not going to build this into the core abstract 
behavior. like eelco said, simply subclass the appended in place, or create 
your own subclass that has the setter.

> add setTemporary(boolean) method to AbstractBehavior class
> ----------------------------------------------------------
>
>                 Key: WICKET-815
>                 URL: https://issues.apache.org/jira/browse/WICKET-815
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Sean Sullivan
>            Priority: Minor
>
> Currently, org.apache.wicket.behavior.AbstractBehavior does not have a 
> setTemporary(boolean) method.
> I'd like to see setTemporary(boolean) in this class.   It would allow me to 
> do this in my application:
>               AttributeAppender aa = new AttributeAppender("class", new 
> Model(CSS_CLASS_NAME), " ");
>                 aa.setTemporary(true);
>               c.add(aa);
>    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to