TiledView within a TiledView
Hey Guys,
I have a TiledView within a TiledView. When I click on the "Mutual
Funds" href, it just re-displays the current ViewBean. I have tried
to put the handle method in both the
pgAccountInformationrDailyStatementsTiledView and the
pgAccountInformationrMutualFundsTiledView, but the method never gets
called. There are no errors.
I have been debating on incorporating the second TiledView into the
first one, but I thought that I would get your input first.
<jato:tiledView name="rDailyStatements"
type="com.ta.ppoc.pgAccountInformationrDailyStatementsTiledView">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="461">
<tr><td colspan="2" bgcolor="#cccccc"><img
src="/ppoc/gifs/tpixel.gif" width=4 height=20 align="left">
<font face="arial,helvetica"><b>Daily Statements</b></font>
</td>
</tr>
<jato:tiledView name="rMutualFunds"
type="com.ta.broker.pgAccountInformationrMutualFundsTiledView">
<tr><td></td>
<td><font face="helvetica,sans-serif" size="-1" color="003399"><b>
<jato:href name="linkAcctBalTransHist"
fireDisplayEvents="true">Mutual Funds</jato:href></b></font></td></tr>
</jato:tiledView>
</jato:tiledView>
Thanx,
John Teceno
Back Bay Technologies

