RE: [S2] Getting DAO from Spring in Struts Action

2007-06-14 Thread Wesslan
Maybe http://struts.apache.org/2.x/docs/spring-plugin.html can be of some help. Cheers, Peter -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: den 14 juni 2007 13:59 To: Struts Users Mailing List Subject: Re: [S2] Getting DAO from Spring in Struts Action --- "M. Bit

RE: [ANN] "Starting with Struts2" Book

2007-05-29 Thread Wesslan
Yes, we don't to have to tell them to read Webwork in Action anymore... :) -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: den 29 maj 2007 20:01 To: Struts Users Mailing List Subject: Re: [ANN] "Starting with Struts2" Book Good job! Finally a book to recommend t

RE: Struts 2 with jetty

2007-03-04 Thread Wesslan
I use Jetty as web container to deploy my Struts2 projects (Struts 2.0.3) and I also use the Maven-Jetty-plugin without any problems. I don't recall any special configuration to get it running. What's the error message and your version of Struts2? Cheers, Peter -Original Message- From: al

RE: [S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-24 Thread Wesslan
I really like -MM-DD because that's the way we always write dates in Sweden... :) -Original Message- From: Stefan [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2007 22:40 To: Struts Users Mailing List Subject: Re: [S2] doubt working with dates in brazilian format (dd/MM/) Dani

RE: [s2] Struts Dependency Injection and EJB3 - support ? or how can i Do it?

2007-01-22 Thread Wesslan
I've never used it either but I know from other peoples experience that it works great for EJB 2.1. I don't know how good it supports Ejb 3 though but you can always ask at http://forum.springframework.org/forumdisplay.php?f=29. Cheers, Peter -Original Message- From: [EMAIL PROTECTED] [m

RE: Struts 2 Reference notes, guides/tutorial and justification

2007-01-22 Thread Wesslan
Struts 2 isn't an updated version of Struts 1, it's an updated version of Webwork 2.2. They're so similar that all you need to do to switch from Webwork 2.2 to Struts 2(.0.0) is rename some packages and property-files. What I mean to say is that it's, correct me if I'm wrong, nearly impossible to t

RE: [S2] How to separate Action from "FormBean"

2007-01-08 Thread Wesslan
>To answer that part: not that I know of, but the existing WebWork in Action from Manning is very good, and applies equally well to Struts 2 with minor adjustments for package renaming etc. Maybe it's time to create a web forum for Struts 2 and make a sticky thread that says "Read Webwork in Actio

RE: [S2] - access to the action from a JSP page

2006-12-20 Thread Wesslan
You can access all your actions public getters (and setters) from your JSP with something like . Action: Public String getPetName() { return "Dinky"; } JSP: Or did I misunderstand you? Hth, Peter -Original Message- From: Dariusz Wojtas [mailto:[EMAIL PROTECTED] Sent: den 20 decemb

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Wesslan
"Webwork in action" have a 20-page chapter on Type conversion. -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: den 6 december 2006 14:13 To: Struts Users Mailing List Subject: Re: STRUTS 2 . Populating values in Action Hello, there is also a lot of posts on T

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Wesslan
I thought that was just what Andrew did? :) If I'm not mistaken, Struts2 showcase has some examples of conversion. Hth, Peter -Original Message- From: Juan Espinosa [mailto:[EMAIL PROTECTED] Sent: den 6 december 2006 14:57 To: 'Struts Users Mailing List' Subject: RE: STRUTS 2 . Populati

RE: how to learn Struts 2

2006-12-04 Thread Wesslan
This list has numerous posts with this question so search the archives. "Webwork in action" is a good resource because Struts 2 pretty much is Webwork(with a bunch of new features). Hth, Peter -Original Message- From: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Sent: den 5 december 2006

RE: Parameters not being set on Action in Struts 2

2006-11-25 Thread Wesslan
See the following thread: http://www.nabble.com/-S2--Duty-now-for-the-future--%28was-Re%3A-Question-ab out-struts2%29-tf2559552.html#a7132875 Struts2 also depends on a beta(snapshot) release of XWork2. Hth, Peter -Original Message- From: Tarek Nabil [mailto:[EMAIL PROTECTED] Sent: den 2

RE: Struts 2.0 Application Lifecycle

2006-11-04 Thread Wesslan
A REALLY simple architecture overview picture: http://cwiki.apache.org/WW/home.html A more detailed architecture overview: http://cwiki.apache.org/WW/architecture.html Hth, Peter -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: den 4 november 2006 18:04 To: user@struts

RE: [S2] Duty now for the future? (was Re: Question about struts2)

2006-11-02 Thread Wesslan
We are using quite the same setup as Mark and have had no problems at all. I've also been a member of the Webwork forums for quite some time and I don't recall anyone having problems using Spring 2 instead of Spring 1. Cheers, Peter -Original Message- From: Mark Menard [mailto:[EMAIL PROT

RE: Struts Assistant in IDEA 6

2006-11-01 Thread Wesslan
> I wonder how long it would take them if I opened a ticket complaining that it doesn't support Struts 2... :) Exactly my thought too... :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

RE: Struts 2 and Webwork

2006-10-30 Thread Wesslan
To convert from Webwork 2.2 to Struts 2 is really about changing some package names and filenames. That's how equal they are. Cheer, Peter -Original Message- From: Li [mailto:[EMAIL PROTECTED] Sent: den 31 oktober 2006 03:10 To: Struts Users Mailing List Subject: Re: Struts 2 and Webwor

RE: Struts2 Basic Questions

2006-10-27 Thread Wesslan
The switch from Webwork 2.2 to Struts 2 is almost painless. Have a look at http://cwiki.apache.org/confluence/display/WW/Migration+Guide (seems to down for the moment) or http://forums.opensymphony.com/thread.jspa?threadID=44773 for the steps involved. I know/guess you haven't an application that u

RE: Unable to Download Struts2

2006-10-25 Thread Wesslan
Same here. -Original Message- From: Matthew J. Vincent [mailto:[EMAIL PROTECTED] Sent: den 24 oktober 2006 20:45 To: user@struts.apache.org Subject: Unable to Download Struts2 Hi all, I get a connection timeout everytime I try to download: http://people.apache.org/builds/struts/2.0.1/

RE: Struts2 Showcase Example and Eclipse

2006-10-18 Thread Wesslan
Maybe I should add that the excellent Maven has support for creating project-files for IDEA IntelliJ also. Cheers, Peter -Original Message- From: Wesslan [mailto:[EMAIL PROTECTED] Sent: den 18 oktober 2006 20:02 To: 'Struts Users Mailing List' Subject: RE: Struts2 Showcase E

RE: Struts2 Showcase Example and Eclipse

2006-10-18 Thread Wesslan
Try http://maven.apache.org/. http://maven.apache.org/download.html#installation for installation instructions. Hth, Peter -Original Message- From: Jim Reynolds [mailto:[EMAIL PROTECTED] Sent: den 18 oktober 2006 19:49 To: Struts Users Mailing List Subject: Re: Struts2 Showcase Example a

RE: Java mail

2006-10-14 Thread Wesslan
This would be a great place to start: http://java.sun.com/products/javamail/downloads/index.html You also maybe want to take a look at Commons Email because it REALLY simplifies the task of sending email with Java! Commons Email: http://jakarta.apache.org/commons/email/ Hth, Peter -Original

RE: [Struts2] Canonical application-based, role-based authentication.

2006-10-11 Thread Wesslan
I don't know the answer to your question but Acegi *is* a Spring subproject and will be renamed "Spring security". So now you only use ONE new technology... :) -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: den 11 oktober 2006 17:50 To: Struts Users Mailing List Subj

RE: setup file

2006-10-10 Thread Wesslan
Or try Maven, http://maven.apache.org/. Hth, Peter -Original Message- From: RAJESH THIHARIE [mailto:[EMAIL PROTECTED] Sent: den 11 oktober 2006 07:25 To: Struts Users Mailing List Subject: RE: setup file Use Ant. http://ant.apache.org is where you should head. -Original Message

RE: Is there a Maven2-repo for Struts2-snapshots?

2006-10-09 Thread Wesslan
? On 10/6/06, Wesslan <[EMAIL PROTECTED]> wrote: > Well, the subject says it all, doesn't it? :-) > > I've recently switched from Webwork to Struts2 and I like to use the nightly > builds with Maven2. Is there a repository for this? The snapshot repository is here: http

Is there a Maven2-repo for Struts2-snapshots?

2006-10-06 Thread Wesslan
Well, the subject says it all, doesn't it? :-) I've recently switched from Webwork to Struts2 and I like to use the nightly builds with Maven2. Is there a repository for this? Cheers, Peter