Re: building from source

2008-06-21 Thread Dave Newton
--- On Fri, 6/20/08, Roberto Nunnari [EMAIL PROTECTED] wrote: ok.. wiping out the maven repo didn't help. I still get lots of stack trace from running test in xwork.. That part is normal; some tests expect to create exceptions. So, here's what I've managed so far... I installed my local

RE: [OT] What slows you down?

2008-06-21 Thread Giovanni Azua
-Original Message- From: Jim Kiley [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 3:37 PM To: Struts Users Mailing List Subject: Re: [OT] What slows you down? Gah, I have been using MyEclipse for two years and never noticed the JSP debugger. How embarrassing. jk lol!

Struts Validator Framework: client-side validation problem with submitting buttons

2008-06-21 Thread cacodemon79
Hi, I'm using Struts Validator Framework (Struts 1.3). Server-side validation works well. The problem is in client-side validation. The form name I have to validate is: RegistrazioneUtenteForm. In my jsp page I have 2 buttons: 1) html:link

Re: Error replicating sessions with Struts 2 framework java application

2008-06-21 Thread Ildefonso Montero
Dear Laurie, thanks for your quick response, maybe I would rename this thread as: Does Struts 2 support clustering? (see linkhttp://mail-archives.apache.org/mod_mbox/struts-user/200804.mbox/[EMAIL PROTECTED] ) I have doubts about the replicacion of a SessionMap object on the quoted

Re: Error replicating sessions with Struts 2 framework java application

2008-06-21 Thread Dave Newton
Clustering is generally framework-neutral--it's straight JEE as far as I know. As long as the session is serializable (hey, thanks a lot, subList :( it should work no matter what the framework is. We're running S2 clustered with no issues. Dave --- On Sat, 6/21/08, Ildefonso Montero [EMAIL

Re: Error replicating sessions with Struts 2 framework java application

2008-06-21 Thread Al Sutton
Just to add to this, S2 is compliant with J2EE specs, therefore if the container has problems clusting a S2 application, it's not S2 that's at fault, it's the clustering capability of the appserver. My guess is that youy need to look at the information replication strategy employed by your

struts2: render JSP from action class

2008-06-21 Thread Esteve Camps Chust
hi all, this is my first email at struts list. I am a new user to struts2. I'm trying to get working the next scenario: having a mailer class, I want the message text be a rendered JSP. The action class calls a mailer class; this composes the mail from the rendering result of a jsp element (it

Re: building from source

2008-06-21 Thread Roberto Nunnari
Today, after updating sources (both struts2 and xwork) it builds. Thank you guys! -- Robi Dave Newton wrote: --- On Fri, 6/20/08, Roberto Nunnari [EMAIL PROTECTED] wrote: ok.. wiping out the maven repo didn't help. I still get lots of stack trace from running test in xwork.. That part is

Re: Struts 2 Page Ctrl+R

2008-06-21 Thread Lukasz Lenart
This worked fine before using Struts 1 and my guess is that it was because the form was present in session. Is there any way to make this work in Struts 2 ? You can check Scope Plugin http://cwiki.apache.org/S2PLUGINS/scope-plugin.html maybe it will be helpful Regards -- Lukasz

Re: validation and action names with slashes

2008-06-21 Thread Roberto Nunnari
built! going to experiment a bit. Thank you and best regards. -- Robi Jeromy Evans wrote: Roberto Nunnari wrote: Jeromy Evans wrote: Roberto Nunnari wrote: Hi Jeromy! The Convention plugin looks very interesting! Does it work with 2.1.3-SNAPSHOT ? I'd like to give it a try this weekend.

Re: validation and action names with slashes

2008-06-21 Thread Roberto Nunnari
Jeromy Evans wrote: Roberto Nunnari wrote: Hi Jeromy! The Convention plugin looks very interesting! Does it work with 2.1.3-SNAPSHOT ? I'd like to give it a try this weekend. What about mixing it with tiles? Would it require specifying tiles results thus breaking the convenience of

Re: validation and action names with slashes

2008-06-21 Thread Martin
Roberto- Just to clarify..how should the Results mapping annotations configuration be introduced? Thanks Martin-- - Original Message - From: Roberto Nunnari [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Saturday, June 21, 2008 7:25 PM Subject: Re:

Re: struts2: render JSP from action class

2008-06-21 Thread Martin
have you had a chance to look at and deploy struts2-mailreader sample? http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/struts/struts2-mailreader/2.0.11/ FWIW Martin - Original Message - From: Esteve Camps Chust [EMAIL PROTECTED] To: user@struts.apache.org Sent: Saturday, June

Re: [OT] What slows you down?

2008-06-21 Thread Greg Lindholm
When I read this I was being slowed down by constant stopping and starting of Tomcat from within Eclipse... - make a change in an action class - start tomcat - test it... not working - stop tomcat - make a java change - repeat In this case I was working on validation logic

Re: [OT] What slows you down?

2008-06-21 Thread Jeromy Evans
Internet Explorer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]