Hi all,
I still seem to be missing something since upgrading to v4. I am changing
most of the SendFuseaction calls to redirects using the technique in the
Active4D demo, that is creating a query string via:
$query := a4d.web.collectionToQuery($attributes)
Then redirecting via:
redirect(fusebox.makeURL("DistrictInfo.ShowTeacherDetail"; $query))
I now get the following error:
Active4D error
Source Method Line
/C/Willsub/web/willsub/index.asp [main] 13
/C/Willsub/Active4D/fusebox.a4l fusebox.core 67
$fbx_long := split string($attributes{fusebox.conf.fuseaction}; ".";
$fbx_textArray)
Expecting a text expression.
I am basically sending the same data back to the form just to test that
things are being passed correctly. I commented out the redirect and did a
write($query) and it looks OK,(except for the ';' delimiter, but I
understand that is the new, preferred syntax).
If I revert back to my prior SendFuseaction such as:
$fusebox->SendFuseaction("DistrictInfo.ShowTeacherDetail"; new
collection("f_FName"; $attributes{"f_FName"};"f_LName";
$attributes{"f_LName"};[snip]...))
I get the following error:
Active4D error
Source Method Line
/C/Willsub/web/willsub/index.asp [main] 13
/C/Willsub/Active4D/fusebox.a4l fusebox.core 123
$fusebox{"thisCircuit"} := $fbx_reverseCircuitPath{$fbx_circuitName}
Expected a non-empty value.
I obviously have something amok, but I've been kicking this around for
awhile with no positive results. I've been through the docs and demo, but I
am in need of help to get over this posting, evaluating, and resending
problem.
TIA,
Mike Vogt
Millennium Data Services, Inc.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/