When I do #flash.get(name=“info”, default="")# I get an error " info not found in flash scope. Valid keys are ."
This however works #flash.get(“info”,"")#
I believe the default value should kick in if the variable does not exist in flash so this looks like a bug.