Hello Jon, > Is there a reference I am missing?
https://github.com/castleproject/Castle.MonoRail-READONLY/blob/master/Changes.txt#L282 it seems it has been removed you might be able to replace the behaviour in two ways: * remove the parameter, and manually extract value from Flash dictionary * write your own binder attribute which is not a difficult task, you can look for other binder attributes implementing IParameterBinder: https://github.com/castleproject/MonoRail/blob/master/MR2/src/Castle.MonoRail.Framework/Attributes/JSONBinderAttribute.cs > Also, which set of documentation is considered most up to date? the docs.castleproject.org is the place for up to date information and place for contributions, one of the admin of the doc wiki should be able to give you proper credential to avoid the staging of your contributions (which avoids the wiki getting spammed) On Dec 24, 7:38 pm, Jon Sabo <[email protected]> wrote: > Hi everyone, > > I am new to the Castle project and working through the MonoRail+AR > walkthrough here: > > http://docs.castleproject.org/Default.aspx?Page=Integrating-with-Acti... > > and here:http://www.castleproject.org/monorail/gettingstarted/crud.html > > In the Edit controller description it mentions a FlashBinder attribute > that I cannot find. Is there a reference I am missing? > I found this thread from 2008 that had a similar > issue:https://groups.google.com/group/castle-project-devel/browse_thread/th... > > Also, which set of documentation is considered most up to date? The > ones in docs.castleproject.org or on the root? I've found some > inaccuracies I'd like to submit corrections for but I'm not sure of > the process. > > Thanks, > Jon -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. 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/castle-project-users?hl=en.
