One of the pages in my application is a list of students. This list can get
quite large. When a user has finished modifying information about a
particular student (on another page) I would like the list redisplayed
scrolled to the student that was edited.

I have set up the jsp page such that there are <a name="nnn">Bloggs,
Joe</a> entries for each student where nnn is the student id. In my action
class at the point I am ready to return an ActionForward back to the list
page I know the student id I want to go back to in the list.

How do I code the actionforward so that the specified anchor is reached?

This is the same as specifying whatever.html#nnn on the URL or <a
href="whatever.html#nnn> in a page.

I have tried appending #nnn to the path of the ActionForward but this
doesn't work. How do I do this?

Thanks,

Andrew

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to