Forcing model update?

2009-05-06 Thread Thierry Leveque
Hi Is there a way to force the model to update even if the field value is not change? Why would I want to do that? Because I am using Castor (xml) object. And for element of type Int, the Castor objects have a boolean method like HasElementName. It is set to false until the value of the element

Re: Forcing model update?

2009-05-06 Thread James Carman
Call Component.modelChanged()? On Wed, May 6, 2009 at 10:40 AM, Thierry Leveque tleve...@gmail.com wrote: Hi Is there a way to force the model to update even if the field value is not change? Why would I want to do that? Because I am using Castor (xml) object. And for element of type Int,