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)" <ta...@jakarta.apache.org> on 2006/04/10 15:05:04 UTC

[jira] Resolved: (TAPESTRY-866) Order of FieldLabel and corresponding TextField affects behaviour

     [ http://issues.apache.org/jira/browse/TAPESTRY-866?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-866:
------------------------------------

    Resolution: Cannot Reproduce

> Order of FieldLabel and corresponding TextField affects behaviour
> -----------------------------------------------------------------
>
>          Key: TAPESTRY-866
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-866
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.0
>     Reporter: Martin Dirichs

>
> Components FieldLabel and TextField only work as expected if they are
> specified in this order in the Template. Switching the order, ie. having the
> label behind the input field, causes the value of the input field to be lost.
> Example:
> This works:
> <span jwcid="@FieldLabel" field="component:lastname">Name</span>
> <input jwcid="lastname@TextField" value="ognl:lastname" displayName="Name"/>
> This does not:
> <input jwcid="lastname@TextField" value="ognl:lastname" displayName="Name"/>
> <span jwcid="@FieldLabel" field="component:lastname">Name</span>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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