Bill Conlon wrote:

I think my basic programming model needs to change, so that the working code ALWAYS uses variables. We would need a code snippet at the top of each TAF that created variables with the same names as the arguments. [Ideally the app server would be optimized so variables created this way used a handle or pointer to the underlying argument data, rather than being copied].


Bill,

Remember the demonstration i did on eRube at the conference. That's one of the most important parts of the form handling engine in my opinion. convertiing all args to locals and always working with locals in the code makes life very easy.

/John

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to