Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » EL Support
EL Support [message #103003] Thu, 12 May 2005 09:18 Go to next message
Eclipse UserFriend
Originally posted by: bernhard.slominski.zooplus.de

Hi,

as it looks to me, there is no support for EL in the JSP Editor in
concerns of code completion etc.

E.g. code like this:

<jsp:useBean id="test" type="test.TestBean"/>
${test.}

When I have the cusromer on the . after ${test.} I except to get the
properties of the bean.
Is this just missing or do I have to setup something to be able to do this?

Thanks

Bernhard
Re: EL Support [message #103055 is a reply to message #103003] Thu, 12 May 2005 10:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavery.us.ibm.com

Bernhard Slominski wrote:
> Hi,
>
> as it looks to me, there is no support for EL in the JSP Editor in
> concerns of code completion etc.
>
> E.g. code like this:
>
> <jsp:useBean id="test" type="test.TestBean"/>
> ${test.}
>
> When I have the cusromer on the . after ${test.} I except to get the
> properties of the bean. Is this just missing or do I have to setup
> something to be able to do this?
>
> Thanks
>
> Bernhard
>
Hi Bernhard,

This functionality is currently under development for M5. Initial
support should be there soon (content assist, as-you-type validation,
syntax highlighting...). Once it's there, it would be helpful for users
such as yourself to test it out. It's usually hard for us to catch all
use cases. I was looking for a feature request/bug that that was
tracking it, but dont see it. I'll post here when I find it.

thanks
-phil
Re: EL Support [message #103066 is a reply to message #103055] Thu, 12 May 2005 10:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bernhard.slominski.zooplus.de

phil avery wrote:
>>
> Hi Bernhard,

> This functionality is currently under development for M5. Initial
> support should be there soon (content assist, as-you-type validation,
> syntax highlighting...). Once it's there, it would be helpful for users
> such as yourself to test it out. It's usually hard for us to catch all
> use cases. I was looking for a feature request/bug that that was
> tracking it, but dont see it. I'll post here when I find it.

> thanks
> -phil

Hi Phil,

thanks for the answer, once it's there be sure I'll test it out.
Believe me, just the feature I mentioned (code completion of bean
properties) would save you a lot of time. I'm waiting for it in IntelliJ
for one year now.
So just this feature would be a reason to switch to Eclipse, so I'm really
looking forward to it.

Bernhard
Re: EL Support [message #103141 is a reply to message #103055] Thu, 12 May 2005 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thisisnot.mymail.com

Will there be support for the getters of the implicit objects?

"phil avery" <pavery@us.ibm.com> wrote in message
news:d5vpdv$9hm$1@news.eclipse.org...
> Bernhard Slominski wrote:
>> Hi,
>>
>> as it looks to me, there is no support for EL in the JSP Editor in
>> concerns of code completion etc.
>>
>> E.g. code like this:
>>
>> <jsp:useBean id="test" type="test.TestBean"/>
>> ${test.}
>>
>> When I have the cusromer on the . after ${test.} I except to get the
>> properties of the bean. Is this just missing or do I have to setup
>> something to be able to do this?
>>
>> Thanks
>>
>> Bernhard
>>
> Hi Bernhard,
>
> This functionality is currently under development for M5. Initial support
> should be there soon (content assist, as-you-type validation, syntax
> highlighting...). Once it's there, it would be helpful for users such as
> yourself to test it out. It's usually hard for us to catch all use cases.
> I was looking for a feature request/bug that that was tracking it, but
> dont see it. I'll post here when I find it.
>
> thanks
> -phil
Re: EL Support [message #103706 is a reply to message #103066] Fri, 13 May 2005 17:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavery.us.ibm.com

OK so there was no feature request (that I could find)
so I've opened:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=95237

Progress/suggestions on initial EL support (M5) can be tracked here.

thanks,
phil

Bernhard Slominski wrote:
> phil avery wrote:
>
>>>
>> Hi Bernhard,
>
>
>> This functionality is currently under development for M5. Initial
>> support should be there soon (content assist, as-you-type validation,
>> syntax highlighting...). Once it's there, it would be helpful for
>> users such as yourself to test it out. It's usually hard for us to
>> catch all use cases. I was looking for a feature request/bug that
>> that was tracking it, but dont see it. I'll post here when I find it.
>
>
>> thanks
>> -phil
>
>
> Hi Phil,
>
> thanks for the answer, once it's there be sure I'll test it out.
> Believe me, just the feature I mentioned (code completion of bean
> properties) would save you a lot of time. I'm waiting for it in IntelliJ
> for one year now.
> So just this feature would be a reason to switch to Eclipse, so I'm
> really looking forward to it.
>
> Bernhard
>
Re: EL Support [message #103718 is a reply to message #103141] Fri, 13 May 2005 17:56 Go to previous message
Eclipse UserFriend
Originally posted by: pavery.us.ibm.com

Srgjan Srepfler wrote:
> Will there be support for the getters of the implicit objects?
>

I believe that is the plan.

check out:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=95237

for progress.

The person contributing would know the finer details, might want to post
questions/comments on the feature request.

thanks,
-phil


> "phil avery" <pavery@us.ibm.com> wrote in message
> news:d5vpdv$9hm$1@news.eclipse.org...
>
>>Bernhard Slominski wrote:
>>
>>>Hi,
>>>
>>>as it looks to me, there is no support for EL in the JSP Editor in
>>>concerns of code completion etc.
>>>
>>>E.g. code like this:
>>>
>>><jsp:useBean id="test" type="test.TestBean"/>
>>>${test.}
>>>
>>>When I have the cusromer on the . after ${test.} I except to get the
>>>properties of the bean. Is this just missing or do I have to setup
>>>something to be able to do this?
>>>
>>>Thanks
>>>
>>>Bernhard
>>>
>>
>>Hi Bernhard,
>>
>>This functionality is currently under development for M5. Initial support
>>should be there soon (content assist, as-you-type validation, syntax
>>highlighting...). Once it's there, it would be helpful for users such as
>>yourself to test it out. It's usually hard for us to catch all use cases.
>>I was looking for a feature request/bug that that was tracking it, but
>>dont see it. I'll post here when I find it.
>>
>>thanks
>>-phil
>
>
>
Previous Topic:WSDL->Java regeneration is wrong [m4|Top Down Web Service|Skeleton]
Next Topic:WST html capitalization of tags
Goto Forum:
  


Current Time: Fri Jul 18 02:53:24 EDT 2025

Powered by FUDForum. Page generated in 0.11363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top