Re: [Webwork-user] URL's

2002-04-03 Thread G.L. Grobe
Now that I'm back on this prob, can someone clarify the below solution for me as I don't understand it. - Original Message - From: "Rickard" <[EMAIL PROTECTED]> To: "Webwork-User" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 1:44 AM Subj

Re: [Webwork-user] URL's

2002-04-03 Thread Rickard
Grobe, Gary wrote: > Do you mean where I currently have the following in my properties file ... > forms.InitFieldForm.done.success=overviews.jsp > > that I should use ... > forms.InitFieldForm.done.success=redirect.action?url=overviews.jsp Have you tried it? /Rickard -- Rickard Öberg ___

RE: [Webwork-user] URL's

2002-04-02 Thread Grobe, Gary
: G.L. Grobe Cc: Webwork-User Subject: Re: [Webwork-user] URL's G.L. Grobe wrote: > Now that I'm back on this prob, can someone clarify the below solution for > me as I don't understand it. Not sure I can be more clear... what part of it don't you understand? /Rickard

Re: [Webwork-user] URL's

2002-04-02 Thread Rickard
kard" <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > To: "Webwork-User" <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > Sent: Friday, March 08, 2002 1:44 AM > Subject: Re: [Webwork-user] URL's > > > G.L. Grobe wrote: >

Re: [Webwork-user] URL's

2002-03-09 Thread Rickard
Bogdan Ghidireac wrote: > Is it possible to define the url from "redirect.action?url=..." at runtime > (during the execution of my action) ? Yes. One way to do it is to simply call the redirect action from within your action, i.e. instantiate using ActionFactory, setUrl(), execute(). Probably

Re: [Webwork-user] URL's

2002-03-07 Thread Rickard
G.L. Grobe wrote: > Since we're on the topic of tricks ... I have an action that returns a > view, but the URL still hasn't changed from what it was before the newly > returned view. The problem is that this page has a meta refresh of 30 > seconds, so everytime the page refreshes, it's not onl