You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2009/05/26 15:39:45 UTC

[jira] Commented: (TRINIDAD-1490) tr:inputDate's chooseId attribute is not prepended with j_id_ when used in tr:forEach

    [ https://issues.apache.org/jira/browse/TRINIDAD-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713009#action_12713009 ] 

Matthias Weßendorf commented on TRINIDAD-1490:
----------------------------------------------

not sure what you mean...

I am getting this for the first:
<input type="text" size="10" class="x2b" onblur="_dfb(this)" name="cd2" id="cd2"/>

this for the second:
<input type="text" size="10" class="x2b" onblur="_dfb(this)" name="cd2j_id_1" id="cd2j_id_1"/>

etc...

sinppet is like:
       <tr:form>
         <tr:forEach begin="0" end="2">
           <tr:inputDate id="cd2" />
         </tr:forEach>
       </tr:form>

> tr:inputDate's chooseId attribute is not prepended with j_id_ when used in tr:forEach
> -------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1490
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1490
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>         Environment: Tomcat 6.0, Trinidad 1.2.11, JDK 1.6.0_07, Windows XP SP2 and Ubuntu 8.04
>            Reporter: Jasper de Vries
>
> tr:inputDate's chooseId attribute is *not* prepeded with j_id_ when used in tr:forEach.
> The tr:chooseDate's id attribute *is* prepeded with j_id_ when used in tr:forEach.
> I've seen this behavior on other id-referring attributes as well.

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