Re: How to handle an ActionForward to a page with an anchor?

2001-08-30 Thread Brian . Duchouquette
Martin, I need to perform a submit in order for the server to see the new value that the user entered on the form in order to add it to the bean. html:link won't do that for me... Brian

Re: How to handle an ActionForward to a page with an anchor?

2001-08-30 Thread Marcelo Stefanelli Santos
You can try the focus feature. So when the page loads it'll focus where you want in your form. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 11:38 AM Subject: Re: How to handle an ActionForward to a page with an anchor? Martin,

Re: How to handle an ActionForward to a page with an anchor?

2001-08-29 Thread martin . cooper
Take a look at the 'anchor' attribute on the html:link tag. If you use that for your Add link, I believe it will do what you want. -- Martin Cooper - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 2:02 PM Subject: How to handle an