<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
This comment may be way too late... but I would rather have seen (and
thought I did see) us go in the direction:<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;f:event type="valueChange" action="#{...}" /&gt;<br>
<br>
This reduces tag explosion, is easy to extend, and makes it simple for
add-on frameworks to leverage an event model (vs. lots of 1-off tags
for different tasks).<br>
<br>
If this is indeed way too late, or I'm misinterpreting this... please
disregard. ;)<br>
<br>
Cheers!<br>
<br>
Ken<br>
<br>
<br>
Lincoln Baxter, III wrote:
<blockquote cite="mid:1252036221.20453.53.camel@quadshark" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.26.0">
FYI -- a sneak peek. This is working -- with seam el in this example,
of course. <br>
  <br>
Comment now "or forever hold your peace unless it needs to be
changed"&nbsp;&nbsp; ;)<br>
  <br>
  <br>
&lt;a:editText value="#{viewProjectBean.project.vision}"
rendered="#{authorizationBean.isOwner}" &gt;<br>
  <br>
&nbsp;&nbsp;&nbsp; <b>&lt;f:valueChangeListener for="value"
action="#{viewProjectBean.test('foo')}" /&gt;</b><br>
  <br>
&nbsp;&nbsp;&nbsp; &lt;f:actionListener for="submit"
binding="#{viewProjectBean.projectChangeListener}" /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;f:converter for="output" converterId="webLinkConverter"/&gt;<br>
&lt;/a:editText&gt;<br>
  <br>
  <br>
  <br>
--Lincoln<br>
  <br>
  <table cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
--<br>
        <b>Lincoln Baxter, III</b><br>
Co-Founder of <a moz-do-not-send="true" href="http://ocpsoft.com">OcpSoft</a><br>
Author of <a moz-do-not-send="true"
 href="http://ocpsoft.com/prettyfaces">PrettyFaces</a> URL Rewriting
for JSF<br>
        <br>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
</blockquote>
</body>
</html>