[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

petemuir do-not-reply at jboss.com
Mon Nov 13 06:45:28 EST 2006


Of course, facelets interprets html as 'just another namespace' and parses it exactly the same:
<ui:composition template="blah.xhtml">
  |   <form action="j_security_check" method="post">
  |       <label for="j_username">#{messages['username']}</label>
  |       <input type="text" name="j_username" />
  |       <br />
  |       <label for="j_password">#{messages['password']}</label>
  |       <input type="password" name="j_password" />
  |       <br />
  |       <input type="submit" value="#{messages['login']}" id="Submit" />
  |    </form>
  | </ui:composition>

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

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



More information about the jboss-user mailing list