Re: New to Struts, a Question

2009-08-02 Thread Dennis Atkinson
From: Dennis Atkinson dennisatkinson...@yahoo.com To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, July 30, 2009 1:18:12 PM Subject: Re: New to Struts, a Question Thanks to all who helped with this - I understand it better now. Dennis

Re: New to Struts, a Question

2009-08-02 Thread Dave Newton
Dennis Atkinson wrote: I have a follow-up question about this subject (redirecting to an Action class rather than a jsp file). When I do the redirect, and the target is an Action class with validated input fields, when the screen is initially shown, I get ... field is required messages on

Re: New to Struts, a Question

2009-07-30 Thread Paweł Wielgus
Hi Thomas, yes it is picking it from there. Empty name is same as name=success. Best greetings, Paweł Wielgus. 2009/7/30 Thomas Sattler tomsatt...@gmail.com: In my struts.xml file, I have the UserDisplayAction class and a blank (no name=) result for userDisplay.jsp.  Does it pick up from

RE: New to Struts, a Question

2009-07-30 Thread Martin Gainty
responsabilité pour le contenu fourni. Date: Wed, 29 Jul 2009 21:14:24 -0400 Subject: Re: New to Struts, a Question From: tomsatt...@gmail.com To: user@struts.apache.org In my struts.xml file, I have the UserDisplayAction class and a blank (no name=) result for userDisplay.jsp. Does it pick

Re: New to Struts, a Question

2009-07-30 Thread Dennis Atkinson
Thanks to all who helped with this - I understand it better now. Dennis From: Martin Gainty mgai...@hotmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, July 30, 2009 8:32:01 AM Subject: RE: New to Struts, a Question in your

Re: New to Struts, a Question

2009-07-29 Thread Burton Rhodes
I think you want to investigate an 'actionredirect' on 'success' instead of just displaying the user jsp file. This will 'handoff' control to your user action. On 7/29/09, Dennis Atkinson dennisatkinson...@yahoo.com wrote: Hello everyone. I am new to Struts2, and I like what I see so far. I

Re: New to Struts, a Question

2009-07-29 Thread Dennis Atkinson
to a jsp file? From: Burton Rhodes burtonrho...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, July 29, 2009 1:13:37 PM Subject: Re: New to Struts, a Question I think you want to investigate an 'actionredirect' on 'success' instead

Re: New to Struts, a Question

2009-07-29 Thread Dave Newton
Dennis Atkinson wrote: The menu says: a href=/betaSystem/jsp/userDisplay.jspMy Acccount/a Can I direct this to an action class, rather than to a jsp file? Action URLs are URLs like any other, including a JSP. Dave - To

Re: New to Struts, a Question

2009-07-29 Thread Dennis Atkinson
@struts.apache.org Sent: Wednesday, July 29, 2009 5:49:04 PM Subject: Re: New to Struts, a Question Dennis Atkinson wrote: The menu says: a href=/betaSystem/jsp/userDisplay.jspMy Acccount/a Can I direct this to an action class, rather than to a jsp file? Action URLs are URLs like any other

Re: New to Struts, a Question

2009-07-29 Thread Dave Newton
Dennis Atkinson wrote: Dave, OK, I can make it work. I just don't understand WHY it works. If I change to this: a href=/betaSystem/userDisplay.actionMy Acccount/a I get exactly what I expect; the screen loads with the data filled in properly. But what I don't understand is how Struts knows

Re: New to Struts, a Question

2009-07-29 Thread Thomas Sattler
In my struts.xml file, I have the UserDisplayAction class and a blank (no name=) result for userDisplay.jsp. Does it pick up from there? On Wed, Jul 29, 2009 at 8:40 PM, Dave Newton newton.d...@yahoo.com wrote: Dennis Atkinson wrote: Dave, OK, I can make it work. I just don't

Re: new to Struts

2008-09-13 Thread zart colwin
1) I would go for Strut2 right away, Struts1 (aka Struts-classic) is a completely different framework. Struts2 is more modern, more productive and more enjoyable to use. A good starter book to learn Struts2 is Struts2 In Action from Manning. 2) Netbeans has a WYSIWYG JSP editor isn't it ?

RE: new to Struts

2008-09-13 Thread Martin Gainty
:32:04 +0200 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: new to Struts 1) I would go for Strut2 right away, Struts1 (aka Struts-classic) is a completely different framework. Struts2 is more modern, more productive and more enjoyable to use. A good starter book to learn

Re: new to Struts

2008-09-09 Thread Edwin Quita
I would suggest you go straight towards Struts 2, it's simpler, you're shielded from the dirty stuffs involved with the request and response objects. It also has spring integration and so make it easier for you to integrate the model layer for your web app. On Mon, Sep 8, 2008 at 7:25 AM,

RE: new to Struts

2008-09-08 Thread Deepak Kumar
Hi, Please check http://www.roseindia.net/struts/struts2 Here you will step by step tutorials on struts 2. Thanks Deepak Kumar -Original Message- From: gbattine [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 5:55 PM To: user@struts.apache.org Subject: new to Struts

Re: new to Struts

2008-09-08 Thread Jim Kiley
Start with Struts 2. It's a great improvement over the old beast. On Mon, Sep 8, 2008 at 8:25 AM, gbattine [EMAIL PROTECTED] wrote: Hello guys, I need an information. I'm going to learn struts.. I need some info, please help me: 1) what do you hint to me, to start from Struts 1.1 and

Re: New to Struts

2008-04-01 Thread Nils-Helge Garli Hegvik
There is no shortcut to learning a new framework. I suggest buying a couple of books and taking your time reading the documentation and trying out the examples that are available. Search engines is also a good way to find relevant information. Anything you need to get started, both for Struts 1

Re: New to Struts

2008-04-01 Thread pavanbh
Hi All, I am new to struts and wana to learn it.Any help or suggestion in this regard is much appriciated. please help me Thanks, Pavan -- View this message in context: http://www.nabble.com/New-to-Struts-tp14313460p16417500.html Sent from the Struts - User mailing list archive at

Re: New to Struts

2008-04-01 Thread aum strut
documentation is the best place to get started... keep one thing do not read only try them side by side. below are some of the others link which might help you. http://www.wantii.com/wordpress/?p=9 http://www.roseindia.com i hope these are the perfect starter. -aum On Tue, Apr 1, 2008 at 4:33

Re: New to Struts

2008-04-01 Thread pavanbh
Thanks. I will look at the framework and try some examples. If any doubt i will ask for help.plz help me Nils-Helge Garli wrote: There is no shortcut to learning a new framework. I suggest buying a couple of books and taking your time reading the documentation and trying out the examples

Re: New to Struts

2007-12-18 Thread tom` frost
The Manning book is available in early release form. It seems very well explained and good for learning the system, especially for a newbie. I like it it. On Dec 13, 2007 8:18 AM, bhaarat Sharma [EMAIL PROTECTED] wrote: I am new to struts2 as well and had no prior knowledge of Struts1.

Re: New to Struts

2007-12-18 Thread [EMAIL PROTECTED]
Hi all, I have a French bundle with this key/value inside: button.close=Fermer la fenêtre In a JSP, s:property value=getText('button.close')/ outputs Fermer la fenêtre. The letter ê is not rendered properly. I use Eclipse and UTF-8 for properties file encoding. I guess something is wrong with

Re: New to Struts

2007-12-18 Thread Radu Solomon
you need to do a native2ascii on your application resources and then it will work. We had same problem with our application. *Radu Solomon* /Software Developer/ N-able Technologies® 450 March Road, 4th Floor Ottawa, Ontario K2K 3K2 www.n-able.com http://www.n-able.com/ [EMAIL PROTECTED]

Re: New to Struts

2007-12-18 Thread tom` frost
This should be a new thread perhaps. But I suspect that latin-1 has been used somewhere in your chain; UTF-8 disagrees with Latin -1 about the special european characters. On Dec 18, 2007 11:06 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I have a French bundle with this key/value

Re: New to Struts

2007-12-18 Thread [EMAIL PROTECTED]
Thanks Radu. You mean all values of keys need translating using native2ascii. If yes, the properties files will not be readable. Can you please clarify that? Thanks again. On Dec 18, 2007 1:08 PM, Radu Solomon [EMAIL PROTECTED] wrote: you need to do a native2ascii on your application

Re: New to Struts

2007-12-18 Thread Radu Solomon
What we did was to run the native2ascii during the build/compilation time using ant. Our ant task looks something like this: !-- Native2Ascii Task -- target name=convert_native_encodings depends=all delete dir=${resourcesDist}/ mkdir dir=${resourcesDist}/

Re: New to Struts

2007-12-18 Thread aum strut
If you have a new query, please always use a new thread. as starting a new topic in old thread will not help you a lot On Dec 19, 2007 12:03 AM, Radu Solomon [EMAIL PROTECTED] wrote: What we did was to run the native2ascii during the build/compilation time using ant. Our ant task looks

Re: New to Struts

2007-12-17 Thread Ian Roughley
bhaarat Sharma wrote: I am reading Practical struts2 web 2.0 projects book. I dont have a lot of nice things to say Please contact me off list. I am interested in why you have this opinion. about the book but its practically the complete struts2 book thats out there.

Re: New to Struts

2007-12-17 Thread Dave Newton
--- Ian Roughley [EMAIL PROTECTED] wrote: bhaarat Sharma wrote: I am reading Practical struts2 web 2.0 projects book. I dont have a lot of nice things to say Please contact me off list. I am interested in why you have this opinion. Doesn't mean he has *bad* things to say ;) d.

Re: New to Struts

2007-12-17 Thread Ian Roughley
Dave Newton wrote: --- Ian Roughley [EMAIL PROTECTED] wrote: bhaarat Sharma wrote: I am reading Practical struts2 web 2.0 projects book. I dont have a lot of nice things to say Please contact me off list. I am interested in why you have this opinion. Doesn't mean he

RE: New to Struts

2007-12-13 Thread Deepak Kumar
HI, Please check http://www.roseindia.net/stuts and http://www.roseindia.net/struts/struts2 Thanks -Original Message- From: aum strut [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 3:53 PM To: Struts Users Mailing List Subject: New to Struts Hi All, I am new to struts

Re: New to Struts

2007-12-13 Thread Antonio Petrelli
2007/12/13, aum strut [EMAIL PROTECTED]: Hi All, I am new to struts and wana to learn it.Please suggest me can i start directly to learn Struts2 or do i need to have prior knowledge of Struts1.Any help or suggestion in this regard is much appriciated. You don't need to know Struts 1 to learn

Re: New to Struts

2007-12-13 Thread lbastil
I would say for some reasons it could be even advantage to not know struts1 and directly start with struts2. A very good resource beside the available tutorials is: http://www.infoq.com/minibooks/starting-struts2 (or even better, you buy the new book) Regards, basti aum strut wrote: Hi

RE: New to Struts

2007-12-13 Thread Dave Newton
Or look at the Struts 2 documentation wiki, which is generally more accurate and up-to-date. http://struts.apache.org/2.x/docs/home.html There are tutorials there to help you take your first steps, and guides once you have the basic idea. There are a few books available (as well as the old

Re: New to Struts

2007-12-13 Thread Alberto A. Flores
I agree that it may better *not* to have Struts 1.x background if possible, if you plan on doing Struts 1.x in the future (e.g. put it on your Resume), please be aware that it is not the same. If you have a Struts 1.x background, I strongly recommend the InfoQ tutorials (there are videos and

Re: New to Struts

2007-12-13 Thread Wes Wannemacher
You can also check out my tutorials - http://www.wantii.com/wordpress/?cat=6 start from the bottom and work your way up. -Wes On 12/13/07, aum strut [EMAIL PROTECTED] wrote: Hi All, I am new to struts and wana to learn it.Please suggest me can i start directly to learn Struts2 or do i need

Re: New to Struts

2007-12-13 Thread bhaarat Sharma
I am new to struts2 as well and had no prior knowledge of Struts1. Although, I think its an advantage if you\'ve worked with servlets and MVC structure before you begin. I am reading Practical struts2 web 2.0 projects book. I dont have a lot of nice things to say about the book but its

Re: New to Struts

2007-12-13 Thread aum strut
Hi All, Thanks to all of you for providing me such a wonderfull guidance. Thanks, Umesh On Dec 13, 2007 8:48 PM, bhaarat Sharma [EMAIL PROTECTED] wrote: I am new to struts2 as well and had no prior knowledge of Struts1. Although, I think its an advantage if you\'ve worked with servlets and

Re: New to Struts

2006-03-30 Thread Ted Husted
On 3/30/06, Naveen Sharma [EMAIL PROTECTED] wrote: Hi all, Can any one help me with Struts as I am new to it and I am supposed to learn Struts. Thanx in advance Navin The short answer is * http://struts.apache.org/struts-doc-1.2.9/index.html For a longer answer, I just updated the FAQ. *

Re: New to Struts

2006-03-29 Thread Dion Gillard
Sure, pop over to the coffee shop near my office and we can have a chat ;-) Sohumour asidedid you read the home page? http://struts.apache.org/ Did you do a google on Struts tutorial ?

Re: New to Struts

2006-03-29 Thread Michael Jouravlev
Did you mean WebWork tutorial? ;-) On 3/29/06, Dion Gillard [EMAIL PROTECTED] wrote: Sure, pop over to the coffee shop near my office and we can have a chat ;-) Sohumour asidedid you read the home page? http://struts.apache.org/ Did you do a google on Struts tutorial ?

RE: New to Struts

2006-03-29 Thread Sahil Gupta
Do read First three lessons on the link http://www.learntechnology.net/ Regards, Sahil Gupta -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 12:12 PM To: Struts Users Mailing List Subject: Re: New to Struts Did you mean WebWork

Re: New to Struts

2006-03-29 Thread Hey Nony Moose
Naveen Sharma wrote: Can any one help me with Struts as I am new to it and I am supposed to learn Struts. (In case you are wondering what the hell is going on in this list, the developers of Struts are having an unusually long and seemingly irreconcilable difference of opinion (aka: flame war)

Re: New to Struts

2006-03-29 Thread Hey Nony Moose
Hey Nony Moose wrote: (In case you are wondering what the hell is going on in this list, the developers of Struts are having an unusually long and seemingly irreconcilable difference of opinion (aka: flame war) about the current long term development and marketing strategy of Struts.) I would

Re: New to Struts

2006-03-29 Thread Hey Nony Moose
Hey Nony Moose wrote: you're going to find it very peculiar reading aged public tutorials and then looking at the sourceforge website: sourceforge? did i *really* post that to a public list? yes. I'm really shooting myself now. Crimson-faced Moose

Re: New to Struts

2005-12-29 Thread Rick R
[EMAIL PROTECTED] wrote: Hello Struts world ! I am new to Struts and was wondering if there is any good short Struts Tutorial which will help me get jump started with Struts The stuff I have here http://www.reumann.net/struts/main.do is sort of old, but I'm in the process of

Re: New to Struts

2005-07-13 Thread Kumar deepak
Hello, This is also a good tutorial http://www.roseindia.net/struts/ Deepak Kumar [Gmail] LunLun [EMAIL PROTECTED] wrote: Hello, 1) can someone recommend me a good struts book and/or online tutorial to help me get started quickly. I found these two books interesting: Struts in Action

Re: New to Struts

2005-07-13 Thread Access Denied
An excellent resource for beginners: http://tinyurl.com/eyxkp buddy On 7/13/05, Kumar deepak [EMAIL PROTECTED] wrote: Hello, This is also a good tutorial http://www.roseindia.net/struts/ Deepak Kumar [Gmail] LunLun [EMAIL PROTECTED] wrote: Hello, 1) can someone recommend me a

Re: New to Struts

2005-07-12 Thread [Gmail] LunLun
Hello, 1) can someone recommend me a good struts book and/or online tutorial to help me get started quickly. I found these two books interesting: Struts in Action http://www.manning.com/books/husted (the source code is available here:

Re: New to Struts

2005-07-12 Thread Frank W. Zammetti
O'Reilly's Programming Jakarta Struts: http://www.amazon.com/exec/obidos/tg/detail/-/0596006519/qid=1121184599/sr=1-1/ref=sr_1_1/103-6137202-1354222?v=glances=books Struts Survival Guide

RE: New to Struts

2005-04-06 Thread Kumar deepak
Please to to http://www.roseindia.net/struts its nice tutorial --- Ruben Cepeda [EMAIL PROTECTED] wrote: Balajj, I would go to the struts home page and start looking thru the documentation and tutorial. Here is a link: http://struts.apache.org/userGuide/index.html to the user guide it

RE: New to Struts

2005-04-05 Thread Ruben Cepeda
Balajj, I would go to the struts home page and start looking thru the documentation and tutorial. Here is a link: http://struts.apache.org/userGuide/index.html to the user guide it come in handy. * Ruben Cepeda [EMAIL PROTECTED]

Re: New to Struts

2005-04-04 Thread Jan-Jaap Endenburg - Vera
I have had a lot of help from: www.sourcebeat.com: sample chapter of book 'Jakarta Struts Live' Good luck, Jan-Jaap Balaji H. Kasal wrote: Hi, I am quite new to struts. Please guide me which is the best place to start. I will prefer to start with Struts example ()src code). Thanks in advance.

Re: New to Struts

2005-04-04 Thread Kumar deepak
Hi, Please visit http://www.roseindia.net/struts/ They provide example with running code. Many advance topics like Tiles, Struts Validation Framework, Java Script validations are covered in this tutorial. Introduction to the Apache Struts This lesson is an introduction to the Struts and its

Re: New to Struts seeking advice

2005-01-05 Thread bryan
Hibernate is mature because it works, unlike mature EJB, --b On Tue, 4 Jan 2005 09:55:34 -0700, Jim Barrows [EMAIL PROTECTED] wrote: -Original Message- From: Mark McWiggins [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 6:19 PM To: user@struts.apache.org Subject:

Re: New to Struts seeking advice

2005-01-05 Thread Derek Broughton
On Tuesday 04 January 2005 12:55, Jim Barrows wrote: From: Mark McWiggins [mailto:[EMAIL PROTECTED] *Is AppFuse worth using as a basis for a real app? I tried working through the tutorial and got it going, but it is based on Hibernate and I was told that Hibernate may

RE: New to Struts seeking advice

2005-01-04 Thread Jim Barrows
-Original Message- From: Mark McWiggins [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 6:19 PM To: user@struts.apache.org Subject: New to Struts seeking advice Hi All, I've developed several web applications over the last 10 years, mostly based on Perl CGI.

Re: new to Struts

2004-10-01 Thread Sandro Duarte
I use MyEclipse, wich costs me $29,00 a year and do the job beautifully Sandro On Fri, 1 Oct 2004 15:57:12 +0200, WOLips [EMAIL PROTECTED] wrote: Hello, is Exadel Struts Studio plug-in for Eclipse a good tool? do you use another one? Exadel Pro costs $400 what is the good free

RE: new to Struts

2004-10-01 Thread McCormack, Chris
$2,900 or $29.00 ? -Original Message- From: Sandro Duarte [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 15:33 To: Struts Users Mailing List Subject: Re: new to Struts I use MyEclipse, wich costs me $29,00 a year and do the job beautifully Sandro On Fri, 1 Oct 2004 15:57:12 +0200

RE: new to Struts

2004-10-01 Thread Varley, Roger
$2,900 or $29.00 ? try googling for references to I18N. __ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in