| org.apache.myfaces.component.html.ext.AbstractHtmlDataTable | Line |
|---|
| temporarily support fully-qualified ext. dataTable attribute names. | 1409 |
| temporarily support fully-qualified ext. dataTable attribute names. | 1438 |
| org.apache.myfaces.custom.calendar.HtmlCalendarRenderer | Line |
|---|
| move this to HtmlRendererUtils in shared | 109 |
| does this mean the target date is set to todays date? And how does this affect the "required" property? ((EditableValueHolder) component).setSubmittedValue(""); } | 1165 |
| org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanelRenderer | Line |
|---|
| apply styles from the parent element to this DIV | 86 |
| org.apache.myfaces.custom.dojo.DojoUtils | Line |
|---|
| move this non neutral code into the resource handler HttpServletRequest request = (HttpServletRequest) context.getExternalContext().getRequest(); | 439 |
| move this non neutral code into the resource handler | 457 |
| org.apache.myfaces.custom.htmlTag.HtmlTagRenderer | Line |
|---|
| Use HtmlRendererUtils.renderHTMLAttributes(writer, component, HTML.COMMON_PASSTROUGH_ATTRIBUTES); | 64 |
| org.apache.myfaces.custom.inputHtml.InputHtmlRenderer | Line |
|---|
| Enable multiple editors on one page | 59 |
| Fix i18n (check the kupustart_form.js) | 60 |
| Finish Disabled mode. | 61 |
| Automatic Fallback for non kupu capable browsers (Safari, smartphones, non javascript, ...). | 62 |
| Make Image & Link Library work. | 63 |
| Allow disabeling of tag filtering | 64 |
| Fix height while zoomed | 65 |
| Handle fallback="auto" | 82 |
| Fix this by supporting multiple inputHtml per page. | 97 |
| Make this work (reference available images, ...). | 359 |
| Enable | 555 |
| Enable | 556 |
| Check as last parameter has been removed. | 599 |
| org.apache.myfaces.custom.jslistener.JsValueChangeListenerRenderer | Line |
|---|
| this should be refactored to register a javascript-event-wrapper the java-script way in the current version of AddResource, this would not work anymore | 150 |
| org.apache.myfaces.custom.tabbedpane.AbstractHtmlPanelTabbedPane | Line |
|---|
| Document this component. | 43 |
| This should be something like this: | 175 |
| org.apache.myfaces.custom.tree2.UITreeData | Line |
|---|
| change to an own exception | 368 |
| org.apache.myfaces.dateformat.DateFormatSymbols | Line |
|---|
| move these vars out of this "constant" class. | 71 |
| org.apache.myfaces.dateformat.SimpleDateFormatter | Line |
|---|
| support minimumDaysInWeek property. Currently, assumes this is set to 4 (the ISO standard). <p> | 267 |
| maybe this adjustment could be made while parsing? | 804 |
| when formatting, should literal chars really just cause skipping? | 1038 |
| org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer | Line |
|---|
| Check here for getSubmittedValue. Look at RendererUtils.getValue | 267 |
| we must cache this Set! | 417 |
| org.apache.myfaces.renderkit.html.util.DummyFormUtils | Line |
|---|
| Optimize saveSerializedView call, because serialized view is built twice! | 145 |
| org.apache.myfaces.renderkit.html.util.ReducedHTMLParser | Line |
|---|
| implement this properly in compliance with spec | 191 |
| implement this properly in compliance with spec | 239 |
| should we consider a string to be terminated by a newline? that would help with runaway strings but I think that multiline strings *are* allowed... | 257 |
| detect newlines within strings and increment lineNumber. This isn't so important, though; they aren't common and being a few lines out in an error message isn't serious either. | 261 |
| Handle case where the DOCTYPE includes an internal DTD. In that case there *will* be embedded < chars in the document. However that's very unlikely to be used in a JSF page, so this is pretty low priority. | 430 |
| handle "-- >", which is a valid way to close a comment according to the specs. | 485 |
| org.apache.myfaces.tomahawk.util.ExternalContextUtils | Line |
|---|
| This class is a copy of org.apache.myfaces.commons.util.ExternalContextUtils | 31 |
| org.apache.myfaces.tomahawk.util.RequestType | Line |
|---|
| This class is a copy of org.apache.myfaces.commons.util.RequestType | 22 |
| org.apache.myfaces.webapp.filter.ServeResourcePhaseListener | Line |
|---|
| in portlet 2.0 (JSR-286), we will write the resource to the stream here if we get a resource-request (resource-requests are only available in 286) | 78 |