Bugs item #1007192, was opened at 2004-08-11 04:34
Message generated for change (Comment added) made by starksm
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


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

Comment By: Scott M Stark (starksm)
Date: 2004-12-29 12:52

Message:
Logged In: YES 
user_id=175228

All issues have been moved to http://jira.jboss.com. Existing
issues have been moved. New issues will be closed with this
canned reponse.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to