NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

glassfish and facelet

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
Mumuney Abdlquadri
Posted via mailing list.





PostPosted: Fri Jul 09, 2010 11:50 am    Post subject: glassfish and facelet Reply with quote

Please can anyone tell me what I am doing wrong here. Glassfish does
not seem to be rendering this page at all. I see all the facelet tags
on the view source for web page. It does not also read the css. Pls I
am in an emergency. Thanks

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html">

<h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="stylesheet" href="./resources/css/screen.css"
type="text/css" media="screen, projection" />
<link rel="stylesheet" href="./resources/css/print.css"
type="text/css" media="print" />
<link rel="stylesheet" href="resources/css/isec.css" type="text/css"/>
<!--[if lt IE 8]>
<link rel="stylesheet" href="css/blueprint/ie.css"
type="text/css" media="screen, projection" />
<![endif]-->



<title>ISEC Dashboard</title>
</h:head>

<h:body>
<div class="container">
<div id="top" class="span-24">
<img src="resources/images/header.jpg" width="850"
height="100" alt="header"/>
</div>
<div id="header_footer" class="span-24">ISEC</div>

<div id="left" class="span-6">

</div>


<div id="content" class="span-12">
content
</div>

<div id="right" class="span-6 last">
<form name="loginform" action="j_security_check" method="POST">
<div> <label for="j_username" > Username: </label>
<input type="text" name="j_username" value="" /></div>

<div><label for="j_password">
Password:</label><input type="password" name="j_password" value=""
/></div>

<div> <input type="submit" value="Login" /></div>
<div> <input type="submit" value="Cancel" /></div>

</form>
</div>


<div id="bottom" class="span-24">

</div>
</div>
</h:body>

</html>
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo