that's ok!
thanks

2009/2/18 Axel Mendoza Pupo <[email protected]>:
> sorry I miss the button, you must override the
> /WebContent/WEB-INF/view/jsp/default/ui/casLoginView.jsp
> with this page and all must work, then you can decorate the page as you like
> you don't  need StringUtils for this
>
>  <%@ page language="java" contentType="text/html; charset=UTF-8">
> pageEncoding="UTF-8"%>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>   <html>
>   <body>
>   <form method="post" action="<%=response.encodeRedirectURL("login" +
>   (StringUtils.hasText(request.getQueryString()) ? "?" +
>   request.getQueryString() : ""))%>">
>        <input id="username" name="username" accesskey="n" />
>        <input type="password" id="password" name="password" accesskey="p" />
>
>        <input type="hidden" name="lt" value="${flowExecutionKey}" />
>        <input type="hidden" name="_eventId" value="submit" />
>        <input type="submit" value="login">
>   </form>
>   </body>
> </html>
>
> --
> You are currently subscribed to [email protected] as:
> [email protected]
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to