Re: [cas-user] Modify CAS login screen for a simple HTML form

2009-02-19 Thread Vinicius Borges
that's ok! thanks 2009/2/18 Axel Mendoza Pupo : > 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=

Re: [cas-user] Modify CAS login screen for a simple HTML form

2009-02-18 Thread Vinicius Borges
Sorry Alex, but does'nt works... I have downloaded spring-core.jar to able StringUtils... but the .jsp does'nt had any button to submit the credentials I have put one, but they stay in this login page forever.. Thanks Alex.. Anyone have a suggestion? 2009/2/18 Axel Mendoza Pupo : > This should be

Re: [cas-user] Modify CAS login screen for a simple HTML form

2009-02-18 Thread Axel Mendoza Pupo
This should be enought to your needs. Just save this as .jsp file and use it as login page <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> "> -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail

[cas-user] Modify CAS login screen for a simple HTML form

2009-02-18 Thread Vinicius Borges
Hello people, I wanna modify the CAS screen login page and maintaining the funcionalities. I take casLoginView.jsp but I'm not understand anything about Spring and CSS. Can anyone show me an example in HTML using a simple form with 2 "inputs" (username and password) and 1 button to submit the cred