Menu

Source Commit Log


Commit Date  
[r315] by gautamj

Modified the getStatement() method to get a Statement object from a connection, using the default settings - TYPE_FORWARD_ONLY and CONCUR_READ_ONLY. This will be much more effecient than the previous code which was using the TYPE_SCROLL_INSENSITIVE and CONCUR_UPDATABLE settings

2003-08-20 22:52:52 Tree
[r314] by gautamj

Replaced '(String) pageContext.getAttribute(TagHelper.ATTRIBUTE_FORM_NAME)' with 'TagHelper.getFormName(pageContext)'

2003-08-20 17:06:13 Tree
[r313] by gautamj

Made the following changes:
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.

2003-08-20 16:57:59 Tree
[r312] by gautamj

Added a bug-fix on behalf of JonnyR

2003-08-19 20:48:43 Tree
[r311] by gautamj

Fixed to stop javascript errors on mouseOver events for the tooltip when page hasn't finished loading

2003-08-19 00:33:43 Tree
[r310] by gautamj

Documents the differences between Struts and Jaffa

2003-08-18 20:38:56 Tree
[r309] by gautamj

This file will be a running log of all the changes being made to JAFFA since version 1.2

2003-08-15 22:21:47 Tree
[r308] by gautamj

Added error message for ComponentExpiredException

2003-08-15 22:19:18 Tree
[r307] by gautamj

This exception is thrown by the PortletFilter, when an invalid componentId is passed in the request stream

2003-08-15 22:15:02 Tree
[r306] by gautamj

A ServletException will now be thrown instead of forwarding to a hard-coded error JSP

2003-08-15 22:14:18 Tree
Older >
MongoDB Logo MongoDB