You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org> on 2007/09/12 15:58:43 UTC

[jira] Updated: (TAPESTRY-1278) wrong clientId with multiple forms

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

Jesse Kuhnert updated TAPESTRY-1278:
------------------------------------

    Fix Version/s:     (was: 4.1.3)
                   4.1.4

> wrong clientId with multiple forms
> ----------------------------------
>
>                 Key: TAPESTRY-1278
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1278
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>         Environment: Java6, NetBeans, Linux, Glassfish V1, V2
>            Reporter: József Börcsök
>            Assignee: Andreas Andreou
>             Fix For: 4.1.4
>
>
> getClientId() returns only a part of the generated id with multiple forms (using org.apache.tapestry.form.MultipleFormSupportFactory, see https://issues.apache.org/jira/browse/TAPESTRY-1274) in render phase if no submit was before.
> I have 2 forms on a page and I'd like to generate the client ids into the HTML output. With org.apache.tapestry.form.MultipleFormSupportFactory the component ids are generated fine (with the form prefix) but getClientId skips that prefix, so it returns only "text" instead of "Form_0:text" or "Form_1:text". After submit one of the forms the getClientId returns correct values (in listener and render) in the submitted form, but the other one is still wrong.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org