History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TRAILS-159
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alejandro Scandroli
Reporter: Alejandro Scandroli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Trails

The search component do not bind the field values to anything, so the input data is kept (and lost) in each search block.

Created: 04/Jul/08 04:05 AM   Updated: 12/Jul/08 12:25 PM
Component/s: trails-hibernate
Affects Version/s: 1.2.0, 1.1.1
Fix Version/s: 1.2.0

Time Tracking:
Not Specified

File Attachments: 1. Text File TRAILS-159_20080704.patch (7 kb)



 Description  « Hide
Rewrite the search blocks to bind the fields to a model in the main page.

This was originated in http://www.nabble.com/list-%2B-search-to18196519.html



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alejandro Scandroli - 04/Jul/08 04:23 AM - edited
Patch attached. This patch is still somehow a hack, mainly because I don't like to brutally force a "model" property in HibernateListPage, but it works as a quick workaround until I found a better way to do it.

BTW, this patch (TRAILS-159_20080704.patch) is for 1.1.1


Alejandro Scandroli - 12/Jul/08 12:25 PM
fixed in changeset 947.
I figured out how not to force a "model" in the ListPage
There is an usage example in AppleList in the "simple" example.