Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Declaring jsp includes in web.xml
Declaring jsp includes in web.xml [message #158333] Sun, 29 January 2006 14:54 Go to next message
Eclipse UserFriend
Originally posted by: thisisnot.mymail.com

In JSP 2.0 one can declare in web.xml that he want's to include content
on jsp's. Could WTP/Does WTP support such an option so that one could
have content assist for taglibs even though no taglibs have been applied
for instance?

<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/WEB-INF/taglibs.jspf</include-prelude>
<include-coda>/WEB-INF/footer.jspf</include-coda>
</jsp-property-group>
...
</jsp-config>

Thanks.
Re: Declaring jsp includes in web.xml [message #158386 is a reply to message #158333] Mon, 30 January 2006 02:00 Go to previous messageGo to next message
Eclipse UserFriend
On Sun, 29 Jan 2006 14:54:02 -0500, Srgjan Srepfler <thisisnot@mymail.com> wrote:

> In JSP 2.0 one can declare in web.xml that he want's to include content
> on jsp's. Could WTP/Does WTP support such an option so that one could
> have content assist for taglibs even though no taglibs have been applied
> for instance?
>

We are considering it, time permitting, for WTP 1.5. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=109721
Re: Declaring jsp includes in web.xml [message #158488 is a reply to message #158386] Mon, 30 January 2006 17:41 Go to previous message
Eclipse UserFriend
Originally posted by: thisisnot.mymail.com

David Williams wrote:
> On Sun, 29 Jan 2006 14:54:02 -0500, Srgjan Srepfler
> <thisisnot@mymail.com> wrote:
>
>> In JSP 2.0 one can declare in web.xml that he want's to include content
>> on jsp's. Could WTP/Does WTP support such an option so that one could
>> have content assist for taglibs even though no taglibs have been applied
>> for instance?
>>
>
> We are considering it, time permitting, for WTP 1.5. See
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=109721

Thanks, I've voted on it as I see it as an important feature.
Previous Topic:What is proper in Dynamic Web Project?
Next Topic:Deploy EAR in Exploded format
Goto Forum:
  


Current Time: Fri Mar 21 23:57:50 EDT 2025

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

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

Back to the top