@DbCommand("Domino"; "ViewNextPage") or @DbCommand("Domino"; "ViewPreviousPage") on the WEB

Hi Guys,

am getting frustrated here… why is it that the following commands on the web prompts me to login:

@DbCommand(“Domino”; “ViewNextPage”) or @DbCommand(“Domino”; “ViewPreviousPage”)

the follwing are okay though

@Command([ViewExpandAll]) and

@Command([ViewCollapseAll])

i already granted myself Manager’s access to the database and yet when i click on the Next Page or Previous Page which calls for (@DbCommand(“Domino”; “ViewNextPage”) or @DbCommand(“Domino”; “ViewPreviousPage”) it prompts me for a username and password. Another strange thing that i have noticed is that Domino attaches a strange text on the URL which goes something like this:

&Click=852565CA00522EA8.6f3c1f61d6af84d38525740f00458739/$Body/0.69C

For your info, i have recreated the database from scratch but still, am getting the same issue.

Please help me out, this is a very important project. Your inputs are highly appreciated.

Thank You

Subject: @DbCommand(“Domino”; “ViewNextPage”) or @DbCommand(“Domino”; “ViewPreviousPage”) on the WEB

Add an Anonymous entry in ACL with no access. Then login by your name and execute the same commands. Should work fine for all commands.