Bugs item #1007192, was opened at 2004-08-11 13:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1007192&group_id=22866

Category: JBossWeb
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: kaitken (kaitken)
Assigned to: Nobody/Anonymous (nobody)
Summary: JSF files don't compile when opened in a browser

Initial Comment:
I am using JBoss 3.2.5 (build: CVSTag=JBoss_3_2_5
date=200406251954).
I edited this JSF file (selectLanguage2.jsp) and then
deployed it in JBoss:
==========================================
Code:
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
<html>
<head>
<title>Select Language</title>
</head>
<body>
<h2>Please select your language</h2>
<f:view>
<h:form id="selectLanguage">
<br>Language:
<h:selectOneMenu>
<f:selectItem itemValue="en" itemLabel="English"/>
<f:selectItem itemValue="de" itemLabel="German"/>
</h:selectOneMenu>
<br>
<h:commandButton type="submit"
value="Submit" action="success"/>
</h:form>
</f:view>
</body>
</html>

==========================================
When I call it in the browser, the attached errors
occur in the JBoss log, which I can only fix by
restarting JBoss and repeatedly redeploying the JSF
project until it starts working again.
The first error is:
==============================
2004-08-06 09:21:42,629 ERROR
[org.jboss.web.localhost.Engine]
StandardWrapperValve[Faces Servlet]: Servlet.service()
for servlet Faces Servlet threw exception
org.apache.jasper.JasperException: Unable to compile
class for JSP

============================== 
Operating System and version: Windows XP SP1
JDK version: 1.4.2_05


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1007192&group_id=22866


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to