JSP EL expressions with Struts 2 Tags

2008-03-06 Thread Luiz Henrique Rossetti
When I can re-use JSP EL expressions with Struts 2 Tags?

The next version of the Struts2

2008-02-27 Thread Luiz Henrique Rossetti
When will launch the next version of the framework? The latest version came out in September. Luiz Henrique Rossetti

Re: How to use the s:param tag with s:textfield?

2007-06-21 Thread Luiz Henrique Rossetti
in your resource bundle, but you can't do that with s:textfield. WTF?! Man, so far I've spent 3 hours trying to do make that work, but just couldn't. I'm going crazy! Serious... Célio 2007/6/19, Luiz Henrique Rossetti [EMAIL PROTECTED]: Hi guys, How can I use the s: param with s:textfield? I

How to use the s:param tag with s:textfield?

2007-06-19 Thread Luiz Henrique Rossetti
Hi guys, How can I use the s: param with s:textfield? I need to format a Timestamp property of my Action using the mask dd/MM/. MyAction public BlablaAction extens ActionSupport{ private Employee employee; getters and setters } public class Employee{ private Timestamp finalDate;

Interceptor - method init and destroy

2007-06-04 Thread Luiz Henrique Rossetti
When trying to execute the method init and destroy, it´s doesn´t execute. Somebody has some example of the Interceptor class that implements open and close jdbc connections? Thanks

Re: Interceptor - method init and destroy

2007-06-04 Thread Luiz Henrique Rossetti
Message- From: Luiz Henrique Rossetti [mailto:[EMAIL PROTECTED] Sent: 04 June 2007 18:37 To: user@struts.apache.org Subject: Interceptor - method init and destroy When trying to execute the method init and destroy, it´s doesn´t execute. Somebody has some example of the Interceptor class

Re: Interceptor - method init and destroy

2007-06-04 Thread Luiz Henrique Rossetti
I solved this problem changing the order of the declaration of the interceptors in struts.xml :D On 6/4/07, Luiz Henrique Rossetti [EMAIL PROTECTED] wrote: Ok!!! Now, the prepare() method in the Preparable interface executes before the call of the method intercept()? I have some troubles

No result defined for action ..... problems - HELP

2007-05-30 Thread Luiz Henrique Rossetti
Why this happens? 2007-05-30 09:51:49,986 ERROR (org.apache.struts2.dispatcher.Dispatcher:515) - Could not find action or result No result defined for action br.com.cpm.gepro.action.CadastroProjetoActionand result input - action - file:/C:/apache-