Is it possible to get attribute without setting the attribute in the previous page. the samething happend in one instance. i am sending part of the jsp code of these 2 files. plz help me here.
String accessAllow = (String) httpReq.getAttribute("accessAllow");
log.debug("accessAllow = [" + accessAllow + "]");
plz observe the accessAllow here and below i am sending the code in other jsp where this accessAllow is produced.
the tag used here is
<service:checkRightsOpt id="accessAllow" wkServiceId="view" rightsOwnerId="<%= userHelper.getPrimaryKey().getRightsOwnerId() %>"
resourceId="<%= docImg.getPrimaryKey().getResourceId() %>" getResourcesPredecessors="true" />
hope i my point is clear.