// Set the segment attribute.
pattributes.setSegment(attributes.getSegment());
// Setup the fragmentation state for the form
try {
pageContext.updateFormFragmentationState(form);
}
catch (LayoutException le) {
throw new PAPIException(exceptionLocalizer.format(
"form-fragmentation-update-failure"));
}