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 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 browser to interpret the URL. When you don't re

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 y

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

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 Struts

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

2003-06-02 Thread Andrew Hill
y, 2 June 2003 21:43 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, i

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

2003-06-02 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 the

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() meth

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

RE: Action Forwards

2002-02-16 Thread James Mitchell
truts-config.xml James Mitchell Software Engineer Open-Tools.org Home Phone (770) 822-3359 Cell Phone: (678) 910-8017 -Original Message- From: Tim Sawyer [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 6:49 PM To: Struts List Subject: Action Forwards Hi, There'

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: Cheers, Tim. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: obtaining action forwards in jsps

2001-08-30 Thread Troy Hart
look at 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 rather than hard coding the url

Re: obtaining action forwards in jsps

2001-08-29 Thread JEWeaver
lseas.com> cc: Subject: obtaining action forwards in jsps 08/29/2001 05:24

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 va

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

RE: Action forwards

2001-03-06 Thread Katherine Barry
ginal 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

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, ra

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, bu

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