RE: Shopping Cart Project

2001-05-02 Thread Sankha Das

yes u can have more than one action in your jsp page and if one action
forwards to another action then form bean for the first action doesn't
disappear

rgds 
sankha

-Original Message-
From: Oussama Ktiri [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 8:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Shopping Cart Project


 --can we have a jsp page that deals with more than one action ?
--then if one action forwards to another action, what happens to the
form
bean from the first action , does it disapper ?
I am someehat confused
any help welcome



RE: Shopping Cart Project

2001-05-01 Thread Sankha Das

Hi Joseph,

I do agree with you. I am interested to do the project. 
rgds
Sankah

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 11:06 AM
To: [EMAIL PROTECTED]
Subject: Shopping Cart Project



Hi guys !

Well. Ok. So there's no Shopping Cart example utilising struts out
there.
And although it's been done so many times using other languages and
frameworks, it's time to put one together for the struts community.
After
all, the 'shopping cart' is really the 'hello world' for web apps !! It
will
make a great foundation for struts newbies and hopefully decrease the
learning curve a little. It may also allow the struts veterans to show
off
some of the advanced concepts. Who knows, it may even be added to the
struts
distribution as an advanced example!

Is anyone interested in contributing to this ? What are some thoughts ?

If I get enough people on board, then I'll set up a CVS (source control)
server and get the project underway !

Cheers,

Joe.



_

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com





RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-04 Thread Sankha Das

Hi John,

Currently I am working with Struts with IONA's iPortal Application
server. If you have any queries u can ask me.

Thanx
Sankha

-Original Message-
From: John Ueltzhoeffer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 04, 2001 3:32 AM
To: [EMAIL PROTECTED]
Subject: Who should I contact with directs for using Sturts with IONA
iPAS?


Hello Sirs,

Who should I contact with the information on how to use Struts with
IONA's 
iPortal Application Server. I would like to make the these instructions 
made available for everyone to use.

Thank You, John



Form Bean

2001-03-01 Thread Sankha Das

Hi guys,

I am a newbie in the Struts framework. I have to build a page where
I have to show variable number of rows with each row having variable number
of columns.
So obviously the number of elements( Drop down, text box, check box
) will appear in the screen will be dynamic. Now my question is how can I
write the Form 
Bean class before hand where I don't know how many elements will be
there in the screen. I need to provide fixed numberaccessors and mutators (
fixed number ) in the Form Bean. 


Can anybody pls help me with valuable suggesstion.

Thanks in Advance

Sankha