partialTrigger to oneself causes warning NO_PPR_CAPABLE_ID_FOUND_FOR_COMPONENT
------------------------------------------------------------------------------

                 Key: TRINIDAD-1822
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1822
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.10-core
            Reporter: Daniel Niklas
            Priority: Minor


When you define a partialTrigger to the id of the component oneself, a warning 
is logged. Key of the message is NO_PPR_CAPABLE_ID_FOUND_FOR_COMPONENT.

This problem occurs only, when you put the component into a 
<tr:panelFormLayout>! e.g:

        <tr:panelFormLayout maxCols="1">
        
        <tr:inputDate id="testDate" label="One date"
            value="#{dateInputBean.date}" autoSubmit="true"
            partialTriggers="testDate">
        </tr:inputDate>
        
        <tr:inputText id="inputText" label="One Text" value="test" 
autoSubmit="true" partialTriggers="inputText"></tr:inputText>        
        
        </tr:panelFormLayout>


(German message is:
Keine \'id\', die PPR unterstützt, für Elemente von 
CoreInputText[UIXEditableFacesBeanImpl, id=inputText1] gefunden. Diese 
Komponente hat kein \'id\'-Attribut herausgeschrieben
)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to