RE: initialize a form in a tile

2004-08-02 Thread Jim Barrows
> -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 12:55 PM > To: 'Struts Users Mailing List' > Subject: RE: initialize a form in a tile > > > Jim, > > I just hope TileAction really provides the

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
tile > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 11:20 AM > To: Struts Users Mailing List > Subject: Re: initialize a form in a tile > > > From: "Jim Barrows" <[EMAIL PROTECTED]> > &g

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
I'll try it and see if it works. Thanks, --Erez -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 7:35 PM To: Struts Users Mailing List Subject: RE: initialize a form in a tile > -Original Message- > From: Erez Efrati [ma

RE: initialize a form in a tile

2004-08-02 Thread Jim Barrows
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 11:20 AM > To: Struts Users Mailing List > Subject: Re: initialize a form in a tile > > > From: "Jim Barrows" <[EMAIL PROTECTED]> > > >

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
To: Struts Users Mailing List Subject: Re: initialize a form in a tile From: "Jim Barrows" <[EMAIL PROTECTED]> > I have nothing with .do in my tiles-defs.xml file. One of mine looks like: accountInquiry.jsp has the form in it, and the Action that forw

Re: initialize a form in a tile

2004-08-02 Thread Wendy Smoak
From: "Jim Barrows" <[EMAIL PROTECTED]> > I have nothing with .do in my tiles-defs.xml file. One of mine looks like: accountInquiry.jsp has the form in it, and the Action that forwards to 'account.inquiry.page' handles prepopulating the form if necessary. I don't think

RE: initialize a form in a tile

2004-08-02 Thread Jim Barrows
> -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 11:32 AM > To: 'Struts Users Mailing List' > Subject: RE: initialize a form in a tile > > > Thanks Jim, > > > > The only disadvantage

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 7:05 PM To: Struts Users Mailing List Subject: RE: initialize a form in a tile > -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 11:00 AM >

RE: initialize a form in a tile

2004-08-02 Thread Jim Barrows
> -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 11:00 AM > To: 'Struts Users Mailing List' > Subject: RE: initialize a form in a tile > > > Can you give an example of the a tile definition? Are you usi

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
ubject: Re: initialize a form in a tile From: "Erez Efrati" <[EMAIL PROTECTED]> > I have a tile that contains a form. > Where is the best place to initialize it? > > In simple struts the action is called and the form > Is created and the action can set the form values

RE: initialize a form in a tile

2004-08-02 Thread Erez Efrati
I had small but crucial typing mistake: Hi all, I have a tile that contains a form. Where is the best place to initialize it? In simple struts the action is called and the form Is created and the action can set the form values and forward to the view page. It's true that a tile can have a

Re: initialize a form in a tile

2004-08-02 Thread Wendy Smoak
From: "Erez Efrati" <[EMAIL PROTECTED]> > I have a tile that contains a form. > Where is the best place to initialize it? > > In simple struts the action is called and the form > Is created and the action can set the form values and forward to the > view page. It works exactly the same way with Ti