Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jsf
AgeCommit message (Expand)AuthorFilesLines
2007-03-15Fix 031207 IBuild problems - update build.properties for metadata folder, etc.gkessler3-4/+43
2007-03-12Metadata-driven tag converter updates.v20070312itrimble10-42/+688
2007-03-10Removed a couple of Java5 language things causing compile problems in buildgkessler1-3/+3
2007-03-09[159078] JSFContentAssistProcessor should not use finalize() to dispose of SW...v20070309gkessler1-14/+9
2007-03-09Ensuring only single instances of IMetaDataLocator and IDomainSourceModelType...gkessler6-20/+85
2007-03-05Fix for floating child components toolbar broken by metadata-driven ITagConve...itrimble1-1/+6
2007-03-05Completed metadata for all JSF core tags.itrimble1-0/+224
2007-03-05Call ITagConverter.dispose() on ElementEditPart.deactivate().itrimble1-0/+3
2007-03-01Fix for Bugzilla Bug 175923itrimble1-1/+2
2007-03-01[174679] Message in error log on clean install and workspacegkessler1-1/+3
2007-03-01[175977] Error removing and adding JSF Facets on an imported web projectgkessler1-3/+2
2007-03-01Null URI checkgkessler1-1/+4
2007-03-01Added metadata support for f:loadBundle tag.itrimble2-0/+170
2007-02-28Add support for defining non-visual tags in metadata.itrimble14-179/+490
2007-02-28Additional validaton of locale's, JSF API by version and managed beans.cbateman7-85/+323
2007-02-28Page validation for simple tag containment constraints.cbateman4-3/+141
2007-02-28Export bundle options on new packages.cbateman1-1/+6
2007-02-28Support for tag sets, mapping, constraints and matching algorithms.cbateman6-0/+356
2007-02-28Refactor for moving IJMTConstants out to ITLDConstants in core.cbateman72-157/+157
2007-02-28Refactoring to move CMUtil, TagIdentifier and ITLDConstants out to core and c...cbateman39-125/+116
2007-02-28Move TagIdentifier to common.cbateman1-0/+104
2007-02-28Move tag identifier and tld constants to core.cbateman6-147/+83
2007-02-28Move CMUtil to core.cbateman1-7/+19
2007-02-28Added basic containment validation meta-data for core tags.cbateman4-5/+211
2007-02-28Adds containment constraint meta-data trait type.cbateman17-0/+2157
2007-02-28New concept of Axiomatic Set's. Extends java.util.Set to include axiomatic o...cbateman9-0/+533
2007-02-28Added a SetGenerator trait type that can be used in future to provide an algo...cbateman13-668/+1212
2007-02-28Minor cleanup.itrimble1-9/+2
2007-02-28Significant refactoring of VPD palette and tag creation code to use new metad...gkessler144-2553/+8369
2007-02-27Tiny fix to remove extra (yet harmless) closing braces in a few places.itrimble1-3/+3
2007-02-27Update to use DTManager to get tag converters, allowing metadata files to con...itrimble5-6/+17
2007-02-27Refactoring of DTManager-related tag converter/decorator code from ...pd.jsf....itrimble35-464/+341
2007-02-27Work that begins to allow use of DTManager to get tag converters.itrimble2-1/+85
2007-02-23Javadoc comment updates. Added initial DTInfo metadata file for JSF HTML lib....itrimble9-30/+396
2007-02-23build notesrsrinivasan1-2/+2
2007-02-23Build notesrsrinivasan2-1/+37
2007-02-22DTInfo (design-time information) and metadata-provided tag conversion and dec...itrimble35-7/+5114
2007-02-21[174707] Temp Fix: Remove Web Page Editor as deafult JSP/HTML page editorgkessler1-2/+2
2007-02-20Minor tweaks.itrimble1-3/+3
2007-02-14Add DT tag converter support for f:verbatim, h:inputSecret, h:inputTextarea, ...v20070214itrimble5-25/+91
2007-02-13[Bug 173941] Validation of converter attribute is brokengkessler7-11/+28
2007-02-13Javadoc updates.itrimble17-1/+362
2007-02-13Resolve f:loadBundle-supplied values for h:outputText and h:outputLabel.itrimble2-24/+55
2007-02-13Javadoc updates.itrimble5-0/+113
2007-02-12Some fixes for the broken edit providers for managed beans.cbateman10-135/+187
2007-02-09Move decorator-specific code from tag converter.itrimble2-15/+21
2007-02-09Fixed the hint label on the drop strategy so it no longer resizes the canvas ...cbateman6-22/+23
2007-02-09Fix issues with creation of elements on wrong document instance.itrimble8-42/+73
2007-02-09Added logic to h:outputText and h:outputLabel decorators to add non-visual ch...itrimble1-0/+2
2007-02-08Added logic to h:inputText decorator to add non-visual child elements to list...itrimble2-1/+16

Back to the top