// =-=AdamWiner: this isn't correct - these
// parameters should be added by the components that need
// them, not globally by the form control
if (isPIE)
{
formData.addNeededValue(XhtmlConstants.SOURCE_PARAM);
formData.addNeededValue(XhtmlConstants.EVENT_PARAM);
formData.addNeededValue(XhtmlConstants.PARTIAL_TARGETS_PARAM);
formData.addNeededValue(XhtmlConstants.PARTIAL_PARAM);
}
else