You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Martin Dirichs (JIRA)" <ta...@jakarta.apache.org> on 2006/04/10 10:40:07 UTC

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

    [ http://issues.apache.org/jira/browse/TAPESTRY-866?page=comments#action_12373826 ] 

Martin Dirichs commented on TAPESTRY-866:
-----------------------------------------

Don't know what went wrong but somehow I must have missed something. I am unable to reproduce the reported behaviour now. Please mark this entry as "Not a bug".

> 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