[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: no persistent classes found for query class

igor007 do-not-reply at jboss.com
Wed May 6 16:42:29 EDT 2009


<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%><%@taglib
  | 	uri="http://java.sun.com/jsf/html" prefix="h"%><%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  |     pageEncoding="ISO-8859-1"%>
  | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  | <html>
  | <head>
  | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  | <title>Login</title>
  | </head>
  | <body>
  | 
  | <f:view><br><br><br>
  | 	    <h:outputLabel value="Login name"></h:outputLabel>        <h:inputText value="#{loginBean.loginName}"></h:inputText>
  | 	   <br>
  | 	     <h:outputText value="Password"></h:outputText>          <h:inputText value="#{loginBean.password}"></h:inputText>   
  | 	
  | 	<br><br><br><h:form>
  | 		<h:commandButton value="Submit" action="#{loginBean.login}"></h:commandButton>
  | 	</h:form><br><br><br><br></f:view>
  | </body>
  | </html>

this is the jsf where i call the LoginBean from 

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

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




More information about the jboss-user mailing list