Re: Adding anchor to a form submission

2006-01-17 Thread Kent Tong
Alan Chandler chandlerfamily.org.uk> writes: > > Then I guess you may try to throw a RedirectException and put the > > anchor into the URL. > > How do you add the anchor? The JavaDocs for PageRedirectException don't give > much of a clue I mean RedirectException, not PageRedirectException. Th

Re: Adding anchor to a form submission

2006-01-17 Thread Alan Chandler
On Tuesday 17 January 2006 01:16, Kent Tong wrote: > Alan Chandler chandlerfamily.org.uk> writes: > > Unfortunately, konqueror doesn't actually jump to the correct place ( and > > was true before) but much worse, firefox seems loop calling the server > > for a new page. > > Then I guess you may tr

Re: Adding anchor to a form submission

2006-01-16 Thread Kent Tong
Alan Chandler chandlerfamily.org.uk> writes: > Unfortunately, konqueror doesn't actually jump to the correct place ( and was > true before) but much worse, firefox seems loop calling the server for a new > page. Then I guess you may try to throw a RedirectException and put the anchor into the

Re: Adding anchor to a form submission

2006-01-16 Thread Alan Chandler
On Monday 16 January 2006 23:36, Alan Chandler wrote: > On Monday 16 January 2006 13:25, Kent Tong wrote: > > Alan Chandler chandlerfamily.org.uk> writes: > > > I want to actually go to an anchor on that page rather than the head of > > > the page. > > > > In the response page, try including Scrip

Re: Adding anchor to a form submission

2006-01-16 Thread Alan Chandler
On Monday 16 January 2006 13:25, Kent Tong wrote: > Alan Chandler chandlerfamily.org.uk> writes: > > I want to actually go to an anchor on that page rather than the head of > > the page. > > In the response page, try including Script component to insert > a .script file like: > > > Re: Adding anchor to a form submission
Alan Chandler chandlerfamily.org.uk> writes: > I want to actually go to an anchor on that page rather than the head of the > page. In the response page, try including Script component to insert a .script file like:

Re: Adding anchor to a form submission

On Sunday 15 January 2006 16:50, Gregg Bolinger wrote: > Do you have to use a submit button? Why not just use a DirectLink? I am not sure I understand you. If I take what you say at face value, (ie I replace the submit button with a direct link) that will not work The form is full of input fie

Re: Adding anchor to a form submission

Do you have to use a submit button? Why not just use a DirectLink? Gregg On 1/15/06, Alan Chandler <[EMAIL PROTECTED]> wrote: > > I have a form that when I hit the submit button, it will fire a listener. > > That listener will then return a page that I want to go to. > > I want to actually go t