Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
windows xp
Description
i am using myfaces datascroller in a project for displaying reports.
i am also providing a facility for searching within the displayed table.
every thing works fine if the query returns some data but if the query dosent return any data then the
error message is displayed twice.[because the form gets submitted twice]
i am setting the my custom error messages in facesContext.
i have noted that if i disable the datascroller by making
paginater="false"
then only one error message is displayed.but i need to use pagination.
could you please resolve this issue.
also by default the paginator is displayed to the left.I tried applying styles to make it display to the left but it gets displayed to right of the page only in internet explorer and fails in firefox