| org.apache.myfaces.custom.clientvalidation.common.CVUtils |
Line |
| Replace uiinput with editablevalueholder |
109
|
| org.apache.myfaces.custom.conversation.SpringConversationScope |
Line |
| Is this valid? |
96
|
| when will this be called .. and should we close the conversation then? |
116
|
| org.apache.myfaces.custom.dialog.ModalDialogRenderer |
Line |
| What is the purpose of variable window._myfaces_currentModal? There doesn't appear to be anything that *reads* it... |
302
|
| What is the purpose of ${dialogVar}._myfaces_ok? Nothing appears to read it. |
305
|
| why is child component rendering delayed? |
362
|
| why are the rest of the child components not rendered here? is it so that subclasses of this component can insert stuff between the iframe and the normal children? |
414
|
| org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamic |
Line |
| Remove the need to include .get for the last part of the method expressions : getBytesMethod="#{graphicImageDynamicBean.upImage.getBytes}" |
58
|
| Make a similar download component to download files |
59
|
| Use shorter URLs |
60
|
| org.apache.myfaces.custom.outputlinkdynamic.AbstractOutputLinkDynamic |
Line |
| Remove the need to include .get for the last part of the method expressions : getBytesMethod="#{graphicImageDynamicBean.upImage.getBytes}" |
45
|
| Make a similar download component to download files |
46
|
| Use shorter URLs |
47
|
| org.apache.myfaces.custom.ppr.PPRSubmitRenderer |
Line |
| document why this component helps with UIData too ... why does it? |
37
|
| what about trigger patterns? |
78
|
| what about facets? |
115
|
| org.apache.myfaces.custom.suggestajax.tablesuggestajax.AbstractHtmlOutputText |
Line |
| MOVE THIS UP THE TREE OR TO SOME OTHER LEVEL SO IT CAN WORK ON ANY COMPONENT |
84
|