On 4/5/06, Mikael Andersson <[EMAIL PROTECTED]> wrote: > you don't happen to know how to get the valueChangeNotifier to work with > facelets do you? > > I downloaded the sandbox.taglib.xml from the facelet website but it didn't > contain an entry for that tag, and I am not quite sure of how to add it > myself since it isn't an ordinary component.
Yes, this component isn't alternate-viewhandler friendly. There's component logic in the JSP tag file. I solved this problem by using the optional validation framework. You'd probably be better off giving the sandbox subforms a shot instead. Basically you want your pulldown to be in a logical "form" by itself so it passes validation and registers its model value despite whatever else is on the page.

