This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-71] Temporary widget hack
Created: Thu, 3 Feb 2005 13:16:58 -0800 (PST)  Updated: Fri, 4 Feb 2005 15:01:54 -0800 (PST)

Status:Closed
Project:ReportRunner
Component/s:Web Wizard
Affects Version/s:0.4
Fix Version/s:0.4

Type:TaskPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
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.