Hi there, 
        
The issue MR-ISSUE-518 was just created by Michel Grootjans (grootjans).
        
        Key: MR-ISSUE-518
        Summary: RedirectToAction doensn't support anchors
        Type: Improvement
        Importance: High
        
        Description:
        I'm using Castle Monorail with jQuery tabbed navigation.
When handling a controller action, I would like to redirect to a view, and 
control which tab is visible. Therefore, I'd like to have my controller 
redirecting to a specific anchor in a view, something along the lines of:
RedirectToAction("Edit", "id=1", "#roles"));
Resulting in the url:
http://localhost/MyApp/User/edit.rails?id=1#roles
However, the actual result encodes the # sign to %23
http://localhost/MyApp/User/edit.rails?id=1&%23roles=&;
Both on the forum and stackoverflow stated that I should submit this info here.
http://forum.castleproject.org/viewtopic.php?t=5106
http://groups.google.com/group/castle-project-users/t/2254ca9a951c0d
http://stackoverflow.com/questions/540830/monorail-redirect-to-anchor
        
For more, see 
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-518
 
        
--
donjon
by Castle Stronghold
http://www.castle-donjon.com



--~--~---------~--~----~------------~-------~--~----~
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