Re: Struts newbee

2006-04-09 Thread Yang Sun
Hi, Wang Zeng: I think what Ted said is one way to transfer ActionFrom data to the business object. And you can get a detailed description on other ways to transfer ActionForm data to the business object and pros and cons of each ways by reading charpter 5 of the book <>. Regards, Yang On 4/9/

Re: Struts newbee

2006-04-09 Thread 王曾wang_zeng
hi,Ted Do you mean in your solution that one bean is not only action form bean,but also a business object? Because it extends ActinForm and implement business object interface. 2006/4/6, Ted Husted [EMAIL PROTECTED]: > > If the beans you want to "nest" are being passed to the business > lo

Re: Struts newbee

2006-04-06 Thread Ted Husted
On 4/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i have a question. Can two ActionForms be associated with the same Action > class .. > if yes how. One of my favorite approaches is to use "coarsely grained" ActionForms. Rather than have discrete ActionForms for each Action, I create one

Re: Struts newbee

2006-04-06 Thread Krishnakanth
ng List" Sent: Thursday, April 06, 2006 2:02 PM Subject: Re: Struts newbee Hi Praveen, Hope you are doing well... I want to share something regarding your question. Generally, the Action.perform() method takes only a single form bean as a parameter(of course, it takes 4 parameters: Ac

RE: Struts newbee

2006-04-06 Thread Ramkumar.Sakthivel
- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Lakshmi Saritha [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 2:02 PM To: Struts Users Mailing List Subject: Re: Struts newbee Hi Praveen, Hope you are doing well... I want to share something

Re: Struts newbee

2006-04-06 Thread Lakshmi Saritha
Hi Praveen, Hope you are doing well... I want to share something regarding your question. Generally, the Action.perform() method takes only a single form bean as a parameter(of course, it takes 4 parameters: ActionForm,ActionMapping,HttpServletRequest,HttpServletResponse). So, surely we

Re: Struts newbee

2006-04-05 Thread James Mitchell
If you mean 'associated' by a single action configuration, then no. However, you can reuse the same Action class for a different path and use a different ActionForm. Does that answer your question? -- James Mitchell On Apr 6, 2006, at 12:45 AM, [EMAIL PROTECTED] wrote: Hi , I am new

Struts newbee

2006-04-05 Thread praveen . sondur
Hi , I am new to struts.. although i have a couple of years experience in java/j2ee. i have a question. Can two ActionForms be associated with the same Action class .. if yes how. Regards, Praveen Notice: The information contained in this e-mail message and/or attachments to it may contai