Solved
how to maintain page scroll position in form when onsubmit
I am using the blog page and when I feed a comment I see that it is calling
/libs/collab/commons/ components/comments/formular. html.jsp
My problem is that when comment is submitted with an error (fileds not filled that onsubmit javascript method returns a false)
the scroball always goes to the top instead of staying at the same position where it is .
Please let me know how to solve it
The form I am using
<form onsubmit="return false;" method="POST" name="comment" enctype="multipart/form-data" class="comment" > ... </form>