In the file dsp_loginForm.a4d, what does this line do?

<string name="err" scope="attributes" optional="yes" comments="1 if login
invalid" />

Even though I remove all of the code in <io>…</io>, this code works

       <%set collection($attributes;"creator";"asd")%>
       <%set collection($attributes;"DTS";timestamp)%>

because those values display on the page when this code runs

<%a4d.debug.dump collection($attributes)%>

Is $attributes created on the fly OR is it created somewhere else in the
demo?

A tutorial would be very helpful.
A tutorial would be very helpful.
A tutorial would be very helpful.
A tutorial would be very helpful.
A tutorial would be very helpful.
A tutorial would be very helpful.
A tutorial would be very helpful.

In fbx_switch.a4d, it appears that locals are assigned values and then are
declared as locals in an include page.

Specifically"
$XFA_onSuccess := $XFA_appHome
$XFA_onFailure := '$fusebox{"circuit"}.main'

include("act_processLogin.a4d")

And then inside act_processLogin.a4d,
<string name="$XFA_onSuccess" />
<string name="$XFA_onFailure" />

This is kosher?


--
Douglas von Roeder
Hobbs Herder Advertising
949-515-5564

http://www.hobbsherder.com
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to