<div dir="ltr"><a href="http://www.ilikespam.com/blog/el-function-parameters-with-jboss-el">http://www.ilikespam.com/blog/el-function-parameters-with-jboss-el</a> which is linked from <a href="http://jsfcentral.com">jsfcentral.com</a><br>
<br>That talks about being able to do things like #{bean.method(param1, param2)} within the page without having to use a MethodExpression.&nbsp; It is just a standard ValueExpression (or ValueBinding for JSF 1.1) that rather than doing bean.getMethod() does bean.method(param1, param2).<br>
<br>I did a very similar concept, except I also added variable argument support.&nbsp; I also updated Facelet functions to also support EL functions with variable args so you can do things like #{f:function(param1, param2, param3, param4, param5)} and only define the function as String concat(String... values).<br>
<br>Thanks,<br>Nick<br><br><div class="gmail_quote">On Wed, Aug 6, 2008 at 7:29 AM, Pete Muir <span dir="ltr">&lt;<a href="mailto:pete.muir@jboss.org">pete.muir@jboss.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Which article?<br>
<br>
JBoss EL provides function support, but I&#39;m confused as the syntax you use is for a MethodExpression, not a function.<div><div></div><div class="Wj3C7c"><br>
<br>
On 6 Aug 2008, at 02:12, Nicholas Hagen wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Not sure if this is the right list or not but I just read your article on EL function support. I wanted to let the team know I also created an EL impl with function support. My impl also includes variable argument support so that you can declare a method such as add(int.. vals) and then invoke via #{bean.add(5,3,5,4)} to return 17. &nbsp;Otherwise, I think mine is fairly similar in support. Anyways does anyone have an interest in merging the two impls to get the best combination of features?<br>

<br>
Thanks,<br>
<br>
Nicholas Hagen<br>
Z|NET Development, LLC<br>
<a href="mailto:nicholas.hagen@znetdevelopment.com" target="_blank">nicholas.hagen@znetdevelopment.com</a><br></div></div>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org" target="_blank">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote>
<br>
</blockquote></div><br></div>