Hi, i need to create a user page that can search and add objects to a cart Step by step of how app should work: 1. User logins 2. on the side bar there is a search box where i search for objects and the objects are displayed on the side after the search is complete. then i add them to the cart which is in the main coloum. #side div # # main div # search # # cart # item1 # # item1 # item2 # # item3 total amt: Problem: because i am already log into a user page the address on the browser is stuck at the /panel/id of the user so when i try to use the side to search i get errors as the routing for user is being superseded by the side search routing. error Couldn''t find user without an ID Can rails do a search inside a userpage ? if so please tell me how thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---