Using anchors in action forwards.

2003-07-22 Thread Vilya Harvey
Hi there, is it possible to use have an action forward URL that contains an anchor? Something along the lines of forward name=success path=/search.jsp#results/ is what I'm looking for. I've noticed that this works when you specify redirect=true, presumably because it's left to the client

question about reset() and multiple action forwards...

2003-07-17 Thread Dan Eklund
I have a scenario where an action-form goes through 2 actions before getting to the view... the problem that reset() solves (for multiboxes) is that because the browser does not send any values to indicate that the user checked OFF all the multiboxes, you should reset( ) to a blank slate for

Action Forwards

2003-06-05 Thread José Moreira
Hello, im using struts and tiles to build a postgresql table CRUD. i have an index.jsp which includes a login.jsp if the user is not in session or a menu.jsp and a eventlist.jsp if the user is in! after a user does a login successfully, i call a map.findfordward to 'listevents' which is an

Re: Action Forwards

2003-06-05 Thread Bradley M. Handy
In your ActionForward configuration for the index.jsp page. Set the redirect attribute to true. Brad Handy At 04:14 PM 6/4/2003, you wrote: Hello, im using struts and tiles to build a postgresql table CRUD. i have an index.jsp which includes a login.jsp if the user is not in session or a

RequestProcessor.processPopulate happens more than once when one Struts action forwards to another

2003-06-03 Thread Ahearn, Denis
Hi, When one Struts action forwards to another Struts action, and the first action was invoked by a form post, is it correct behavior that the RequestProcessor.processPopulate method is called when the second action is processed? It seems to me that the form should only be populated from

RE: RequestProcessor.processPopulate happens more than once when one Struts action forwards to another

2003-06-03 Thread Andrew Hill
To: '[EMAIL PROTECTED]' Subject: RequestProcessor.processPopulate happens more than once when one Struts action forwards to another Hi, When one Struts action forwards to another Struts action, and the first action was invoked by a form post, is it correct behavior

RE: nasty prob with action forwards, formbeans, http requests and submit() methods

2002-03-03 Thread mike m
See if setting scope=session for face.Smile action helps. Mike -Original Message- From: Paul Devalier [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: nasty prob with action forwards, formbeans, http requests and submit() methods I've got

nasty prob with action forwards, formbeans, http requests and submit() methods

2002-03-01 Thread Paul Devalier
I've got a nice little STRUTS app working by sticking to the path set by the community examples and keeping my views gray and skeleton-like. I'm digging STRUTS, my form beans are not volatile through various wizard-style screens, so now I move on to fleshing things out by prettyfacing the JSPs

Action Forwards

2002-02-16 Thread Tim Sawyer
Hi, There's nothing to stop me forwarding to a do rather than a jsp in the struts config is there? Like this: action path=/AddFindParty/FindPartyResults type=com.pancredit.tkbespoke.tjs.strutstest.action.FindPartyPostAction name=addFindPartyModuleForm

RE: Action Forwards

2002-02-16 Thread James Mitchell
, 2002 6:49 PM To: Struts List Subject: Action Forwards Hi, There's nothing to stop me forwarding to a do rather than a jsp in the struts config is there? Like this: action path=/AddFindParty/FindPartyResults type=com.pancredit.tkbespoke.tjs.strutstest.action.FindPartyPostAction

Re: obtaining action forwards in jsps

2001-08-30 Thread Troy Hart
look at html:link forward=someGlobalForward Troy On Wednesday 29 August 2001 04:24 am, you wrote: Hi, Is there any way to obtain the action forward urls in jsps using their logical 'struts-config' name? I'd like to code links etc point to certain action forward urls found in struts config

obtaining action forwards in jsps

2001-08-29 Thread Nathan Coast
Hi, Is there any way to obtain the action forward urls in jsps using their logical 'struts-config' name? I'd like to code links etc point to certain action forward urls found in struts config rather than hard coding the url? Similarly I'd like to be able to change the action url of forms using

Re: obtaining action forwards in jsps

2001-08-29 Thread JEWeaver
-User (E-mail) [EMAIL PROTECTED] lseas.com cc: Subject: obtaining action forwards in jsps

question about Action Forwards in struts-config

2001-06-05 Thread Jonathan Asbell
I have boiled down action forward to a few exact situations. I would only want to do any of the following situations: 1) take me back where I was 2) take me back to where I was trying to go 3) take me to a specific page 4) take me to a default page I dont believe there is currently a neat

Action forwards

2001-03-06 Thread Katherine Barry
We are using action forwards, but the url in the browser never changes. Everything works happily, so the only thing we want is for the browser to change and display the new URL(mainly for the refresh button). I know everyone is now using 1.0, but we haven't migrated, and are still using 0.5(we

Re: Action forwards

2001-03-06 Thread Craig R. McClanahan
Katherine Barry wrote: We are using action forwards, but the url in the browser never changes. Everything works happily, so the only thing we want is for the browser to change and display the new URL(mainly for the refresh button). I know everyone is now using 1.0, but we haven't migrated

Re: Action forwards

2001-03-06 Thread Ted Husted
Katherine Barry wrote: We are using action forwards, but the url in the browser never changes. Everything works happily, so the only thing we want is for the browser to change and display the new URL(mainly for the refresh button). I believe Refresh repeats the last request, rather than

RE: Action forwards

2001-03-06 Thread Katherine Barry
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 10:03 AM To: [EMAIL PROTECTED] Subject: Re: Action forwards Katherine Barry wrote: We are using action forwards, but the url in the browser never changes. Everything works happily, so the only thing we