NavigFormTag
that is the handler class for the "dataForm" tag.dataForm
tag.ResultManager
or when a DetailManager
is the director tag, that is the grid is the target of listing of main data related to an entity or
when grid data are related to details of a parent entity instance, it makes the rendering.ResultManager
, this class doesn't
collect column orders and orientations as attributes because at the time of
the first processing by the jsp container the dbms inquiry has been already
done and there the order must have been caught by the code: (the application
must invoke ShrController.addDetailsAttribute(java.lang.String, com.sprhibrad.framework.service.IShrService, java.lang.String, T, org.springframework.web.servlet.ModelAndView, javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
in its override of addDetailsAttributes(org.springframework.web.servlet.ModelAndView, T, javax.servlet.http.HttpServletRequest)
),
so that, here, those two attribute are already known and the delegated
renderer gets them from the request object.