Here is a test that fails:
Flash flash = new Flash();
flash["test1"] = "hello";
flash["test2"] = "hello2";
Assert.IsTrue(flash.HasItemsToKeep);  // This returns false!!

>From what I can gather it looks like this property is used internally
by monorail to find out if it needs to stick the Flash data in the
Session or not, so that is available to next request.

So, should HasItemsToKeep be changed to internal, how about Sweep() ?
Should Sweep be marked internal as well? According to the comment it
is called by the framework internally.

I came across this while looking at 
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-470.

Regards
John


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to