[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSP does not display properly

kmv do-not-reply at jboss.com
Mon Feb 9 23:49:29 EST 2009


this code in JSP doesn't work in jboss-5.0.0.GA-jdk6 

<%@ page import="java.text.DecimalFormat" %> 
<%DecimalFormat df = new DecimalFormat("0.00");%> 
<%=df.format(2d/0d)%> 

it shows only empty page, no exceptions 

page must contain ? (question mark), but it's empty and if it has other content on page, then it is lost too

can you explain why?

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

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



More information about the jboss-user mailing list