Apache User Authentication from Struts2

2009-02-02 Thread Robert Stenholt Mygind
Hi I have a website made in a script language, here I use Apache User Authentication for protecting some things, I works ok. but I want the user to login by a form instead. So I made a small struts project, with a page with a form, here I have username and password, I go into the db and make cert

Stuts2 field validation problems

2009-01-11 Thread Robert Stenholt Mygind
Hi All I have some problems with field validation in Struts2, I am not the most experienced in Struts2. I have a form looking something like this: .. In my acrion class I have something looking like: @RequiredFieldValidator(message = "Some error text", shortCircuit=true) public In