search for: by_type

Displaying 1 result from an estimated 1 matches for "by_type".

Did you mean: br_type
2006 Jan 25
1
If Param not set...
Hello all, I''m developing an application which allows users to browse items for sale... Using the url localhost:3000/browse/by_type/2 (2 is the id of the category they are in) Displays the information I want, however localhost:3000/browse/by_type/ will display an error page (becuase the id param is not set) in my by_type.rhtml view, how to i check to see if the param is set? and if not display a message? Also similar...