Sounds like the same problem as with ActionListenerExpression; that is,
the move to
ActionExpression and MethodExpression objects in JSF 1.2 as parameters
in the listener interfaces.
As long as you drop back to String objects, things still work in Facelets.
As far as I know, the ActionValue and MethodValue APIs are still
supported in JSF 1.2; but
are deprecated.
Rasha wrote:
> Hello,
> I was able to solve my problem,
> Instead of using valueChangeListenerExpression (the documented attribute in
> the tld docs) use the valueChangeListener (undocumented attribute)...
> It works like a charm!
>
> Thanks,
> Rasha
>
>
> Rasha wrote:
>
>> Hello,
>> I am trying to set up woodstock to work with facelets.
>> I have had some trouble making listeners work though ...
>>
>> For the actionListener, I used a tip posted in the user mailing list about
>> using action (undocumented) instead of using actionListener(documented).
>> The workaround works fine.
>>
>> I am currently having the same issue with the valuechangedListener of the
>> textfield. The page does not give an error but the valuechangeListener is
>> not working.
>> If I remove facelet and use jsp instead, the code works fine, so I am sure
>> it's not a coding problem, and that the issue arises only when using
>> facelets...
>>
>> Any ideas?
>>
>> Thanks,
>> -Rasha
>>
>>
>
>