// Find the point.
DataPointVO dataPointVO = getDataPointVO(view, xid);
// Add the point to the view
int id = view.addPoint(dataPointVO, raw, disabledValue, time);
// Add the id for the point to the page context.
pageContext.setAttribute("componentId", id);
return EVAL_BODY_INCLUDE;