Joseph, I removed the form tag import completely (since it's not needed and wrongly put into the "view" prefix). I'm wondering if that was causing the error or not on Railo. You can either update to head or just delete that form cfimport in that view and retest.
When I get a chance I'll pull down Railo and test. This isn't the first time Mach-II has been caught out by a Railo bug (however there code base is much newer than something like OpenBD -- so it's really not any fault of their own). Hopefully we can resolve this soon. Best, .Peter Joseph Lamoree said the following on 12/08/2009 09:45 AM: > Just to be sure I had the correct configuration, I started from > scratch: > > Downloaded Raily 3.1.2 (railo-3.1.2.001-railo-express-macosx.zip) > Configure DSN; set Security Access = open (read) > svn co https://greatbiztoolsllc.svn.cvsdude.com/mach-ii/framework/1-8-0/trunk > MachII > svn co https://greatbiztoolsllc.svn.cvsdude.com/mach-ii/dashboard/1-1-0/trunk > MachIIDashboard > CVSROOT=:pserver:anoncvs:[email protected]:/ > coldspring cvs co coldspring > svn co http://svn.riaforge.org/transfer/transfer/trunk transfer > for D in admin model taglib tests webapp; do ln -s ~/Projects/ > Workspace/MRI/trunk/src/$D .; done > > When I opened my application, it loaded properly. When I opened the > MachII Dashboard, I got the error described yesterday. > > To be fair, I pulled down the nightly build of Open BlueDragon > Ready2Run (the version named jetty-openbd.zip, heh). I don't know why, > but that worked fine (after explicitly starting Jetty with Java 6 and > 256Mb heap). > > It's not clear to me why there would be a problem in this specific > code with Railo. I still do wonder why the same name prefix for both > the view and form taglibs is used though. > > -joseph > > -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
