Hi everyone,
I figured out the XFA concept, and as usual, it's pretty simple once the
lightbulb went on.  In fbx_switch.a4d, simpley define a local variable (in
my case, $XFA_SubmitRequest.  Then in the form page that get's included, set
the action of the form to "/4dcgi/index.asp?fuseaction=<%
=$XFA_SubmitRequest %>"  This way I can use the same form action for all
forms, and set the actual fuseaction to perform in the fbx_switch file that
houses all the other case of logic; NEAT!

Mike

>>>>>>>>>>>>
Hi everyone
Has anybody working with Aparajita's fusebox implementation bumped into
XFA's?  I'm trying to Modify the case statement in the fbx_switch.a4d file,
to handle XFA's, but I'm not getting it.  the XFA is a way to improve code
reuse and allows different fuses to be executed from the same XFA.fuseaction
call, depending on the context.
>>>>>>>>>>>>

Reply via email to