Craig, First of all, congratulations for your Struts-Faces library!! This library is what I have been looking for..
be careful of one particular scenario. Struts only creates one instance of > an Action class for the entire application, so that is not a good place to > put request-specific event handlers. --great!!! I´m newbie in Faces, so I´m dissecting struts-faces' very good examples 1 and 2. I´m sure that all run well for actionEvents and there are some backing beans for that. Please, is there some sample code for Value-change Events in Struts-Faces??? I would like saving time not doing my own tests... >By the way, are you writing a new application, or trying to adapt something that already exists? --My Struts application already exists. All I need at first is avoiding JavaScript when relating 2 modal comboboxes. Can I apply Value-change Events instead?? Thanks!! ----------