You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by julien LEDOUX <Ju...@cie.etat.lu> on 2004/01/19 12:40:31 UTC

NO JSP compilation... help !!

hello,

I use WSAD 4 and Struts 1.1,
When I start my web application, all my html results are wrong.

The source code of my html page indicates that the JSP pages are not
compiled!!!
Example of the source code in my browser :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>


<tiles:insert attribute='header'/>
<html:base/>
<title><bean:message key="verification.title"/></title>
<META name="GENERATOR" content="IBM WebSphere Studio">

<%@ page import="lu.etat.cie.common.business.Country"%>
<%@ page language="java" import="lu.etat.cie.common.business.CountryManager"
%>

<logic:messagesPresent>
   <bean:message key="verifForm.errors.header"/>
   <ul>
   <html:messages id="error">
      <li><bean:write name="error"/></li>
   </html:messages>
   </ul><hr>
</logic:messagesPresent>

<TABLE width="467">
	<TR align=left vAlign=top>
		<TD scope="col" >
			<B><H1><bean:message key="verification.string1"/></H1></B><BR>
		</TD>
	</TR>





any ideas???

thanks

julien


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org