Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: that confirms my hypothesis.. You hypothesized that I haven't used the S1 plugin for a very long time? Or that showcase works? Or that S1 had nothing to do with the thread? Dave - To unsubscribe, e-ma

RE: tag set

2009-03-15 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sun, 15 Mar 2009 18:37:27 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: tag set > > Martin Ga

Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: so the examples are valid? I know of no reason why they wouldn't be, although I haven't used the S1 plugin in a very long time. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For add

RE: tag set

2009-03-15 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sun, 15 Mar 2009 13:25:08 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: tag set > > Martin Gainty wrote

Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: the location src\apps\showcase\src\main\java\org\apache\struts2\showcase\integration is where the (apparently incorrect version Struts1.x) examples are located *these examples are included in the 2.1.6 distro* They're showing how to integrate Struts 1 and Struts 2. They'r

RE: tag set

2009-03-14 Thread Martin Gainty
transmission. > Date: Sat, 14 Mar 2009 20:57:33 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: tag set > > Martin Gainty wrote: > > Can you fix the examples in > > struts-2.1.6\src\apps\showcase\src\main\java\org\apache\struts2

Re: tag set

2009-03-14 Thread Dave Newton
Martin Gainty wrote: Can you fix the examples in struts-2.1.6\src\apps\showcase\src\main\java\org\apache\struts2\showcase\integration Not with a bug report like that; what's wrong with them? Dave - To unsubscribe, e-mail: us

RE: tag set

2009-03-14 Thread Martin Gainty
m > To: user@struts.apache.org > Subject: Re: tag set > > Martin Gainty wrote: > > its already in the request > > public class EditFuBarAction extends Action { > > public ActionForward execute(ActionMapping mapping, ActionForm form, > > HttpServletRequest req

Re: tag set

2009-03-14 Thread Dave Newton
Martin Gainty wrote: its already in the request public class EditFuBarAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { String user=request.getParameter("user");

RE: tag set

2009-03-14 Thread Martin Gainty
rily endorse content contained within this transmission. > Date: Sat, 14 Mar 2009 06:28:50 -0700 > From: pegasu...@hotmail.it > To: user@struts.apache.org > Subject: RE: tag set > > > and to access from the Action > > mgainty wrote: > > >

Re: tag set

2009-03-14 Thread Nils-Helge Garli Hegvik
ithin >> this transmission. >> >> >> >> >>> Date: Fri, 13 Mar 2009 16:05:36 -0700 >>> From: pegasu...@hotmail.it >>> To: user@struts.apache.org >>> Subject: Re: tag set >>> >>> >>> certainly; &

RE: tag set

2009-03-14 Thread PEGASUS84
009 16:05:36 -0700 >> From: pegasu...@hotmail.it >> To: user@struts.apache.org >> Subject: Re: tag set >> >> >> certainly; >> but how do i achieve this thing? >> >> >> <% reqest.setAttribute("key",user)%> >> >

RE: tag set

2009-03-14 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 13 Mar 2009 16:05:36 -0700 > From: pegasu...@hotmail.it > To: user@struts.apache.org > Subject: Re: tag set > > > certainly; > b

RE: tag set

2009-03-13 Thread Martin Gainty
jsp: once inside the action class *mapped for viewJobDetail* you can pull each of the 3 params http://://viewJobDetail.action?fname=Giorgio&name=Armani Martin __ Dis

Re: tag set

2009-03-13 Thread PEGASUS84
certainly; but how do i achieve this thing? <% reqest.setAttribute("key",user)%> can i achieve this thing? in this way? Nils-Helge Garli wrote: > > Maybe you could try explaining what you're trying to achieve? Usually, > input is passed to the action through a form or request parameters.

Re: tag set

2009-03-13 Thread Nils-Helge Garli Hegvik
Maybe you could try explaining what you're trying to achieve? Usually, input is passed to the action through a form or request parameters. Nils-H On Fri, Mar 13, 2009 at 11:23 PM, PEGASUS84 wrote: > > good evenig > i would ask if i can get the value of variable x in an > action > -- > View this