Re: [PROPOSAL] Keel look and feel (Attn: Pierre)
"Sasvata (Shash) Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Pierre,
>
> Herewith a menubar.jsp modified. I quickly tested it. Seem ok.
>
I could not use this version. All my menu items come out (literally) as
${topelement_title}, ${secondelement_title} etc. That's because, you
are not using <c:out> tag, just printing directly using EL. Now, why
that works for you and not for me I have no clue. I am using Tomcat
5.0.28 (and Jasper).
All the app-personality stuff is checked in, so you can get an update,
get updates for clnt-struts, app-crud also. Maybe you can try your
changes also.
BTW, I had to take out <jsp:directive.include
file="/common/taglibs.jspf" />, I don't have that file.
While you are at it, here's something else maybe you can help me with. I noticed that if I change taglib URI to use JSTL-1.1 version (so I can use the fn:length(...) etc. functions), the <c:if test="${!empty menu}"> quits working (as do all other <c:if...> tags).
To change to use JSTL-1.1 TLDs, all I do different is to change from:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <== JSTL-1.0 version
to
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <=== Add /jsp in path to get JSTL-1.1 version
I also tried changing the web.xml to conform to Servlet-2.4 version, that did not make a difference.
Can you make it work for you?
Shash
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com