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