You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Haimberger (JIRA)" <de...@myfaces.apache.org> on 2007/04/24 16:38:15 UTC

[jira] Commented: (MYFACES-1253) JSR-252 Issue #147: Clarified grammer with respect to component id.

    [ https://issues.apache.org/jira/browse/MYFACES-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491302 ] 

Martin Haimberger commented on MYFACES-1253:
--------------------------------------------

Hi,

the problem described in the bug 147 is not a bug in MyFaces 1.2. 

if a hyphen (-) is used in the id like :

<form id="form-test" .....

the java script which is generated has the following name:

function clear_form_2Dtest() 

so this is ok.

If a dot is used in the id name, an exception is thrown that a dot can not be used in an id name.

So i think this is also ok.

For me, it seems, this is no bug in MyFaces.

Regards,
Martin Haimberger

> JSR-252 Issue #147: Clarified grammer with respect to component id.
> -------------------------------------------------------------------
>
>                 Key: MYFACES-1253
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1253
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-252
>            Reporter: Stan Silvert
>
> Clarified grammer with respect to component id.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=147

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