RE: New to struts, having an issue

2004-01-13 Thread Richard Hightower
PROTECTED] Subject: RE: New to struts, having an issue Conclusion: Your execute method is getting called... it is the one throwing the exception. (Or the exception gets thrown when it executes a helper object). See... com.faid.qa.actions.viewDataAction.execute(viewDataAction.java:19) Send the abo

RE: New to struts, having an issue

2004-01-13 Thread Richard Hightower
:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 3:10 PM To: Struts Users Mailing List Subject: New to struts, having an issue Guys. I'm using JBOSS 3.2.3, struts 1.1. When I try to execute my action I get the following on my server stdout. I thought this was depricated and to use ex

Re: New to struts, having an issue

2004-01-13 Thread David Erickson
t;[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, January 13, 2004 3:09 PM Subject: New to struts, having an issue > Guys. > > I'm using JBOSS 3.2.3, struts 1.1. > > When I try to execute my action I get the following on m

RE: New to struts, having an issue

2004-01-13 Thread Bret Kumler
Nevermind. LOL I forgot to remove the throw exception.. DUHH -Original Message- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 2:10 PM To: Struts Users Mailing List Subject: New to struts, having an issue Guys. I'm using JBOSS 3.2.3, struts 1.1. W

New to struts, having an issue

2004-01-13 Thread Bret Kumler
Guys. I'm using JBOSS 3.2.3, struts 1.1. When I try to execute my action I get the following on my server stdout. I thought this was depricated and to use execute() java.lang.UnsupportedOperationException: Method perform() not yet implemented. at com.faid.qa.actions.viewDataAction.execu

Re: New to Struts !

2003-11-26 Thread Ricky
ha (K.)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 12:34 AM Subject: New to Struts ! > Hi All, > > I am new to struts. > I have the following lines of code in my jsp. > > > > <

New to Struts !

2003-11-26 Thread Rama, Shreekantha (K.)
Hi All, I am new to struts. I have the following lines of code in my jsp. <% FORMTITLE="foms.create.title"; %> In struts-config.xml the entry is I am getting the error as Error 500: Cannot find bean createFo

Re: new to struts

2003-11-11 Thread Abhijeet Mahalkar
bye mastering struts . good book for basics as well as masters. try out.. abhijeet - Original Message - From: "sanjay paithankar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 2:47 PM Subject: new to struts > Hello > &

RE: new to struts

2003-11-11 Thread Eric SCHULTZ
Good evening... -Original Message- From: Saravanakumar P [mailto:[EMAIL PROTECTED] Sent: November 11, 2003 4:38 AM To: Struts Users Mailing List Subject: RE: new to struts > Programming Jakarta Struts By Chuck Cavaness -O'Reilly publication > is a good book to start. that&#

Re: new to struts

2003-11-11 Thread Pratik Patel
can any one point the basic document regarding Struts which has given small examples. There's this amazing new search engine, called Google, which you can access at www.google.com. If you enter the words "Struts Tutorial" and click "Search" it will bring up a huge list of Struts related website

RE: new to struts

2003-11-11 Thread Saravanakumar P
Programming Jakarta Struts By Chuck Cavaness -O'Reilly publication is a good book to start. SaravanaKumar -Original Message- From: Sumit S. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 3:07 PM To: Struts Users Mailing List Subject: RE: new to struts

RE: new to struts

2003-11-11 Thread Sumit S.
http://jakarta.apache.org/struts/learning.html is a good place to start. Sumit -Original Message- From: sanjay paithankar [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: new to struts Hello can any one point the basic document

new to struts

2003-11-11 Thread sanjay paithankar
Hello can any one point the basic document regarding Struts which has given small examples. thnx -cs.. __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree

forwarding the request in struts framework new to struts framework

2003-08-14 Thread tarun.matai
Hi, I am using struts1.1 framework, my requirement is that i want to forward a request from One action class to the Other Action Class, My other action class does not have execute method, How can i set the entries in struts-config file so that my request can be forwarded to another actio

Re: New to Struts

2003-04-02 Thread Ruben Pardo
But ... why are dynaforms better than BaseMap Form's? i'm using BaseMap Form and i think that is a good choice, and if i have to do something in the reset method, i only inherit from the BaseMap, in dynaform you can't do a specific reset am i wrong? Ruben. - Ya

Re: New to Struts

2003-04-02 Thread Brian McSweeney
appreciate it, cheers, Brian - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:00 AM Subject: RE: New to Struts > Yes. > Basically you create a form in struts-config.xml. > Then you reference that form in

RE: New to Struts

2003-04-02 Thread Mick . Knutson
understand. -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:52 AM To: Struts Users Mailing List Subject: Re: New to Struts Ah, thanks Mick, So is the DynaForm the one which allows you not to create Forms declaratively using xml

Re: New to Struts

2003-04-02 Thread Brian McSweeney
if so, with what component? thanks, brian - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 10:29 AM Subject: RE: New to Struts > I love DynaForms. But you don't _need_ DynaForms to use Validation. > > But, I

RE: New to Struts

2003-04-02 Thread Mick . Knutson
To: Struts Users Mailing List Subject: RE: New to Struts I would like to use DynaForms. Do you have any tutorial or article about? Thanks, JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 2 de Abril de 2003 10:29 To: [EMAIL PROTECTED] Subject

RE: New to Struts

2003-04-02 Thread Joao Batistella
I would like to use DynaForms. Do you have any tutorial or article about? Thanks, JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 2 de Abril de 2003 10:29 To: [EMAIL PROTECTED] Subject: RE: New to Struts I love DynaForms. But you don't _

RE: New to Struts

2003-04-02 Thread Mick . Knutson
23 AM To: [EMAIL PROTECTED] Subject: New to Struts Hi all, I'm relatively new to struts, have used Forms before and am thinking of switching to use DynamicActions instead of normal Actions to get the use of the Validator package. Can people tell me if this is a worthwhile endevour and also

New to Struts

2003-04-02 Thread Brian McSweeney
Hi all, I'm relatively new to struts, have used Forms before and am thinking of switching to use DynamicActions instead of normal Actions to get the use of the Validator package. Can people tell me if this is a worthwhile endevour and also, is there a good resource on how to make this c

Re: Re: [New To Struts]

2002-11-01 Thread maya menon
Thanks Mattes [EMAIL PROTECTED] wrote:Hello Maya, a little bit outdatet but... http://www-106.ibm.com/developerworks/library/j-struts/index.html http://www7.software.ibm.com/vad.nsf/Data/Document2557?OpenDocument&p=1&BCT=66 and (registration required): https://www6.software.ibm.com/developer

Re: Re: [New To Struts]

2002-11-01 Thread mattes
Hello Maya, a little bit outdatet but... http://www-106.ibm.com/developerworks/library/j-struts/index.html http://www7.software.ibm.com/vad.nsf/Data/Document2557?OpenDocument&p=1&BCT=66 and (registration required): https://www6.software.ibm.com/developerworks/education/x-iextreme19/? "The foc

Re: [New To Struts]

2002-11-01 Thread maya menon
Mattes Thanks, But is there a document or a link which says about the framework and wsad ? [EMAIL PROTECTED] wrote:> I am new to Struts and plan to do my Enterprise application in WSAD using Take a look at the AuctionEJB-Sample in WSAD. It's based on Struts. Greetings mattes --

Re: [New To Struts]

2002-11-01 Thread mattes
> I am new to Struts and plan to do my Enterprise application in WSAD using Take a look at the AuctionEJB-Sample in WSAD. It's based on Struts. Greetings mattes -- Mattes Balser | [EMAIL PROTECTED] High-End Services GmbH | www.h-e-s.de the Nervmich.net Company | http://www.nervmich

New To Struts

2002-11-01 Thread maya menon
Hi all, I am new to struts and starting to use it along with wsad. Please guide me in how should i proceed If any of u have any links dealing wih Struts and WSAD, please give it to me Thanks, Maya - Do you Yahoo!? HotJobs - Search new jobs daily now

RE: [Fwd: New To Struts]

2002-11-01 Thread James Mitchell
Einstein (1879-1955) > -Original Message- > From: Eddie Bush [mailto:ekbush@;swbell.net] > Sent: Friday, November 01, 2002 11:34 AM > To: Struts Users List > Subject: [Fwd: New To Struts] > > > -------- Original Message > Subject: New To Struts > D

[Fwd: New To Struts]

2002-11-01 Thread Eddie Bush
Original Message Subject: New To Struts Date: Fri, 01 Nov 2002 09:27:44 -0600 From: "Maya Menon" <[EMAIL PROTECTED]> Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi all, I am new to Struts and plan to do my Ente

New to struts

2002-09-17 Thread angela mcgrenra
Sorry Accidentally sent mail about struts tutorial problems before finishing it! As I said I'm geting a problem with the comlpiling of the BookAction.java file. I have tried everything I can think of with my classpath settings but nothing seems to work. It's probably a very basic error... Ca

New to Struts

2002-09-12 Thread priya
Hello , I am new to this struts tecnology. Can anyone please brief me about what this is all about and how I can go about it. Priya -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: New to Struts , need some answeres to start new development

2002-08-21 Thread Eddie Bush
(see inserted comments) Galbreath, Mark wrote: >Read the book: > >http://www.theserverside.com/resources/strutsreview.jsp > Very good book - highly recommended. It's available for ordering on Amazon now too! >Mark (the lesser-known struts-user FEATURE!) > >-Original Message- >From: As

RE: New to Struts , need some answeres to start new development

2002-08-21 Thread Galbreath, Mark
Read the book: http://www.theserverside.com/resources/strutsreview.jsp Mark -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 12:19 PM 1. If i have to do some validation regarding the input from the user on input fields i was using jav

New to Struts , need some answeres to start new development

2002-08-21 Thread Ashish Kulkarni
Hi, I am pretty much new to struts and need some answeres, 1. If i have to do some validation regarding the input from the user on input fields i was using javascript, and onSubmit method of form, but with struts i think i cannot use javascript, so how can i do it before sumbitting the data

Re: New to Struts

2002-05-29 Thread Vincent Stoessel
Truly cool, it's running sweet in forte 3.0 CE. OK, time for the slow part, reading the struts docs. :) Thank You James Holmes wrote: > Forte CE and NetBeans are good tools for working with > Struts. Currently the Struts Console plugs into both > of the IDEs. > > Struts Console: > http://ww

Re: New to Struts

2002-05-29 Thread Jeff_Mychasiw
Thanks James, maybe I will throw this question on the Forte List... just for fun. :) James Holmes <[EMAIL PROTECTED]> on 05/29/2002 12:15:55 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]&g

Re: New to Struts

2002-05-29 Thread James Holmes
The functionality should be available to both Forte and NetBeans since both are built on the same foundation. Basically we are working on a "Struts Support" module that has tighter integration of Struts Console into the IDEs as well as other functionality. Once things are working you'll be able

Re: New to Struts

2002-05-29 Thread Jeff_Mychasiw
"I'm working with some folks at Sun to bring better Struts support into both of these IDEs. This should add alot of needed development support tools." Just curious about this... I assume that this would available as a plugin as well? long shot How soon would we see this type of thing for

Re: New to Struts

2002-05-29 Thread James Holmes
Forte CE and NetBeans are good tools for working with Struts. Currently the Struts Console plugs into both of the IDEs. Struts Console: http://www.jamesholmes.com/struts/ I'm working with some folks at Sun to bring better Struts support into both of these IDEs. This should add alot of needed de

RE: New to Struts

2002-05-29 Thread Brad Rhoads
---Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:08 AM To: Struts Users Subject: New to Struts Hello, I have been using forte CE as my main IDE for developing my java and jsp applications. The concept behind struts sounds great as I want to

New to Struts

2002-05-29 Thread Vincent Stoessel
Hello, I have been using forte CE as my main IDE for developing my java and jsp applications. The concept behind struts sounds great as I want to move toward a more standand templates/framework for my web based applications. My taglib experience has been very small and my EJB experience is stil

RE: New to Struts and stuck already...

2002-01-09 Thread Mike Ashamalla
Kevin, I'm also relatively new to struts, however, this looks like something I've encountered before. I saw the same (or a similar error message) whenever my form tags weren't properly enclosed in ... . HTH Thank You, Mike Ashamalla, CEBS VistaXtreme [EMAIL PROTECTED]

Re: New to Struts and stuck already...

2002-01-09 Thread Luis M. Rosso
Kevin, first of all, please take into account I am new to Struts too... Your mail doesn't include enough information, hence I don't know whether the issues not mentioned in your mail are absent just in your mail or absent in your application... For instance, in the struts-confi

Re: New to Struts and stuck already...

2002-01-09 Thread Keith Bacon
welcome to struts, I'd need more info - more of the error stack trace. Also maybe the struts-config entry for the action class involved. If this is from your jsp maybe it refers to the form bean but you've started the jsp directly (localhost:8080/myapp/myJsp.jsp) rather than through the action m

New to Struts and stuck already...

2002-01-09 Thread Kevin J. Turner
I am trying to build a simple Struts app to play around with it and i'm stuck on the following error message: javax.servlet.ServletException: No bean found under attribute key registrationForm I have the following in my struts-config.xml file: ... ... Any suggestions anyon

Re: New To Struts

2001-08-09 Thread Craig R. McClanahan
ed in "struts.jar". > Thanks and Regards, > Nitu. Craig > - Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 09, 2001 4:39 PM > Subject: Re: New To Struts >

Re: New To Struts

2001-08-09 Thread Rama Krishna
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 5:43 PM Subject: Re: New To Struts > Hi, > I downloaded jakarta-struts-1.0.zip file and extracted the files in > c:\jakarta-struts-1.0. But I think lib/commons-*.jar file is missing in my > installation

Re: New To Struts

2001-08-09 Thread Nitu Singh
. Where should I create this WEB-INF directory? (for reference: I am using weblogic5.1) Thanks and Regards, Nitu. - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 4:39 PM Subject: Re: New To Str

Re: New To Struts

2001-08-08 Thread Martin Cooper
Comments below. - Original Message - From: "Nitu Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 6:37 PM Subject: Re: New To Struts > Thanks a lot, > And I did visit the home page for s

Re: New To Struts

2001-08-08 Thread Pham Thanh Quan
CTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 8:37 AM Subject: Re: New To Struts > Thanks a lot, > And I did visit the home page for struts(and that's where the problem > started). > Let me explain u the doubts which I had going thru the page: > 1) A

Re: New To Struts

2001-08-08 Thread Nitu Singh
, I can go ahead and then may be I will come up more questions? Thanks a lot, Nitu. - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 3:29 PM Subject: Re: New To Struts > You must not have visited

Re: New To Struts

2001-08-08 Thread Rama Krishna
f > __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ ----- Original Message ----- From: "Nitu Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: New To Struts

2001-08-08 Thread Martin Cooper
PROTECTED]> Sent: Wednesday, August 08, 2001 5:18 PM Subject: New To Struts > Hi, > I am new to struts and for past one week I am trying to find tutorials and > materials regarding struts. > The only thing I got is some tutorial in jspinsider.com. > I understood the model of stru

New To Struts

2001-08-08 Thread Nitu Singh
Hi, I am new to struts and for past one week I am trying to find tutorials and materials regarding struts. The only thing I got is some tutorial in jspinsider.com. I understood the model of struts, but when putting it in to code, I am facing problem at very basic step. All I see in tutorials is

Re: New to Struts

2001-05-21 Thread David Winterfeldt
to do things and even get source code that a user has create that enhances Struts. Ted Husted has links (http://www.husted.com/about/struts) to Struts resources (articles, JSP Tags/Source, example web apps). David Winterfeldt --- [EMAIL PROTECTED] wrote: > Hi, > > I am new to struts and

RE: New to Struts

2001-05-21 Thread Nanduri, Amarnath
] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 4:56 PM To: [EMAIL PROTECTED] Subject: New to Struts Hi, I am new to struts and am going thru the documentation. Had a very basic question, If I have an application which is using MVC architecture and is completely J2EE compliant what is

New to Struts

2001-05-21 Thread akapoor
Hi, I am new to struts and am going thru the documentation. Had a very basic question, If I have an application which is using MVC architecture and is completely J2EE compliant what is the benefit of using Struts framework. regards -abhinav

RE: New to struts

2001-05-03 Thread Manabendra Sarkar
[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 3:25 PM > To: Struts-User (E-Mail) > Subject: New to struts > > Hi, > > I am new to struts. > I did the download of the release of strust (1.0b1). > > I use winzip, and now I have a directories structure. &g

New to struts

2001-05-03 Thread Geoffrey Van Nuffelen
Hi, I am new to struts. I did the download of the release of strust (1.0b1). I use winzip, and now I have a directories structure. But where to begin ? What I have to do to create a new application ? Thanks geoffrey...

RE: new to struts

2001-05-02 Thread Akerman, Art
I believe this class is part of JDBC 2.0. I've downloaded jdbc2_0-stdext.jar,added it to the class path and everything worked. -Original Message- From: Manabendra Sarkar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 10:39 AM To: '[EMAIL PROTECTED]' Subject: new

new to struts

2001-05-02 Thread Manabendra Sarkar
Hi All, i m new to struts. i am facing a small problem. im trying to use GenericDatasource to connect to the database. this class implements javax.sql.DataSource. when i strsrt tomcat, it gives an error saying javax.sql.DataSource not found. i am using jdk1.2.2. can anyone pls help me in

I am new to Struts

2001-04-04 Thread ntrgiang
Hi, I am new to struts, so I don't know clearly about it. Can anybody explain to me the roles of struts in an web application? I saw some versions of struts available at struts home page (e.g. binary, source or something like that). Could you give me the differences between these version

Re: New to struts..

2001-03-20 Thread Craig R. McClanahan
On Tue, 20 Mar 2001, Suriyanarayanan, Senthil Kumar wrote: > I'm new to struts and started using it (just deployed the struts-example). I > wonder whether we could > use struts out of the Web Application Archive, as an extracted one, without > any reference to web.xml and just

New to struts..

2001-03-20 Thread Suriyanarayanan, Senthil Kumar
I'm new to struts and started using it (just deployed the struts-example). I wonder whether we could use struts out of the Web Application Archive, as an extracted one, without any reference to web.xml and just refer only the tld and struts.jar file. Are there any sample or simple applic

Re: New to Struts

2001-02-21 Thread Maya Muchnik
Joshua, If you will copy struts-example.war file under .../webapps directory, and struts.jar file under .../tomcat/lib directory, then you are all set. Startup Tomcat and run http://localhost:8080/struts-example. Joshua Yip wrote: > Hi , I am new to Struts. Can anyone give me some sample fi

Re: New to Struts

2001-02-21 Thread Ted Husted
page of that is a like to a tour, which explains how each part of the example works. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/about/struts Joshua Yip wrote: > > Hi , I am new to

New to Struts

2001-02-20 Thread Joshua Yip
Hi , I am new to Struts. Can anyone give me some sample files and with some explaination of how the files works in the Struts framework? That would really help . Thanks Joshua Yip Software Developer IB-DOCS.COM Intelligent Business Document dot Com [EMAIL PROTECTED] YahooID: joshuayip ICQ