I think the marker would be appropriate for this needs under this
conditions.
But, first time I saw the code I was asking me: Why do you need on each
component the call for the JS method of all components?
If a user changes a value for the component textbox then you always
change the hidden parameter (or something else) for this component, but
not for all other components...
Wouldn't be enough to have only one call for the js method
"orgApacheMyfacesJsListenerSetExpressionProperty...."?
Best Regards
Paul
Martin Marinschek wrote:
Yes,
you are absolutely right, that is a problem.
Sorry, I didn't have a need so far to fix that, and no time available
to do so right now, but I might have time to discuss it with you and
to try to find a solution.
One thing I was thinking about originally was to have this javascript
call surrounded by a marker and at the beginning of the encode end,
remove everything that is surrounded by this marker.
Would you think this approach is appropriate?
regards,
Martin