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