Bug 268259 - Add validation function in parameter group
Summary: Add validation function in parameter group
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Birt-Report-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2009-03-11 22:54 EDT by Sissi Zhu CLA
Modified: 2009-03-16 03:23 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sissi Zhu CLA 2009-03-11 22:54:36 EDT
It's an enhancement. Suggest to add validation function for parameter group, user could validate the parameters in one parameter group, that's a very common use case. Now we only support validation for one parameter.

build version:2.5.0.v20090311-0630
Comment 1 Rick Lu CLA 2009-03-12 00:55:04 EDT
Do we have any issue to add validate() methods in ParameterGroup? CascadingParameterGroup is a sub-class of ParameterGroup.
Comment 2 Wei Yan CLA 2009-03-12 00:57:24 EDT
can the user validate multiple parameters in the validation of last parameter?

If so, should we still need to implement this enhancement?
Comment 3 Sissi Zhu CLA 2009-03-12 01:22:47 EDT
(In reply to comment #2)
> can the user validate multiple parameters in the validation of last parameter?
> If so, should we still need to implement this enhancement?

It seems that add validation of the last parameter works. But user don't know the trick.
Comment 4 Rick Lu CLA 2009-03-13 01:51:52 EDT
(In reply to comment #3)
> 
> It seems that add validation of the last parameter works. But user don't know
> the trick.
> 

If this works out, don't need to add validation in parameter group. Otherwise, it needs changes in all Model, UI and Engine sides.