Page 1 of 1

state information.

Posted: Fri Apr 30, 2010 9:47 am
by gaurav.shetti
A small clarification.

I am using this is the export option
<EXPORT $strOrgFlag QUERY USEROK>

When i submit the form, the value for this flag is getting reset. Can you hint at what i am doing wrong.
This is the action i am performing while posting !
<form name="frmPeople" id="frmPeople" method="post" action="$urlroot/">

state information.

Posted: Fri Apr 30, 2010 10:17 am
by mark
if strOrgFlag is one of the form variables that will override the state because you've said "userok".

state information.

Posted: Fri Apr 30, 2010 10:21 am
by mark
But since you exported to query nothing special happens on import and the normal precedence rules kick in and query string overrides form post.
http://www.thunderstone.com/site/vortex ... e_and.html