Id of tr:message tag is regenerated
-----------------------------------
Key: TRINIDAD-1838
URL: https://issues.apache.org/jira/browse/TRINIDAD-1838
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.0.4-core
Environment: Weblogic 9, Oracle 10g, trinidad-api-1.0.4-SNAPSHOT.jar,
trinidad-impl-1.0.4-SNAPSHOT.jar
Reporter: Rincy Rappai
It was observed from the html view source of the page that the id of tr:message
tag is regenerated as "formId:ComponentId::msg" using
trinidad-api-1.0.4-SNAPSHOT.jar, trinidad-impl-1.0.4-SNAPSHOT.jar . However, if
we use trinidad-impl-incubator-m1-SNAPSHOT.jar and
trinidad-api-incubator-m1-SNAPAHOT.jar, we see id remains the same as we
assigned for the tr:message tag during design.
Find the attached file to replicate the issue.
Note: we are validating the InputTextBox component on partialSubmit using a
javascript method. Here we validate if id is found by the name as observed in
view source of page. however, if we use the id as set during design time, the
message of tr:message tag will not be rendered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.