Newbie Help: Struts 2 + Spring + Hibernate

2008-09-24 Thread Ryan Detert
I just read the Manning book on Struts 2 and understand the theory behind Struts but am a little bit confused as to how to actually implement my first app in practice. The locations of the config files, etc are a little confusing. For my development environment I'm using Maven 2 + Ecplise IDE.

Re: Newbie Help: Struts 2 + Spring + Hibernate

2008-09-24 Thread David C. Hicks
Ryan, I just went through a similar learning process. I found that by following the model of the online tutorial, I had a lot more luck getting started than trying to start from scratch. Load up the WTP plugins for Eclipse, grab the quickstart zip file mentioned in the online tutorial, and

Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread daveck
: http://www.nabble.com/Newbie-to-Struts-2---Question-about-Interceptors-tp15230274p15230274.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread Laurie Harper
daveck wrote: Hello, I need to put up a Confirmation Screen in between my input jsp and my success jsp. byproduct.action - byproduct-input.jsp byproduct-input.jsp - confirm.jsp (If yes...) confirm.jsp - byproduct.action byproduct.action - byproduct-success.action Is there a Struts 2 way to

Re: Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread daveck
, L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Newbie-to-Struts-2---Question-about-Interceptors

Newbie Q - Struts expression language taglibs

2005-06-03 Thread Ibha Gandhi
Hi All, From where can I download struts el tag libraries. I downloaded jakarta-struts-1.2.4.zip, but it does not contain struts-html-el tag libraries Thanks, Ibha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Newbie Q - Struts expression language taglibs

2005-06-03 Thread Nicolas De Loof
Take a look into the contrib/struts-el/lib folder ! Nico. Ibha Gandhi a écrit : Hi All, From where can I download struts el tag libraries. I downloaded jakarta-struts-1.2.4.zip, but it does not contain struts-html-el tag libraries Thanks, Ibha

RE: Newbie Q - Struts expression language taglibs

2005-06-03 Thread Ibha Gandhi
Ok. Now I know it was in the contrib directory. Thanks, Ibha -Original Message- From: Ibha Gandhi [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 5:22 PM To: 'Struts Users Mailing List' Subject: Newbie Q - Struts expression language taglibs Hi All, From where can I

Re: Newbie with struts

2004-08-01 Thread Vic Cekvenich
On the Struts page for the HTML tag (the main tag for html) there is explenation of index property. Also most of the 20+ books on Struts cover multi row updates, and there are tag libraries that do this. .V Nimrod Peretz wrote: Hi, My company has decided to look into struts, and I'm in

Newbie: Using Struts with JAAS?

2004-06-16 Thread Adam Lipscombe
Folks, I am struggling to understand how to use JAAS with Struts 1.1 I need a simple-to-follow example. The requirement is for standard authentication and permission handling - logging a user in and checking that they have permission to access an Action or URL. Should I use JAAS or

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Joe Hertz
To: 'Struts Users Mailing List' Subject: Newbie: Using Struts with JAAS? Folks, I am struggling to understand how to use JAAS with Struts 1.1 I need a simple-to-follow example. The requirement is for standard authentication and permission handling - logging a user in and checking

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Matthias Wessendorf
AM To: 'Struts Users Mailing List' Subject: Newbie: Using Struts with JAAS? Folks, I am struggling to understand how to use JAAS with Struts 1.1 I need a simple-to-follow example. The requirement is for standard authentication and permission handling - logging a user

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Adam Lipscombe
June 2004 10:22 To: 'Struts Users Mailing List' Subject: RE: Newbie: Using Struts with JAAS? You've got a middle case youre not mentioning. What's wrong with container managed/declarative security (ex: A JDBCRealm) or something a shade more robust like SecurityFilter? -Original Message

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Enrique Medina
List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Newbie: Using Struts with JAAS? Date: Wed, 16 Jun 2004 10:10:45 +0100 Folks, I am struggling to understand how to use JAAS with Struts 1.1 I need a simple-to-follow example. The requirement is for standard authentication

RE: Newbie: Using Struts with JAAS?

2004-06-16 Thread Rajat Pandit, Gurgaon
this helps rajat -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 3:39 PM To: 'Struts Users Mailing List' Subject: RE: Newbie: Using Struts with JAAS? Hi Joe, Thanks for that. I cant comment which approach most appropriate 'cos I haven't used them

Newbie: Using Struts with JAAS?

2004-06-16 Thread charles gay
hi adam, if you want to use an inner java mechanism(included in j2se since java 1.4), well-suited like JAAS, you should look at http://sourceforge.net/projects/jguard/ jGuard helps you to use easily JAAS, in a pluggable manner, in your j2ee web application. you can with it,manage access and

Newbie question - struts-config.xml parse error

2004-05-05 Thread None None
Hello all. I am a new struts user (but an accomplished web developer... don't ask how those statements can possibly be logical consistent! :) ) ... for my first learning project I decided to do a file manager app. I was going OK with the basics, but then I ran into an issue I can't seem to

Re: Newbie question - struts-config.xml parse error

2004-05-05 Thread dennis . graham
: Subject:Newbie question - struts-config.xml parse error Hello all. I am a new struts user (but an accomplished web developer... don't ask how those statements can possibly be logical consistent! :) ) ... for my first learning project I decided to do a file manager app. I was going

Re: Newbie question - struts-config.xml parse error

2004-05-05 Thread None None
you!! Frank From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Newbie question - struts-config.xml parse error Date: Wed, 5 May 2004 16:39:17 -0400 Excessive? /action-mappings