PDA

View Full Version : JSP pages won't show correctly


Cron0
2003-12-01, 05:46 PM CST
Weird thing, suddently .JSP pages won't render in Firebird/Mozilla/Opera...

All I get is:
[code:1]<%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %>
<tiles:insert page="/gabarits/gabarit200311191212379364.jsp" flush="true">
<tiles:put name="<@@DESJ_TITRE@@>" value="Accueil" />[/code:1]

etc...
Any ideas as why it does that and how I can fix?
Thanks!

Avatraxiom
2003-12-16, 06:22 PM CST
That's probably not your browser, but your server. The server probably isn't set up to parse them -- you need an AddHandler somewhere in the apache config, most likely.

-M