You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2007/10/11 08:45:50 UTC

[jira] Resolved: (TOBAGO-514) id attribute will not be rendered correct

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

Bernd Bohmann resolved TOBAGO-514.
----------------------------------

    Resolution: Won't Fix

It's not possible to change this behavoir. This is a difference between tx jsp and tx facelet.
The tf (tobago-facelets extension) supports the id attribute for the input field but not markup.

The tobago-facelets extension are ui:compositions

see: http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/facelets/src/main/resources/META-INF/in.xml 

> <tx:in> id attribute will not be rendered correct
> -------------------------------------------------
>
>                 Key: TOBAGO-514
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-514
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.12
>         Environment: facelets 1.1.13, MyFaces 1.1.6 snap, Tobago 1.0.12 snap
>            Reporter: Guido Dubois
>
> With namespace
> ...
>   xmlns:tx="http://myfaces.apache.org/tobago/extension"
> ...
> the defined id attribute in <tx:in> will not be rendered correct. Instead there will be rendered a system generated id attribute like "page:_id5"

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