All of our JSP's start with HTML-style JSP scriptlet code (example):
<%@ page session="true"%>
<%@ page import="javax.naming.*"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql"%>

I am using JBOSSIDE-1.5 (final) and every time I edit a JSP, I get an error on 
it saying that "The markup in the document preceding the root element must be 
well-formed".    It gives me this error on any page import, taglib, etc. and I 
didn't have this problem on JBOSSIDE-1.5RC2.   Any ideas?

Also, none of my JSP's show this problem until I actually edit them.    Is 
there any way to fix this problem, or to remove the JSP editor, which appears 
to be locked?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917678#3917678

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917678


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to