EL: MethodExpressions

View: New views
20 Messages — Rating Filter:   Alert me  

EL: MethodExpressions

by Matthias Wessendorf-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I know, this is invalid:

action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"

but, wouldn't it be kinda interesting to have that possibility as well ?

-Matthias

--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Ryan Lubke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Matthias Wessendorf wrote:

> Hi,
>
> I know, this is invalid:
>
> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>
> but, wouldn't it be kinda interesting to have that possibility as well ?
>
> -Matthias
>
>  
Since the EL is under the JSP spec at this point, log your spec
enhancements [1] so they are on record.
https://jsp-spec-public.dev.java.net

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Matthias Wessendorf-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ah,
I thought you guys are steakholder for both.

-Matthias

On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:

> Matthias Wessendorf wrote:
>>
>> Hi,
>>
>> I know, this is invalid:
>>
>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>
>> but, wouldn't it be kinda interesting to have that possibility as well ?
>>
>> -Matthias
>>
>>
>
> Since the EL is under the JSP spec at this point, log your spec enhancements
> [1] so they are on record.
> https://jsp-spec-public.dev.java.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Matthias Wessendorf-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://jsp-spec-public.dev.java.net/issues/show_bug.cgi?id=181

let's see what happens.
The available "products" where 2.0 and EDR-2.1 :-)
I thought that 2.1 is already more than a EDR :)

-Matthias

On Fri, Jul 4, 2008 at 8:17 AM, Matthias Wessendorf <matzew@...> wrote:

> ah,
> I thought you guys are steakholder for both.
>
> -Matthias
>
> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>> Matthias Wessendorf wrote:
>>>
>>> Hi,
>>>
>>> I know, this is invalid:
>>>
>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>
>>> but, wouldn't it be kinda interesting to have that possibility as well ?
>>>
>>> -Matthias
>>>
>>>
>>
>> Since the EL is under the JSP spec at this point, log your spec enhancements
>> [1] so they are on record.
>> https://jsp-spec-public.dev.java.net
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Ryan Lubke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Matthias Wessendorf wrote:
> ah,
> I thought you guys are steakholder for both.
>  
Sure, the JSF EG will offer input on the EL spec, but it's best to get
the issue on their
books so it isn't lost.

> -Matthias
>
> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>  
>> Matthias Wessendorf wrote:
>>    
>>> Hi,
>>>
>>> I know, this is invalid:
>>>
>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>
>>> but, wouldn't it be kinda interesting to have that possibility as well ?
>>>
>>> -Matthias
>>>
>>>
>>>      
>> Since the EL is under the JSP spec at this point, log your spec enhancements
>> [1] so they are on record.
>> https://jsp-spec-public.dev.java.net
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>>    
>
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Jacob Hookom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ternary statements are allowed in EL, but not as MethodExpressions (if I
remember correctly).  You might want to clarify that in your bug,
because the JSP folks may not know that action="..." is a
MethodExpression declaration.

Matthias Wessendorf wrote:

> https://jsp-spec-public.dev.java.net/issues/show_bug.cgi?id=181
>
> let's see what happens.
> The available "products" where 2.0 and EDR-2.1 :-)
> I thought that 2.1 is already more than a EDR :)
>
> -Matthias
>
> On Fri, Jul 4, 2008 at 8:17 AM, Matthias Wessendorf <matzew@...> wrote:
>  
>> ah,
>> I thought you guys are steakholder for both.
>>
>> -Matthias
>>
>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>>    
>>> Matthias Wessendorf wrote:
>>>      
>>>> Hi,
>>>>
>>>> I know, this is invalid:
>>>>
>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>>
>>>> but, wouldn't it be kinda interesting to have that possibility as well ?
>>>>
>>>> -Matthias
>>>>
>>>>
>>>>        
>>> Since the EL is under the JSP spec at this point, log your spec enhancements
>>> [1] so they are on record.
>>> https://jsp-spec-public.dev.java.net
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>>      
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>>    
>
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Matthias Wessendorf-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jul 4, 2008 at 7:29 PM, Jacob Hookom <jacob@...> wrote:
> Ternary statements are allowed in EL, but not as MethodExpressions (if I
> remember correctly).  You might want to clarify that in your bug, because

correct. works fine for ValueExpressions.

> the JSP folks may not know that action="..." is a MethodExpression
> declaration.

good point.
Just did that.

-M

>
> Matthias Wessendorf wrote:
>>
>> https://jsp-spec-public.dev.java.net/issues/show_bug.cgi?id=181
>>
>> let's see what happens.
>> The available "products" where 2.0 and EDR-2.1 :-)
>> I thought that 2.1 is already more than a EDR :)
>>
>> -Matthias
>>
>> On Fri, Jul 4, 2008 at 8:17 AM, Matthias Wessendorf <matzew@...>
>> wrote:
>>
>>>
>>> ah,
>>> I thought you guys are steakholder for both.
>>>
>>> -Matthias
>>>
>>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>>>
>>>>
>>>> Matthias Wessendorf wrote:
>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> I know, this is invalid:
>>>>>
>>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>>>
>>>>> but, wouldn't it be kinda interesting to have that possibility as well
>>>>> ?
>>>>>
>>>>> -Matthias
>>>>>
>>>>>
>>>>>
>>>>
>>>> Since the EL is under the JSP spec at this point, log your spec
>>>> enhancements
>>>> [1] so they are on record.
>>>> https://jsp-spec-public.dev.java.net
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>>
>>>>
>>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>>
>>
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


RE: EL: MethodExpressions

by kito99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmmm.. I haven't seen any indication of a new version of JSP or the EL spec
anytime soon....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
phone: +1 203-653-2989
fax: +1 203-653-2988

Come to the first annual JSFOne Conference this September! Visit
http://www.jsfone.com for details.


> -----Original Message-----
> From: Ryan.Lubke@... [mailto:Ryan.Lubke@...]
> Sent: Friday, July 04, 2008 1:27 PM
> To: dev@...
> Subject: Re: EL: MethodExpressions
>
> Matthias Wessendorf wrote:
> > ah,
> > I thought you guys are steakholder for both.
> >
> Sure, the JSF EG will offer input on the EL spec, but it's best to get
> the issue on their
> books so it isn't lost.
> > -Matthias
> >
> > On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
> >
> >> Matthias Wessendorf wrote:
> >>
> >>> Hi,
> >>>
> >>> I know, this is invalid:
> >>>
> >>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
> >>>
> >>> but, wouldn't it be kinda interesting to have that possibility as well
> ?
> >>>
> >>> -Matthias
> >>>
> >>>
> >>>
> >> Since the EL is under the JSP spec at this point, log your spec
> enhancements
> >> [1] so they are on record.
> >> https://jsp-spec-public.dev.java.net
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@...
> >> For additional commands, e-mail: dev-help@...
> >>
> >>
> >>
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Jacob Hookom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You could try the JBoss EL Impl-- I can't remember, but I think I
modified it to allow stuff like that.

Kito D. Mann wrote:

> Hmmm.. I haven't seen any indication of a new version of JSP or the EL spec
> anytime soon....
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann - Author, JavaServer Faces in Action
> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> phone: +1 203-653-2989
> fax: +1 203-653-2988
>
> Come to the first annual JSFOne Conference this September! Visit
> http://www.jsfone.com for details.
>
>
>  
>> -----Original Message-----
>> From: Ryan.Lubke@... [mailto:Ryan.Lubke@...]
>> Sent: Friday, July 04, 2008 1:27 PM
>> To: dev@...
>> Subject: Re: EL: MethodExpressions
>>
>> Matthias Wessendorf wrote:
>>    
>>> ah,
>>> I thought you guys are steakholder for both.
>>>
>>>      
>> Sure, the JSF EG will offer input on the EL spec, but it's best to get
>> the issue on their
>> books so it isn't lost.
>>    
>>> -Matthias
>>>
>>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>>>
>>>      
>>>> Matthias Wessendorf wrote:
>>>>
>>>>        
>>>>> Hi,
>>>>>
>>>>> I know, this is invalid:
>>>>>
>>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>>>
>>>>> but, wouldn't it be kinda interesting to have that possibility as well
>>>>>          
>> ?
>>    
>>>>> -Matthias
>>>>>
>>>>>
>>>>>
>>>>>          
>>>> Since the EL is under the JSP spec at this point, log your spec
>>>>        
>> enhancements
>>    
>>>> [1] so they are on record.
>>>> https://jsp-spec-public.dev.java.net
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>>
>>>>
>>>>
>>>>        
>>>
>>>
>>>      
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>    
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com 
> Version: 8.0.135 / Virus Database: 270.4.5/1533 - Release Date: 7/3/2008 7:19 PM
>
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Matthias Wessendorf-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jacob,

On Sat, Jul 5, 2008 at 1:38 AM, Jacob Hookom <jacob@...> wrote:
> You could try the JBoss EL Impl-- I can't remember, but I think I modified
> it to allow stuff like that.

you mean the ternary statements for MethodExpressions?

-M

>
> Kito D. Mann wrote:
>>
>> Hmmm.. I haven't seen any indication of a new version of JSP or the EL
>> spec
>> anytime soon....
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> Kito D. Mann - Author, JavaServer Faces in Action
>> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
>> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>> phone: +1 203-653-2989
>> fax: +1 203-653-2988
>>
>> Come to the first annual JSFOne Conference this September! Visit
>> http://www.jsfone.com for details.
>>
>>
>>
>>>
>>> -----Original Message-----
>>> From: Ryan.Lubke@... [mailto:Ryan.Lubke@...]
>>> Sent: Friday, July 04, 2008 1:27 PM
>>> To: dev@...
>>> Subject: Re: EL: MethodExpressions
>>>
>>> Matthias Wessendorf wrote:
>>>
>>>>
>>>> ah,
>>>> I thought you guys are steakholder for both.
>>>>
>>>>
>>>
>>> Sure, the JSF EG will offer input on the EL spec, but it's best to get
>>> the issue on their
>>> books so it isn't lost.
>>>
>>>>
>>>> -Matthias
>>>>
>>>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>>>>
>>>>
>>>>>
>>>>> Matthias Wessendorf wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I know, this is invalid:
>>>>>>
>>>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>>>>
>>>>>> but, wouldn't it be kinda interesting to have that possibility as well
>>>>>>
>>>
>>> ?
>>>
>>>>>>
>>>>>> -Matthias
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> Since the EL is under the JSP spec at this point, log your spec
>>>>>
>>>
>>> enhancements
>>>
>>>>>
>>>>> [1] so they are on record.
>>>>> https://jsp-spec-public.dev.java.net
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>>> For additional commands, e-mail: dev-help@...
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - http://www.avg.com Version: 8.0.135 / Virus Database:
>> 270.4.5/1533 - Release Date: 7/3/2008 7:19 PM
>>
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Jacob Hookom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah-- it does allow projections-- for listener type methods too

Matthias Wessendorf wrote:

> Jacob,
>
> On Sat, Jul 5, 2008 at 1:38 AM, Jacob Hookom <jacob@...> wrote:
>  
>> You could try the JBoss EL Impl-- I can't remember, but I think I modified
>> it to allow stuff like that.
>>    
>
> you mean the ternary statements for MethodExpressions?
>
> -M
>
>  
>> Kito D. Mann wrote:
>>    
>>> Hmmm.. I haven't seen any indication of a new version of JSP or the EL
>>> spec
>>> anytime soon....
>>>
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Kito D. Mann - Author, JavaServer Faces in Action
>>> http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
>>> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>>> phone: +1 203-653-2989
>>> fax: +1 203-653-2988
>>>
>>> Come to the first annual JSFOne Conference this September! Visit
>>> http://www.jsfone.com for details.
>>>
>>>
>>>
>>>      
>>>> -----Original Message-----
>>>> From: Ryan.Lubke@... [mailto:Ryan.Lubke@...]
>>>> Sent: Friday, July 04, 2008 1:27 PM
>>>> To: dev@...
>>>> Subject: Re: EL: MethodExpressions
>>>>
>>>> Matthias Wessendorf wrote:
>>>>
>>>>        
>>>>> ah,
>>>>> I thought you guys are steakholder for both.
>>>>>
>>>>>
>>>>>          
>>>> Sure, the JSF EG will offer input on the EL spec, but it's best to get
>>>> the issue on their
>>>> books so it isn't lost.
>>>>
>>>>        
>>>>> -Matthias
>>>>>
>>>>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
>>>>>
>>>>>
>>>>>          
>>>>>> Matthias Wessendorf wrote:
>>>>>>
>>>>>>
>>>>>>            
>>>>>>> Hi,
>>>>>>>
>>>>>>> I know, this is invalid:
>>>>>>>
>>>>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod : bean.myOddMethod}"
>>>>>>>
>>>>>>> but, wouldn't it be kinda interesting to have that possibility as well
>>>>>>>
>>>>>>>              
>>>> ?
>>>>
>>>>        
>>>>>>> -Matthias
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>> Since the EL is under the JSP spec at this point, log your spec
>>>>>>
>>>>>>            
>>>> enhancements
>>>>
>>>>        
>>>>>> [1] so they are on record.
>>>>>> https://jsp-spec-public.dev.java.net
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>>>> For additional commands, e-mail: dev-help@...
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>
>>>>>          
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>>> For additional commands, e-mail: dev-help@...
>>>>
>>>>        
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>> No virus found in this incoming message.
>>> Checked by AVG - http://www.avg.com Version: 8.0.135 / Virus Database:
>>> 270.4.5/1533 - Release Date: 7/3/2008 7:19 PM
>>>
>>>
>>>
>>>
>>>      
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>>    
>
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


RE: EL: MethodExpressions

by kito99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How about just updating the EL spec? Ryan, are there any plans to update it?
I'd really love to see method support added..

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
phone: +1 203-653-2989
fax: +1 203-653-2988

Come to the first annual JSFOne Conference this September! Visit
http://www.jsfone.com for details.

> -----Original Message-----
> From: Jacob Hookom [mailto:jacob@...]
> Sent: Friday, July 04, 2008 7:38 PM
> To: dev@...
> Subject: Re: EL: MethodExpressions
>
> You could try the JBoss EL Impl-- I can't remember, but I think I
> modified it to allow stuff like that.
>
> Kito D. Mann wrote:
> > Hmmm.. I haven't seen any indication of a new version of JSP or the EL
> spec
> > anytime soon....
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Kito D. Mann - Author, JavaServer Faces in Action
> > http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
> > http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
> > phone: +1 203-653-2989
> > fax: +1 203-653-2988
> >
> > Come to the first annual JSFOne Conference this September! Visit
> > http://www.jsfone.com for details.
> >
> >
> >
> >> -----Original Message-----
> >> From: Ryan.Lubke@... [mailto:Ryan.Lubke@...]
> >> Sent: Friday, July 04, 2008 1:27 PM
> >> To: dev@...
> >> Subject: Re: EL: MethodExpressions
> >>
> >> Matthias Wessendorf wrote:
> >>
> >>> ah,
> >>> I thought you guys are steakholder for both.
> >>>
> >>>
> >> Sure, the JSF EG will offer input on the EL spec, but it's best to get
> >> the issue on their
> >> books so it isn't lost.
> >>
> >>> -Matthias
> >>>
> >>> On Fri, Jul 4, 2008 at 8:11 AM, Ryan Lubke <Ryan.Lubke@...> wrote:
> >>>
> >>>
> >>>> Matthias Wessendorf wrote:
> >>>>
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> I know, this is invalid:
> >>>>>
> >>>>> action="#{bean.text == 'ABC' ? bean.myNiceMethod :
> bean.myOddMethod}"
> >>>>>
> >>>>> but, wouldn't it be kinda interesting to have that possibility as
> well
> >>>>>
> >> ?
> >>
> >>>>> -Matthias
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>> Since the EL is under the JSP spec at this point, log your spec
> >>>>
> >> enhancements
> >>
> >>>> [1] so they are on record.
> >>>> https://jsp-spec-public.dev.java.net
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@...
> >>>> For additional commands, e-mail: dev-
> help@...
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@...
> >> For additional commands, e-mail: dev-help@...
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >
> > No virus found in this incoming message.
> > Checked by AVG - http://www.avg.com
> > Version: 8.0.135 / Virus Database: 270.4.5/1533 - Release Date: 7/3/2008
> 7:19 PM
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Jason Lee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 7, 2008 at 2:44 PM, Kito D. Mann <kmann@...> wrote:
> How about just updating the EL spec? Ryan, are there any plans to update it?
> I'd really love to see method support added..

+1 :)

--
Jason Lee, SCJP
Software Architect -- Objectstream, Inc.
Mojarra and Mojarra Scales Dev Team
https://mojarra.dev.java.net
https://scales.dev.java.net
http://blogs.steeplesoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by Stan Silvert-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


>>  
> Since the EL is under the JSP spec at this point, log your spec
> enhancements [1] so they are on record.
> https://jsp-spec-public.dev.java.net
>

That's part of the problem.  There is no reason for EL to still be under
JSP.  It should have its own EG.

Stan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: EL: MethodExpressions

by