NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sabra on December 21, 2010, 01:04:30 PM

Title: When to tick send new value to server
Post by: sabra on December 21, 2010, 01:04:30 PM
I'm serious confused on when to tick this value on and when to use add server code. Do i have to tick send new value IF i have code attached?
The reason for asking this is that i have two drop fields and two browses on a memory file driven form and that the reset functions do not work (anymore) , although i see that e.g. the browse receives a new filter (session value). Also hide and unhide the second drop field (condition p_web.gsv('sv_filter') <> 'C' ) does not work (anymore)

5.06 / 90.56

Cheers Walter
Title: Re: When to tick send new value to server
Post by: kevin plummer on December 21, 2010, 02:36:02 PM
Yes. If you have server side code you need this ticked. Add a debug point to your server side code to see if it is being triggered eg p_web._trace('Server side code running')
Title: Re: When to tick send new value to server
Post by: Bruce on December 21, 2010, 10:31:49 PM
If the window is not updating then most likely the stuff coming back is not xHtml compliant.

To see what's happening, run firefox, with firebug, and open the "console" window.
Change a drop-down and see if a packet comes back to the server (it'll appear in the console).
then click on the XML tab of the reply to see if the reply is valid xml.

cheers
Bruce