[ http://issues.apache.org/jira/browse/TAPESTRY-241?page=all ]
Jesse Kuhnert resolved TAPESTRY-241:
------------------------------------
Fix Version: 3.0.4
Resolution: Fixed
patch applied, thanks
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]