Upgrade to a more recent version of Trinidad. The versions you cite
are a few years old.
Richard
On Jun 22, 2010, at 5:03 AM, "Sabitha Gopal Pandit" <[email protected]
> wrote:
Hi All,
Need help !
I have raised https://issues.apache.org/jira/browse/TRINIDAD-1838.
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.
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.
Hoping to get response
Thanks,
Sabitha