Ken, if you are familiar with basic web programming and the web MVC architecture, then download the Struts examples and go through them. That should get you up and running.
After that, there are several books and a couple of good sites that can get you up to speed. The struts website contains a wealth of information on getting started. A google search wouldn't hurt either. As for your question, you may want to look at DispatchAction. It allows you to invoke different logic in the same action based on what button the user clicked. There are other ways of doing this (hidden parameter and javascript, etc...). hth, robert > -----Original Message----- > From: Kenneth Litwak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 2:45 PM > To: Struts Users Mailing List > Subject: RE: Learning the basics > > > I didn't actually find the user guide that helpful for learning basics > or for my specific question. Thanks. > > Ken > > -----Original Message----- > From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 11:35 AM > To: 'Struts Users Mailing List' > Subject: RE: Learning the basics > > http://struts.apache.org/userGuide/ > > Mark > > -----Original Message----- > From: Kenneth Litwak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 2:23 PM > To: Struts Users Mailing List > Subject: Learning the basics > > > If I'm an experienced developer, but new to Struts, do I need to buy > a book to write a basic app, or is there an online tutorial or something > like that that is sufficient? One of the things I'd like to figure out > is to how to have three radio buttons, and a regular button, and have a > different action for each radio button. I can't figure out how to wire > that. Thanks. > > > Ken > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]