a- Used pageContext.REQUEST_SCOPE when invoking pageContext.setAttribute()
b- Replaced 'pageContext.getAttribute()' invocations with 'pageContext.findAttribute()'
This was done to allow Jaffa widgets to be spread across multiple JSPs in template environmnents like the TILES framework. This would allow us to paint the FormTag in a Layout JSP and the widgets in the inner Tile JSP.