You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Auger François (JIRA)" <de...@myfaces.apache.org> on 2007/04/05 18:57:32 UTC

[jira] Created: (TOMAHAWK-957) two id wiht and disabled=true

two id wiht <t:commandLink> and disabled=true
---------------------------------------------

                 Key: TOMAHAWK-957
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-957
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Extended CommandLink/CommandButton
    Affects Versions: 1.1.5
         Environment: IE7
            Reporter: Auger François


Hi,

my code :
<t:commandLink value="fdlqskfd" disabled="true"></t:commandLink>

Html Code un IE7:
<span id="loginForm:_idJsp9" id="loginForm:_idJsp9">fdlqskfd</span>

We can see two id. I think it's a bug :-)


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


[jira] Commented: (TOMAHAWK-957) two id wiht and disabled=true

Posted by "Nacho Estrada (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488330 ] 

Nacho Estrada commented on TOMAHAWK-957:
----------------------------------------

I report the same bug.
http://issues.apache.org/jira/browse/TOMAHAWK-962
Patch is provided.

> two id wiht <t:commandLink> and disabled=true
> ---------------------------------------------
>
>                 Key: TOMAHAWK-957
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-957
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Extended CommandLink/CommandButton
>    Affects Versions: 1.1.5
>         Environment: IE7
>            Reporter: Auger François
>            Priority: Minor
>
> Hi,
> my code :
> <t:commandLink value="fdlqskfd" disabled="true"></t:commandLink>
> Html Code un IE7:
> <span id="loginForm:_idJsp9" id="loginForm:_idJsp9">fdlqskfd</span>
> We can see two id. I think it's a bug :-)

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


[jira] Commented: (TOMAHAWK-957) two id wiht and disabled=true

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487052 ] 

Mike Kienenberger commented on TOMAHAWK-957:
--------------------------------------------

Sure looks like a bug.

What happens when you use h:commandLink instead?


> two id wiht <t:commandLink> and disabled=true
> ---------------------------------------------
>
>                 Key: TOMAHAWK-957
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-957
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Extended CommandLink/CommandButton
>    Affects Versions: 1.1.5
>         Environment: IE7
>            Reporter: Auger François
>            Priority: Minor
>
> Hi,
> my code :
> <t:commandLink value="fdlqskfd" disabled="true"></t:commandLink>
> Html Code un IE7:
> <span id="loginForm:_idJsp9" id="loginForm:_idJsp9">fdlqskfd</span>
> We can see two id. I think it's a bug :-)

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


[jira] Commented: (TOMAHAWK-957) two id wiht and disabled=true

Posted by "Auger François (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487055 ] 

Auger François commented on TOMAHAWK-957:
-----------------------------------------

<h:commandLink> doesn't have disabled attribute

> two id wiht <t:commandLink> and disabled=true
> ---------------------------------------------
>
>                 Key: TOMAHAWK-957
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-957
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Extended CommandLink/CommandButton
>    Affects Versions: 1.1.5
>         Environment: IE7
>            Reporter: Auger François
>            Priority: Minor
>
> Hi,
> my code :
> <t:commandLink value="fdlqskfd" disabled="true"></t:commandLink>
> Html Code un IE7:
> <span id="loginForm:_idJsp9" id="loginForm:_idJsp9">fdlqskfd</span>
> We can see two id. I think it's a bug :-)

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