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

[jira] Closed: (TAPESTRY-241) Converter property of contrib:FormTable does not work

     [ http://issues.apache.org/jira/browse/TAPESTRY-241?page=all ]
     
Brian K. Wallace closed TAPESTRY-241:
-------------------------------------


> Converter property of contrib:FormTable does not work
> -----------------------------------------------------
>
>          Key: TAPESTRY-241
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-241
>      Project: Tapestry
>         Type: Bug

>   Components: Contrib
>     Versions: 3.0.1
>  Environment: Tomcat 5.5
>     Reporter: Kurtis Williams
>     Assignee: Jesse Kuhnert
>      Fix For: 3.0.4
>  Attachments: TAPESTRY-241-branch-3.0.patch
>
> I've been trying to use the "converter" property on the contrib:FormTable component without success.  I dug into the source code and discovered that the "converter" property on the contained "tableRows" components is not marked as <inherited-binding.../>, it's just marked as a <binding.../> which, of course, will prevent the "converter" property of the owning table from being passed in properly. This all happens on line 237 of FormTable.jwc:
>  
> <component id="tableRows" type="TableFormRows">
>   <inherited-binding name="row" parameter-name="row"/>
>   <inherited-binding name="class" parameter-name="rowsClass"/>
>   <!-HERE'S THE PROBLEM!!!-->
>   <binding name="convertor" expression="convertor"/>
> </component>
> It seems like that line should read:
> <inherited-binding name="converter" expression="converter"/>

-- 
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