Action on commandLink does not work when used in <DIV>
------------------------------------------------------

                 Key: TOMAHAWK-1437
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1437
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Extended CommandLink/CommandButton
    Affects Versions: 1.1.8
            Reporter: Vinaya Tirikkovalluru


Hi,

I have the following code:

[code]
<div style="height: 300px; width: 350px; overflow: auto">
                                                <s:pprPanelGroup id="pprd"
                                                        
partialTriggers="searchOr(onclick),resetOr(onclick),cancleOr(onclick)">
                                                        <t:dataTable 
id="tableOr" renderedIfEmpty="false" cellpadding="2"
                                                                width="100%" 
cellspacing="1" var="customerList"
                                                                
value="#{customerSearchHandler.rowsList}"
                                                                
binding="#{customerSearchHandler.myDataTable}" rows="0"
                                                                
rowClasses="row1, row2" headerClass="headerText"
                                                                
footerClass="footerText" preserveDataModel="false"
                                                                
preserveSort="false" border="1" styleClass="searchBox">

                                                                <t:column 
width="175px">
                                                                        
<t:commandLink action="#{customerSearchHandler.getDetails}" >
                                                                                
<t:outputText value="#{customerList.customerName}" />                           
                                                
                                                                        
</t:commandLink>

                                                                </t:column>

                                                                
                                                        </t:dataTable>
                                                </s:pprPanelGroup>
                                        </div>
[/code]

-- 
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