Monday, 15 September 2014

Access WebSphere CommandContext from scriptlet

The code snippet below is used to access CommandContext from a JSP scriptlet
<%
CommandContext commandContext= (CommandContext)request.getAttribute(ECConstants.EC_COMMANDCONTEXT );
 %> 

No comments:

Post a Comment