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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to