Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Taglibs not getting bound / executed properly - PLEASE HELP
Taglibs not getting bound / executed properly - PLEASE HELP [message #475333] Mon, 19 November 2007 18:20 Go to next message
Steve Whatmore is currently offline Steve WhatmoreFriend
Messages: 95
Registered: July 2009
Member
Good afternoon,

I am trying to use the

Code:
<c:if ...> taglib by binding to the

Code:
xmlns:c="http://java.sun.com/jsp/jstl/core"
however, it does not seem to be binding properly and the

Code:
<c:if ...> is ended up in the rendered page.

I am encountering a similar problem with the ACEGI security taglibs.

Anyone had a similar problem and a way to get around this.

Thanks in advance.

Whatty
Re: Taglibs not getting bound / executed properly - PLEASE HELP [message #475342 is a reply to message #475333] Thu, 29 November 2007 06:27 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Steve Whatmore wrote:
> Good afternoon,
>
> I am trying to use the
>
> Code:
> <c:if ...> taglib by binding to the
>
> Code:
> xmlns:c="http://java.sun.com/jsp/jstl/core"
> however, it does not seem to be binding properly and the
>
> Code:
> <c:if ...> is ended up in the rendered page.
>
> I am encountering a similar problem with the ACEGI security taglibs.
>
> Anyone had a similar problem and a way to get around this.
>
> Thanks in advance.

Does your web app server support that method of declaring the use of
custom tag libraries? If it did I'd expect a translation error to
be reported or the tag properly executed instead of it just passing
the tag through to the client.

--
Nitin Dahyabhai
WTP Source Editing


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Taglibs not getting bound / executed properly - PLEASE HELP [message #615737 is a reply to message #475333] Thu, 29 November 2007 06:27 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Steve Whatmore wrote:
> Good afternoon,
>
> I am trying to use the
>
> Code:
> <c:if ...> taglib by binding to the
>
> Code:
> xmlns:c="http://java.sun.com/jsp/jstl/core"
> however, it does not seem to be binding properly and the
>
> Code:
> <c:if ...> is ended up in the rendered page.
>
> I am encountering a similar problem with the ACEGI security taglibs.
>
> Anyone had a similar problem and a way to get around this.
>
> Thanks in advance.

Does your web app server support that method of declaring the use of
custom tag libraries? If it did I'd expect a translation error to
be reported or the tag properly executed instead of it just passing
the tag through to the client.

--
Nitin Dahyabhai
WTP Source Editing


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Unknown Tag
Next Topic:Beans accessing other beans
Goto Forum:
  


Current Time: Sat Apr 20 04:10:24 GMT 2024

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

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

Back to the top