How to exclude from Struts maillist

2009-01-15 Thread Dani
Hi, I need to exclude this mail account from Struts maillist because I need this mail account for another porpouses. Can anyone tell me the steps to exclude from it? Thanks in advance

Manage Sessions in Struts

2008-11-30 Thread Dani
Hi, In my web application I have to manage sessions. An user can not login from multiple browsers (just one session available per user). I have read that if browser window is cloned (such as a new tab in firefox or IE) the session is also cloned to this new tab so a user could have two instan

Re: Error global-Forwards

2008-07-21 Thread Dani
Lukasz Lenart escribió: public class MostrarUsuarioAction extends Action { You have to override execute() method not implement your own method, Struts1 will not use it. The deafult implementation just return null, so it means, stop processing. Change your method name mostrarUsuario() to ex

Re: Error global-Forwards

2008-07-21 Thread Dani
Lukasz Lenart escribió: Copy-paste your jsp and/or action and we will see.. Regards I call the method getUsuarios() that should return all the idusers of the database (just created and working, tested) . This method returns an Arraylist (mostrar) which is saved in a bean session. Afterward

Re: Error global-Forwards

2008-07-20 Thread Dani
Lukasz Lenart escribió: Hi, Could you paste your struts-config here? Regards Hi, This is the whole struts-config file. As fas as i can see, the problem has nothing to do with the actionClass itself, because I only put a simple forward in the action, and the result is the same as with the

Re: Validator plugin error

2008-07-15 Thread Dani
Lukasz Lenart escribió: Check this http://issues.apache.org/struts/browse/STR-2862?focusedCommentId=37312#action_37312 Maybe either you have duplicated commons-validator.jar or in wrong version? Regards I have updated commons-validator.jar to latest version 1.3.1 replacing the jar file in

Re: Validator plugin error

2008-07-15 Thread Dani
Lukasz Lenart escribió: Hi, Try to comment such entry for Validator plugin and check again, do you have any logs from your container? Maybe the problem is elsewhere? Regards The validator-rules.xml & validations.xml are located under the correct path /WEB-INF/, as specified in the struts