Does anyone out there have a good method for server-side form validation that incorporates nicely with Fusebox 4+? It seems like there could be a nifty class...
My email form does some input validation. Download the complete application here: http://www.clevernet.biz/fusebox-feedback-module.htm Ted Stresen-Reuter...
I usually do server-side form validation like so... 1) make a form as its own dsp, i.e. dsp_form contains <form ... >controls here</form>. 2) Each form control...
... I think the XML controller is largely a balancing act between not having enough logic "up-front" and being too verbose. I've taken to something like the...
... If only it were so simple! Unfortunately such an approach is not thread-safe. The code I have been working on should work, but has been exhibiting some...
... At this point I'd be happy with something that that was 85% ready... so long as it runs on all the servers that the Beta3 doesn't, that'd be good enough to...
... It might be best to just put a fat warning somewhere saying that your fusebox application will be unreliable on FAT and NFS file systems since those are...
Changelog: * Added branching logic into fuseboxApplication->compileRequest that looks for php version ($_fba->scriptVersion if you want to access it) and...
... I'd like to submit this to Sean as ready for Fusebox.org/downloads. Any feedback? Has anyone tried the skeleton app yet? the LetsMakeADealv5 app? Has...
I just tried out the new core files, using PHP 5, and I got the error: *Parse error*: parse error, unexpected ';', expecting T_CATCH in *c:\documents and...
... Wait a minute, are you paraphrasing here? or is this really what your parsed file looks like? Isn't it missing verb instructions? There should at least be...
Hi Andrew, thanks for the feedback, I wasn't sure if this would work or not, CF's FB5 has <cftry> around the parsed fuseaction whether there's an exception...
That's the entire thing. The two fuseactions listed are completely empty, like <fuseaction name="connect"></fuseaction>, so I think that behavior is normal....
Hi Michael, I'm not sure but it's possible that {$attributes['page']} is being handled by the include verb. It could be looking for an extension in the string...
I'm finally getting around to plugging FB/PHP5 into my app now, and after figuring out how to access 'fuseactionVariable' by asking $myFusebox for the...
Try downloading the RC again, this was addressed after Andrew's bug report. In the CF version Sean has try/catch around the parsed fuseaction whether there's a...
Thanks, Mike. I had grabber RC1 from SourceForge, so I guess that hadn't been updated yet. I'll stick to this groups Files section going forward. :-) Next...
Yup, that fixed it. So, as I understand it, when it outputs the error message, it evaluates my string. But, internally, its adding as extra .xml to my string...
... Near as I can tell, udf_XMLUtils.php is included at only one point (via require_once()) in the reload() method of the FuseboxApplication class. Is this a...