Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jsf
AgeCommit message (Expand)AuthorFilesLines
2008-02-19[219484] - Fix service versionv200802201120R1_0_2R1_0_maintenancersrinivasan2-2/+2
2008-02-19[219484] Reverting code to the released version. These changes were not rele...rsrinivasan2-10/+5
2007-11-14Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=209734: Add the compone...cbateman1-0/+1
2007-10-19[206541] java.lang.NullPointerException occurs in JSFFacetInstallDataModelPr...gkessler1-5/+9
2007-10-04[204399] NPE in MetadataContextResolver.getPropertyValue(...)gkessler1-13/+8
2007-10-04[204111] Uninstalling JSF facet corrupts the Java Build Pathgkessler1-6/+11
2007-09-21Fix for PMC approved https://bugs.eclipse.org/bugs/show_bug.cgi?id=204203.cbateman1-0/+4
2007-09-18Fix for PMC approved bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=203145cbateman8-272/+466
2007-09-17PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=198730.cbateman1-2/+2
2007-09-12PMC approved 2.0.1 stream fixes:v20070912cbateman4-36/+141
2007-09-12Fixing Manifest versionrsrinivasan10-10/+10
2007-09-11Fix for bug# 202869.itrimble1-1/+1
2007-09-11[202537] Failing JUnit tests on Linux Build machinegkessler2-81/+20
2007-09-10Fixed missing package export.cbateman1-0/+1
2007-09-10Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.cbateman3-0/+342
2007-09-06This commit was manufactured by cvs2svn to create branch 'R1_0_maintenance'.rsrinivasan30-2020/+0
2007-09-06[194927] issues with faces servlet mapping when running on servergkessler1-5/+7
2007-09-05fix for failing JSF JUnits wrt resourceBundles on linux build machine. Prob...gkessler5-22/+27
2007-09-05(Possibly) temporary check-in to diagnose build issue with resource bundles. ...gkessler4-11/+19
2007-09-04[194919] JSF facet removes existing Faces Servlet mappingsgkessler3-21/+68
2007-09-04Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199295.cbateman51-789/+2112
2007-08-30[198999] JSF does not ask server/runtime about classpath entriesgkessler6-7/+112
2007-08-30[200719] validation error if the attribute value has "%" +gkessler6-5/+197
2007-08-27[200932] JSF Content assist throws NPE for action attribute if project doesn'...gkessler1-5/+6
2007-08-27Partial fix for critical part of https://bugs.eclipse.org/bugs/show_bug.cgi?i...cbateman1-0/+4
2007-08-24Adds .xhtml to the extensions that are loaded using the Faces Servlet. This ...cbateman1-1/+2
2007-08-24Minor optimization: change new Number to Number.valueOf idiom to reduce unnec...cbateman4-12/+12
2007-08-21Fix to make hashCode and equals work correctly to contract.cbateman1-2/+5
2007-08-21Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=197042. See bug for de...cbateman3-13/+34
2007-08-21Fixed some missing JavaDoc warnings.cbateman1-4/+12
2007-08-21Added static log function.cbateman1-0/+7
2007-08-21Added missing TagIdentifier's for core and html tags.cbateman1-1/+170
2007-08-21[200592] ClassCastException when trying to edit panelGrid propertiesgkessler1-10/+7
2007-08-17[200379] Error creating JSF Facetgkessler1-4/+4
2007-08-17[200379] Error creating JSF Facetgkessler8-756/+551
2007-08-15Comment only change. Add javadoc.cbateman1-0/+3
2007-08-15Small fix to prevent NPE in releasing the processor when the correct model ty...cbateman1-5/+7
2007-08-10Manifest updates to allow page designer tests plug-in full access to various ...itrimble2-7/+7
2007-08-10Fix for bug #199304.itrimble1-3/+2
2007-08-07Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=196760 plus additional ...cbateman3-61/+84
2007-08-07Fix forhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=195867.cbateman1-28/+109
2007-08-06Added cleanup code for when a bundle source is deleted and added regression t...cbateman1-28/+44
2007-08-06Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=196452.cbateman1-24/+39
2007-08-01JUnits for coverage in MD and JSF Lib Reg areas.gkessler12-56/+143
2007-07-27[195116] Adding JSF-Facet to existing project throws NPE.gkessler2-19/+39
2007-07-27Defaulting to use JSF 1.1 facet version. Partial fix for 124428.gkessler2-0/+34
2007-07-27Externalized display labels for JSF taglibsgkessler4-27/+54
2007-07-27[197552] Uses clause in org.eclipse.jst.pagedesigner bundlegkessler1-36/+7
2007-07-17Type variable support.cbateman1-4/+9
2007-07-17Added type variable coverage.cbateman1-3/+17

Back to the top