I haven´t created a patch for this issue for time reasons. That´s the
reason why it is still open. We solved this problem by using a
formatted string which is returned by numberValue. Of course this is
not the best thing but saved us a lot of time.
Perhaps someone (maybe you) is able to create these components and
contribute the patches to myfaces so I forward this issue to the
mailing list.
2005/10/10, John Lees <[EMAIL PROTECTED]>:
>
>
> Mathias:
>
> I am currently using myfaces 1.1.0 to build a dataTable similiar to
> one you mentioned in the description for MYFACES-189. As in your
> description, I am not able to reference bindings to a dynamically created
> bean in the attributes of a converter tag. You mentioned that you have
> patches for this issue. If possible, please tell me how I can get around
> this issue and whether your fix is planned to be part of a future version of
> myfaces. Thank you very much for your time and help.
>
>
> John
>
>
>
> <h:datatable value="#{data.rows}" var="row">
> <h:column>
> <h:outputText value="#{row.numberValue}">
> <f:convertNumber minFractionDigits="#{row.numberScale}"/> <-- this
> will not work since row is not found.
> </h:outputText>
> </h:column>
> </h:datatable>
--
Mathias