<br>I need access to the CmsJspActionElement because i need access to HttpServletRequest, HttpServletResponse and PageContext.<br><br>T<span id="result_box" class="short_text" lang="en"><span title="Haz clic
 para obtener otras posibles traducciones" class="hps">o access these</span>
 <span title="Haz clic para obtener otras posibles traducciones" class="hps">objects</span> <span title="Haz clic para obtener otras 
posibles traducciones" class="hps">I need</span></span> the CmsJspActionElement ...<br><br><br>Alejandro,<br><br>> I need get the CmsJspActionElement from a function.<br>><br>> In this function i have access only to the CmsObject,<br>
> I_CmsXmlContentValue and CmsXmlContentErrorHandler.<br>><br>> Is there some way from those objects, to get the CmsJspActionElement?<br><br><br>To get a CmsJspActionElement , you need the pagecontetxt, request and<br>
response, therefore you only get it in a JSP.<br><br>But why do you need it? The CmsJspActionElement  is ment to give you<br><br>1) Access to the CmsObject<br>2) Access to the RequestContext<br>3) Access to methods similar to the taglib (include, like, etc)<br>
<br>You already have a CmsObject, so, there is no need for 1 and 2.<br>All methos from 3) only make sense if you are in a JSP - and if you are<br>in a JSP you can get the CmsJspActionElement  ....<br>