Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread shiiva
Hats off, very good article. Good beginner's guide for AJAX with Struts. -Siva - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=18280&messageID=36700#36700

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread [EMAIL PROTECTED]
Developers List Sent: Thu, 16 Feb 2006 12:32:48 -0800 Subject: Re: Passing Parameters to ActionForward from Action > On 2/16/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > You know what would be co

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread Michael Jouravlev
On 2/16/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You know what would be cool for the javawebparts implementation. Make a tag > > called snippets or something, have it work like MessageResource where you > > could store things su

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread Frank W. Zammetti
your implementation? Do you have a discussion form for it? > > Bryan LaPlante > > -- Original Message --- > From: "Frank W. Zammetti" <[EMAIL PROTECTED]> > To: "Struts Developers List" > Cc: "Struts Developers List" > Sent

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread Michael Jouravlev
On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You know what would be cool for the javawebparts implementation. Make a tag > called snippets or something, have it work like MessageResource where you > could store things such onclick and other events and then be able to mark up > your HT

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread [EMAIL PROTECTED]
t;Struts Developers List" Sent: Thu, 16 Feb 2006 15:05:46 -0500 (EST) Subject: Re: Passing Parameters to ActionForward from Action > Woo-hoo, dueling AJAX toolkits! ;) LOL ... > > http://javawebparts.sourceforge.net/javadocs/javawebparts/taglib/ajaxtags/package-summary.html >

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread Frank W. Zammetti
aPlante > > -- Original Message --- > From: "Frank W. Zammetti" <[EMAIL PROTECTED]> > To: dev@struts.apache.org > Cc: dev@struts.apache.org > Sent: Thu, 16 Feb 2006 09:59:29 -0500 (EST) > Subject: Re: Passing Parameters to ActionForward from

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread [EMAIL PROTECTED]
rg Sent: Thu, 16 Feb 2006 09:59:29 -0500 (EST) Subject: Re: Passing Parameters to ActionForward from Action > Shameless self-promotion: > > http://www.omnytex.com/articles > > :) > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technolo

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread Frank W. Zammetti
Shameless self-promotion: http://www.omnytex.com/articles :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Thu, February 16, 2006 8:37 am, shiiva said: > Bryan, > > I am totaly new

Re: Passing Parameters to ActionForward from Action

2006-02-16 Thread shiiva
Bryan, I am totaly new to ajax. can u suggest me any get started kind of tutorial. Thanks, Siva - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=18280&messageID=36339#36339 -

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread Bryan LaPlante
thread to the user group instead of dev. - Original Message - From: "shiiva" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 15, 2006 1:58 AM Subject: Re: Passing Parameters to ActionForward from Action > Bryan, > > Thanks, That is how I finally achieved

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread shiiva
Bryan, Thanks, That is how I finally achieved it. But, I just wanted to explore is there any other way to do the same. Passing parameters to jsp from action. Thanks, shiiva - Posted via Jive Forums http://forums.opensymphony.com

Re: Passing Parameters to ActionForward from Action

2006-02-14 Thread [EMAIL PROTECTED]
The easiest way to pass param's to other actions is to give the action a name in struts-config and set it equal to a class that extends ActionFrom. To clarify what I am saying, build a class that extends ActionFrom, Declare it in struts config like so... Then in your action use the form na