Unexpected error happened

	MonoRailException

	Message:
	Error building method arguments. Last param analyzed was id with value ''

		StackTrace:
	   at Castle.MonoRail.Framework.SmartDispatcherController.BuildMethodArguments(ParameterInfo[] parameters, IRequest request, IDictionary`2 actionArgs)
   at Castle.MonoRail.Framework.SmartDispatcherController.InvokeMethod(MethodInfo method, IRequest request, IDictionary`2 extraArgs)
   at Castle.MonoRail.Framework.ActionMethodExecutorCompatible.Execute(IEngineContext engineContext, IController controller, IControllerContext context)
   at Castle.MonoRail.Framework.Controller.RunActionAndRenderView()
	
		Inner exception:
			BindingException

	Message:
	Exception converting param 'id' to System.Guid. Check inner exception for details

		StackTrace:
	   at Castle.Components.Binder.DataBinder.BindParameter(Type desiredType, String paramName, CompositeNode treeRoot) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DataBinder.cs:line 134
   at Castle.MonoRail.Framework.SmartDispatcherController.BuildMethodArguments(ParameterInfo[] parameters, IRequest request, IDictionary`2 actionArgs)
	
		Inner exception:
			BindingException

	Message:
	Conversion error: Could not convert parameter with value 'Skateline-Peninsular-Plaza20080323' to expected type System.Guid

		StackTrace:
	   at Castle.Components.Binder.DefaultConverter.ThrowInformativeException(Type desiredType, Object input, Exception inner) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DefaultConverter.cs:line 132
   at Castle.Components.Binder.DefaultConverter.Convert(Type desiredType, Type inputType, Object input, Boolean& conversionSucceeded) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DefaultConverter.cs:line 96
   at Castle.Components.Binder.DataBinder.ConvertLeafNode(Type desiredType, LeafNode lNode, Boolean& conversionSucceeded) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DataBinder.cs:line 655
   at Castle.Components.Binder.DataBinder.ConvertToSimpleValue(Type desiredType, String key, CompositeNode parent, Boolean& conversionSucceeded) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DataBinder.cs:line 681
   at Castle.Components.Binder.DataBinder.BindParameter(Type desiredType, String paramName, CompositeNode treeRoot) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DataBinder.cs:line 126
	
		Inner exception:
			FormatException

	Message:
	Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

		StackTrace:
	   at System.Guid..ctor(String g)
   at Castle.Components.Binder.GuidConverter.Convert(Type desiredType, Type inputType, Object input, Boolean& conversionSucceeded) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\GuidConverter.cs:line 39
   at Castle.Components.Binder.DefaultConverter.Convert(Type desiredType, Type inputType, Object input, Boolean& conversionSucceeded) in d:\Development\Castle\Components\Binder\trunk\src\Castle.Components.Binder\DefaultConverter.cs:line 86