You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Daniel Kaplan (JIRA)" <ji...@apache.org> on 2008/02/07 20:37:09 UTC

[jira] Created: (WICKET-1330) ComponentTag#setNamespace() only modifies the opening tag

ComponentTag#setNamespace() only modifies the opening tag
---------------------------------------------------------

                 Key: WICKET-1330
                 URL: https://issues.apache.org/jira/browse/WICKET-1330
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-final
            Reporter: Daniel Kaplan
            Priority: Trivial


Calling ComponentTag#setNamespace() only modifies the opening tag.  It should modify the opening tag and closing tag.  A simple work around is to call setName() instead with a parameter like "fb:name".  That will have the desired effect.

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


[jira] Resolved: (WICKET-1330) ComponentTag#setNamespace() only modifies the opening tag

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

Gerolf Seitz resolved WICKET-1330.
----------------------------------

    Resolution: Fixed

done

> ComponentTag#setNamespace() only modifies the opening tag
> ---------------------------------------------------------
>
>                 Key: WICKET-1330
>                 URL: https://issues.apache.org/jira/browse/WICKET-1330
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.1
>            Reporter: Daniel Kaplan
>            Assignee: Gerolf Seitz
>            Priority: Trivial
>             Fix For: 1.3.2
>
>
> Calling ComponentTag#setNamespace() only modifies the opening tag.  It should modify the opening tag and closing tag.  A simple work around is to call setName() instead with a parameter like "fb:name".  That will have the desired effect.

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


[jira] Updated: (WICKET-1330) ComponentTag#setNamespace() only modifies the opening tag

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

Gerolf Seitz updated WICKET-1330:
---------------------------------

        Fix Version/s: 1.3.2
             Assignee: Gerolf Seitz
    Affects Version/s:     (was: 1.3.0-final)
                       1.3.1

> ComponentTag#setNamespace() only modifies the opening tag
> ---------------------------------------------------------
>
>                 Key: WICKET-1330
>                 URL: https://issues.apache.org/jira/browse/WICKET-1330
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.1
>            Reporter: Daniel Kaplan
>            Assignee: Gerolf Seitz
>            Priority: Trivial
>             Fix For: 1.3.2
>
>
> Calling ComponentTag#setNamespace() only modifies the opening tag.  It should modify the opening tag and closing tag.  A simple work around is to call setName() instead with a parameter like "fb:name".  That will have the desired effect.

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