Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Re: Expression Language Support in JSP

Thanks for the guidance David.  I have such an integration question with respect to the modelQueryExtension extension point and its use by JSPContentAssistProcessor:

When I have an attribute like blah="sometext" and I activate content assist within the attribute value, my callback fires ok on my modelQueryExtension implementation.  However if I have an attribute value containing an expression language identifier such as "${}" or "#{}", then the modelQueryExtension is never called.  I have traced it to JSPContentAssistProcessor:793 in the M4 code where an instanceof check catches an attribute encoding for the latter but not the former even though both seem to be attribute value region types.

Is this a known issue?  I could not find a bug in Bugzilla, but will open one if no one is aware a duplicate.  

It is a significant problem for us in the JSF project because it means that we cannot use this extension point to offer content assist for JSF EL.  I am more than happy to help with a patchfix for this issue if I can get a little assistance understanding the function in question in more detail.



Best Regards,

Cameron


> One of the things we discussed was that JSF-integration questions could be asked on newsgroup or 
> mailing list and we would answer them as best we could. 
> Additionally, there would be biweekly such "joint design and planning" calls for a while to be sure 
> questions were being answered. 

> Sorry I can't be more helpful, ... its only a shortage of time, not interest. 
--- Begin Message ---
We had a "joint design and planning" call with JSF team on Friday, (We you on it? Sorry, I didn't catch all the names, and have not seen any minutes/notes from the meeting yet).

One of the things we discussed was that JSF-integration questions could be asked on newsgroup or mailing list and we would answer them as best we could.
Additionally, there would be biweekly such "joint design and planning" calls for a while to be sure questions were being answered.

Sorry I can't be more helpful, ... its only a shortage of time, not interest.





CAMERON.BATEMAN@xxxxxxxxxx

02/20/2006 04:51 PM

To
wtp-dev@xxxxxxxxxxx
cc
David M Williams/Raleigh/IBM@IBMUS
Subject
_expression_ Language Support in JSP





Hello,

I'm looking into doing EL support for the JSF sub-project.  I have noticed that considerable work has already been done to support EL in JSP including parsing, content assist, validation etc.  Who would I contact to learn more about current plans for functionality in 1.5 and how we might hook the JSF efforts into what already exists for JSP under WTP?


Thanks,

Cameron


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

--- End Message ---

Back to the top