|
iNamik WebFrames project v0.9 released.
WebFrames is a JSP Taglib that realizes the Composite View design pattern.
Changes (see 'VERSION.txt' for more information):
-
Moved build files to root directory to keep in line with best practices.
-
Updated documentation in TLD file to reflect new features.
-
Ability to define sections within a section who's content is a frame
or a file.
-
Ability to place default content for a section within the body of the
render tag for that section.
-
Added 'defined' tag to determine if a frame or section has been
defined.
-
Added 'notDefined' tag to determine if a frame or section has
not been defined.
|