task #208
Ensure filtering works without JS
| Status: | New | Start date: | 12/10/2011 | |
|---|---|---|---|---|
| Priority: | Medium | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 0.4 |
Description
- search field:
- already works without JS, but JS is needed for "nice" URLs with slashes instead of ? and =.
- without JS, we don't have "nice" URLs and so the default/getUrl action doesn't see the search parameters
- 2 possible solutions
- fix default/getUrl
- add a sfFilter that detects "bad" URLs and redirects to a nicely formatted one when needed
- other filters
- they need JS in their current state, I don't think they can be used without
- we must be able to submit the form when JS is absent
- the "rewrite nice URLs" option might be needed otherwise we will end up with ugly URLs and potentially bugs