> moving your web-application from one framework to another though will > always include some handling of javascript/html, so I wouldn't weigh > that in too much.
I'm not so sure about that. Maybe you change a few pieces of javascript (like when switching to Struts maybe you open a window with foo.do instead of foo.jsp) but you shouldn't have to change huge portions of it. The end result of any web application is HTML. If you switch to faces, why should you have to rewrite all of your javascript? Why should it matter to the person who wrote the javascript that you are now producing your HTML in a new way? > if you have a problem with that, you will need to implement something > coming close to a direct id (or having someone doing that for you ;) I definitely have a problem with that (as you have probably guessed.) And I've been following discussions elsewhere about this, and I am definitely not alone. I say we fix it as long as there are more than a few people affected negatively by this constraint (and as long as the fix does not ruin things for everyone else.) > what about my other suggestion? I'm not familiar with jsValueChange listener (although it sounds interesting.) I didn't see it on the component page of the website, so I will try to find out something from the source code when I get home (no external CVS here at work.) > Martin sean

