Before a widget system is implemented, a textfield widget is needed so that a multiple select may be put into one and a parser set (comma delimited parser).
This could be hardcoded by adding a widget="" attribute to a param. |
|
Comment by bayard [ Thu, 3 Feb 2005 22:35:38 -0800 (PST) ] |
| Hack implemented. Needs testing. |
|
Comment by bayard [ Fri, 4 Feb 2005 15:01:54 -0800 (PST) ] |
Painful to have to hack. Ended up seeing hacks in two places:
1) A hack so that a widget plugin system appears to exist.
2) A hack into the servlet to handle the confusion over getParameter and getParameterValues. If there's only 1 item, it is placed singularly and code that expects an array needs to wrap it. |