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]
r jsp page. Here is the tag ref for that. http://struts.apache.org/struts-taglib/tagreference-struts-html.html Bryan LaPlante -- Original Message --- From: shiiva <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Tue, 14 Feb 2006 00:21:18 CST Subject: Passing Parameters to Ac

Passing Parameters to ActionForward from Action

2006-02-13 Thread shiiva
Hi, Can anyone please describe me how to pass parameters from an Action to corresponding ActionForward. Basically, I am having only the jsp name in forward in struts-config.xml. But, when action is processed, I want to send some parameters to the corresponding actionforward. Can some be help