Hi,

is there some way to delete component attributes permanently, so that the 
attributes do not appear again when ajax target = getPage() or the user reloads 
the page?
component.add(new AttributeModifier("class", "") {
    @Override
    public boolean isTemporary(Component component) {
        return false;
    }
});
Thanks, Chris

Reply via email to