You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Adam Winer <aw...@gmail.com> on 2006/08/01 22:32:44 UTC

Re: selectInputText is not calling jsf converter after return from dialog?

UIXSelectInput currently takes the dialog return
value and sets it as the submitted value.  That's
not quite right.  Could you file a JIRA issue on this
subject?

-- Adam Winer


On 7/28/06, Koci Martin <Ma...@aura.cz> wrote:
>
> Hello,
>
> I try to use selectInputText for following:
>
> 1) Component selectInputText has value binding pointing to complex
> object, e.g.
> value="#{s014modelId.publicationAPBlockModel.updateDto.prejimajiciSTANAG}"
> (where the last part is not String object)
>
> 2) User can start dialog with button and in dialog he/she can select
> exactly one object
>
> Problem: after return from dialog selectInputText fills itself with
> toString() representation of selected object, but I need to fill input
> box with other string representation of selected object - I think
> registered  jsf converter should be called.
>
> Thanks
>
> Martin
>
>
>
>