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

New to Struts, a Question

2009-07-29 Thread Dennis Atkinson
Hello everyone. I am new to Struts2, and I like what I see so far. I want to use it for all my web programming. I have a question, and I hope I don't sound too foolish for asking it. I created a login screen, which has two fields, id and password. I fill those fields, press the Login

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
/new-to-Struts-tp19370925p19370925.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

new to Struts

2008-09-08 Thread gbattine
know ASP.NET technology and I used lot of already developed components, like editable grid, dropdown list and so on...does exists such component for struts?where I can download them? Thanks, Regards -- View this message in context: http://www.nabble.com/new-to-Struts-tp19370925p19370925.html Sent

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
for struts?where I can download them? Thanks, Regards -- View this message in context: http://www.nabble.com/new-to-Struts-tp19370925p19370925.html Sent from the Struts - User mailing list archive at Nabble.com

Re: New to Struts

2008-04-01 Thread Nils-Helge Garli Hegvik
and Struts 2, should be available at http://struts.apache.org/ Nils-H On Tue, Apr 1, 2008 at 11:59 AM, pavanbh [EMAIL PROTECTED] wrote: 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

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

Re: New to Struts

2008-04-01 Thread aum strut
. Anything you need to get started, both for Struts 1 and Struts 2, should be available at http://struts.apache.org/ Nils-H On Tue, Apr 1, 2008 at 11:59 AM, pavanbh [EMAIL PROTECTED] wrote: Hi All, I am new to struts and wana to learn it.Any help or suggestion in this regard

Re: New to Struts

2008-04-01 Thread pavanbh
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 Nabble.com

Re: New to Struts

2007-12-18 Thread tom` frost
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 to have prior knowledge of Struts1.Any help or suggestion

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

New to Struts

2007-12-13 Thread aum strut
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. Thanks, Aum

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 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. Thanks, Aum -- View this message in context: http://www.nabble.com/New

RE: New to Struts

2007-12-13 Thread Dave Newton
/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 and wana to learn it.Please

Re: New to Struts

2007-12-13 Thread Alberto A. Flores
://www.infoq.com/minibooks/starting-struts2 (or even better, you buy the new book) Regards, basti aum strut 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 to have prior knowledge of Struts1.Any help or suggestion in this regard

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
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 to have prior

Re: New to Struts

2007-12-13 Thread aum strut
, 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 to have prior knowledge of Struts1.Any help or suggestion in this regard is much appriciated. Thanks, Aum

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. *

New to Struts

2006-03-29 Thread Naveen Sharma
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

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

New to Struts

2005-12-29 Thread digant . k . joshi
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 and also what it best plug-in available for Eclipse for struts . Thanks in advance ! DJ This communication

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

Hi all, i'm new on struts

2005-07-22 Thread M4RC0
I've lot of experience on web development and want to know about struts, not only it's use but also the core implementation and internal struts proccesses... Do u know some articles, ebooks or else witch could help me? Thanks all and please continue sending interesting materials -- M4RC0

Re: Hi all, i'm new on struts

2005-07-22 Thread Samé
hi marco. madris yo le conozco marco no tiene ni idea de strust. On 7/22/05, M4RC0 [EMAIL PROTECTED] wrote: I've lot of experience on web development and want to know about struts, not only it's use but also the core implementation and internal struts proccesses... Do u know some

whats new with struts?? no beta for download

2005-07-18 Thread Ashish Kulkarni
that there is no eta version for download? there where new stuff like shale (i guess is long time now) and integration with JSF, so why is there no beta available for download? when will be the next release of struts and what new things will be included in it Is there still a debate going on bewteen struts

Re: whats new with struts?? no beta for download

2005-07-18 Thread netsql
Ashish Kulkarni wrote: Hello I have been using struts for a while now, when will be the next release of struts I belive that you have been using Struts for a while. That's why you know the answer to you question as to when. You can get any version or variation of Struts using

Re: whats new with struts?? no beta for download

2005-07-18 Thread Martin Gainty
- Original Message - From: Ashish Kulkarni [EMAIL PROTECTED] To: user@struts.apache.org Sent: Monday, July 18, 2005 8:41 AM Subject: whats new with struts?? no beta for download Hello I have been using struts for a while now, i did some upgrade to 1.2.4 few months ago(may be 6 i

Re: whats new with struts?? no beta for download

2005-07-18 Thread Martin Gainty
://websphere.sys-con.com/read/46516.htm M- - Original Message - From: Ashish Kulkarni [EMAIL PROTECTED] To: user@struts.apache.org Sent: Monday, July 18, 2005 8:41 AM Subject: whats new with struts?? no beta for download Hello I have been using struts for a while now, i did some upgrade

Re: whats new with struts?? no beta for download

2005-07-18 Thread Niall Pemberton
release of struts and what new things will be included in it Is there still a debate going on bewteen struts and JSF Ashish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

New to Struts

2005-07-12 Thread Traore Djeneba
Hi All, I am just starting to use struts and also xml programming. I am building a project that will read xml data(oracle XMLTYPE) from the database and convert the xml to html for display. I am looking for 2 things: 1) can someone recommend me a good struts book and/or online tutorial to

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
Subject: New to Struts Date: Mon, 4 Apr 2005 17:27:26 +0530 (IST) 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. --Balaji

RE: New to Struts

2005-04-05 Thread Ruben Cepeda
] * Original Message Follows From: Balaji H. Kasal [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: user@struts.apache.org Subject: New to Struts Date: Mon, 4 Apr 2005 17:27:26 +0530 (IST) Hi, I am quite new to struts. Please guide me which is the best

New to Struts

2005-04-04 Thread Balaji H. Kasal
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. --Balaji - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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
--- Jan-Jaap Endenburg - Vera [EMAIL PROTECTED] wrote: 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

Re: New to Struts seeking advice

2005-01-05 Thread bryan
: New to Struts seeking advice Hi All, I've developed several web applications over the last 10 years, mostly based on Perl CGI. The 2003 project I did made me swear off CGI and look for something that does a better job of maintaining session and data across pages, among other

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

New to Struts seeking advice

2005-01-03 Thread Mark McWiggins
Hi All, I've developed several web applications over the last 10 years, mostly based on Perl CGI. The 2003 project I did made me swear off CGI and look for something that does a better job of maintaining session and data across pages, among other things. Struts seems to fit the bill. But:

new to Struts

2004-10-01 Thread WOLips
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 alternative? Regards. Sako. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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