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:13:55 UTC

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

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 in 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.


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

Posted by "Carlos Pita (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1565.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4
         Assignee: Juergen Donnerstag

fixed. Thanks.

> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-M4
>
>
> 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.


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

Posted by "Carlos Pita (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592664#action_12592664 ] 

Carlos Pita commented on WICKET-1565:
-------------------------------------

See also https://issues.apache.org/jira/browse/WICKET-1566, which describes another issue with extending this behavior to 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.