You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Titi Wangsa <bl...@gmail.com> on 2006/12/09 07:05:46 UTC

Acegisecurity question

can someone help me with the
<form>...</form> page of acegisecurity
using jstl
i used this
<form action="<c:url value="/j_security_check"/>">
<input type="text" name="j_username" id="j_username" />
<input type="password" name="j_password" id="j_password" />
<input type="submit"/>
</form>

question is
how do i achive the same thing without jstl?
i know that <c:url value="/j_security_check"/> can be replaced with
/j_security_check

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org