PopUp page title gets disappered while using t:popup, t:inputCalendar and 
nested t:datatable
--------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-1412
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1412
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar, Data List, Date, Popup
    Affects Versions: 1.1.5
         Environment: Windows and Linux, JSF
            Reporter: Saravanakumar Rajendran
            Priority: Minor


In my application I have an work to add some details using pop up screen. 
Pop up page contains a list(Having action while selecting a value) which give 
us a list of data below that after.
Initially the pop up page title is showing successfully.
If we do action using that list box, title is getting missed, instead its 
showing only a "-".
In my page, contents of the data list is as below template.
<t:dataTable>
     <t:column>
          <t:popup>
               <t:dataTable></t:dataTable>
          </t:popup>
     </t:column>
     <t:column>
       <t:inputCalendar>
       </t:inputCalendar>   
     </t:column>
</t:dataTable>



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