PDA

View Full Version : JSP pages won't show correctly


Cron0
2nd December 2003, 12:46 AM
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
17th December 2003, 01:22 AM
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