Hi Volker, The problem is in tobago 1.0.10. I tried the last hour 1.0.11nightly from today and with that version the resolver is called. now is my problem the wrong sequence from calls in my bean, but that is my problem ;-) I attached my example with dummy controller and my facelet file for you.
Regards David 2007/4/4, Volker Weber <[EMAIL PROTECTED]>:
Hi David,
the value should only updated if the tx:in is inside the updated area.
If this is the case please post a minimal example (not only partial)
to reproduce this,
which tobago version?
Regards,
Volker
2007/4/4, David Steinkopff <[EMAIL PROTECTED]>:
> Hi,
>
> I have a problem with the following combine tags.
>
> <tx:in value="#{search.searchset['KU']}">
> <f:facet name="change">
> <tc:command>
> <tc:attribute name="renderedPartially"
> value="pageid:panelid"/>
> </tc:command>
> </f:facet>
> </tx:in>
>
> I debug tomcat at the resolver class and I watch that setValue doesnt call
> to store the value from the field in the map.
>
> Same example with a simple bean with get and set work correct.
>
> Think the problem is by tobago, because if I make a complete submit, the
> resolver is called.
>
> I hope you can help me.
>
> Regards,
> David
>
>
>
one.xhtml
Description: application/xhtml
SucheDummy.java
Description: Binary data

