actionAttributes.setActive( "true" );
actionAttributes.setCaptionPane( inputAttributes.getCaptionPane() );
actionAttributes.setEntryPane( inputAttributes.getEntryPane() );
writer.openElement(actionAttributes);
writer.closeElement(actionAttributes);
if (logger.isDebugEnabled()) {
logger.debug ( "Submit input. For group "+ getFormName(pageContext)+" setting attribute _V" + vname + " to " + inputAttributes.getName() );
}
sessionMap.setAttribute(getFormName(pageContext), "_V"+vname, inputAttributes.getName());