Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Restrict access to page

Engaged ,
Dec 16, 2007 Dec 16, 2007
CS3. A page with a form, an insert record behavior, a restrict access to page behaviour, and a recordset (accessed by a session variable) which is used to supply hidden files with some (but not all) default info for the insert record.
When the submit button is pressed, instead of updating the data, the user is diverted to the page specified by the restrict access to page behavior.
Remove this behavior and everything works like clockwork.

Has anyone come acreoss this before?
TOPICS
Server side applications
392
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 17, 2007 Dec 17, 2007
Does this occur when you are testing the page? Usually this will happen
when you are not actually logged in to the site.

Just a thought.

Chris
whatalotofrubbish wrote:
> CS3. A page with a form, an insert record behavior, a restrict access to page
> behaviour, and a recordset (accessed by a session variable) which is used to
> supply hidden files with some (but not all) default info for the insert record.
> When the submit button is pressed, instead of updating the data, the user is
> diverted to the page specified by the restrict access to page behavior.
> Remove this behavior and everything works like clockwork.
>
> Has anyone come acreoss this before?
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Dec 17, 2007 Dec 17, 2007
LATEST
No. It happens on line and off line. As a temporary fix, I deleted the restrict access behaviour, but I will need to sort it just in case.

Luckily any attempt to access the page direct causes a http 500 error, so its pretty safe. Is there a need to protect an insert record page?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines