<!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>
<f:event type="valueChange" action="#{...}" /><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" ;)<br>
<br>
<br>
<a:editText value="#{viewProjectBean.project.vision}"
rendered="#{authorizationBean.isOwner}" ><br>
<br>
<b><f:valueChangeListener for="value"
action="#{viewProjectBean.test('foo')}" /></b><br>
<br>
<f:actionListener for="submit"
binding="#{viewProjectBean.projectChangeListener}" /><br>
<f:converter for="output" converterId="webLinkConverter"/><br>
</a:editText><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>