<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to pass parameters in EL methods</title>
	<atom:link href="http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-pass-parameters-in-el-methods</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:01:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dieter Hubau</title>
		<link>http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/comment-page-1/#comment-8938</link>
		<dc:creator>Dieter Hubau</dc:creator>
		<pubDate>Thu, 19 Aug 2010 09:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1149#comment-8938</guid>
		<description>We also can&#039;t use EL2.2 nor JBoss EL and we came up with a different way of doing this:

&lt;code&gt;

    
    

&lt;/code&gt;

The &#039;function&#039; tag uses reflection and takes the base variables and simply calls the given method with the given (optional) parameters. This is working quite well for us while it stays relatively readable.
Your method is also quite nice and very elegant, without using the somewhat tricky stuff that goes along with reflection (error handling etc...)</description>
		<content:encoded><![CDATA[<p>We also can&#8217;t use EL2.2 nor JBoss EL and we came up with a different way of doing this:</p>
<p><code></p>
<p></code></p>
<p>The &#8216;function&#8217; tag uses reflection and takes the base variables and simply calls the given method with the given (optional) parameters. This is working quite well for us while it stays relatively readable.<br />
Your method is also quite nice and very elegant, without using the somewhat tricky stuff that goes along with reflection (error handling etc&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/comment-page-1/#comment-8789</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Sun, 15 Aug 2010 18:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1149#comment-8789</guid>
		<description>Please take note of Dan&#039;s and Raphael&#039;s comment above. Use the technique suggested in this article only if you can&#039;t use EL 2.2 or JBoss EL.</description>
		<content:encoded><![CDATA[<p>Please take note of Dan&#8217;s and Raphael&#8217;s comment above. Use the technique suggested in this article only if you can&#8217;t use EL 2.2 or JBoss EL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/comment-page-1/#comment-7263</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1149#comment-7263</guid>
		<description>Gr8t post! But i`ve been using Jboss EL. It`s very easy!</description>
		<content:encoded><![CDATA[<p>Gr8t post! But i`ve been using Jboss EL. It`s very easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Allen</title>
		<link>http://www.vineetmanohar.com/2010/07/how-to-pass-parameters-in-el-methods/comment-page-1/#comment-7260</link>
		<dc:creator>Dan Allen</dc:creator>
		<pubDate>Fri, 16 Jul 2010 06:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=1149#comment-7260</guid>
		<description>EL 2.2 (part of Java EE 6) now supports parameterized methods calls natively. You just have to give the bean a name (following on of the methods you cited above, or use the @Named annotation from javax.inject) and invoke away. Ryan Lubke has a blog which covers this topic: http://blogs.sun.com/rlubke/entry/unified_expression_language_is_and.</description>
		<content:encoded><![CDATA[<p>EL 2.2 (part of Java EE 6) now supports parameterized methods calls natively. You just have to give the bean a name (following on of the methods you cited above, or use the @Named annotation from javax.inject) and invoke away. Ryan Lubke has a blog which covers this topic: <a href="http://blogs.sun.com/rlubke/entry/unified_expression_language_is_and" rel="nofollow">http://blogs.sun.com/rlubke/entry/unified_expression_language_is_and</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

