Re: How to pass parameters to an EL function

2011-09-01 Thread hadf
I found a solution. Maybe this can help someone. Instead of passing parameter to the function in the expression, I used the tag to set an attribute. hadf wrote: > > I use the version 2.0.3 of myfaces. > > > hadf wrote: >> >> Hi, >> >> I try to pass

Re: How to pass parameters to an EL function

2011-08-31 Thread hadf
I use the version 2.0.3 of myfaces. hadf wrote: > > Hi, > > I try to pass parameters to an EL function. > > I read this wiki : > http://wiki.apache.org/myfaces/Parameters_In_EL_Functions > > I tried the second solution, that is to say the Map solution. >

How to pass parameters to an EL function

2011-08-31 Thread hadf
Hi, I try to pass parameters to an EL function. I read this wiki : http://wiki.apache.org/myfaces/Parameters_In_EL_Functions I tried the second solution, that is to say the Map solution. So I implemented a Map and overrided the get() method, but this method is never called, I have a javax.el.M