2010/05/30

Javascript taglib handler

The core implementation is done. I also write several scripts to render the JSF tag: dataTable, GridPanel...
The detail APIs can be found in this page.

I also remove the taglib handler "XSLT Template", since it consume more resource and difficult to simulate the real output.
Next version will release after all testing complete.


2010/05/18

Version 1.5.1 release


  • [Requirement] Add support for selecting from end of node
  • [Requirement] Allow add/edit tag lib config for free edition
  • [Requirement] Add config: Spring html form tag lib
  • [Bug] Cursor does not move for some case
  • [Bug] Cursor move to wrong position when enable "Open editor for imported page"
  • [Bug] Import page does not render in some case
The end of node detection still have some problem due to browser limitation.

2010/04/19

Version 1.5.0 release


  • [Requirement] Add new option 'Output empty element's id', useful for GWT page design.
  • [Requirement] Add axes support in Define Xpath dialog
  • [Requirement] Add xpath in Modify element dialog
  • [Requirement] Press tab key could edit next cell in String External Wizard and Modify element dialog(for eclipse 3.3 or higher version)
  • [Requirement] Import handle can import workspace file. The imported page support tag.
  • [Bug] Cannot start String External Wizard
The taglib handler "XSLT Template" will be removed in future version. Please feedback if you do need it. Currently, I'm thinking about add another handler for complex tag lib rendering. The handler could execute custom java script developed by yourself and offer required information for rendering. Please let me know if you have any opinion. Thanks.