You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlos Pita (JIRA)" <ji...@apache.org> on 2008/04/25 10:15:57 UTC

[jira] Updated: (WICKET-1565) AbstractTransformerBehavior can't be added to a page

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

Carlos Pita updated WICKET-1565:
--------------------------------

    Description: 
Fix:

leave just 

tag.put("xmlns:wicket", "http://wicket.apache.org");

in onComponentTag. And put the rest (response replacement) into beforeRender.

This is because onComponentTag is not called for pages.

  was:
Fix:

leave just 

tag.put("xmlns:wicket", "http://wicket.apache.org");

in onComponentTag. And put the rest (response replacement) into beforeRender.

This is because onComponentTag in not called for pages.


> AbstractTransformerBehavior can't be added to a page
> ----------------------------------------------------
>
>                 Key: WICKET-1565
>                 URL: https://issues.apache.org/jira/browse/WICKET-1565
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Carlos Pita
>
> Fix:
> leave just 
> tag.put("xmlns:wicket", "http://wicket.apache.org");
> in onComponentTag. And put the rest (response replacement) into beforeRender.
> This is because onComponentTag is not called for pages.

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