Rendering Bug?
Kirk Daries <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <D09B591872D1D611AF2B0010B5A1AAD07BE98A@WCSMAIL> |
Hi Guys,
I've come across a strange bug when one of my pages is rendered?
Note the 'Dir::Get_Data.GetPage.p_has_access_calldesk_portal_calldesk'
directive.
This returns a BComponent if a user has rights to view the 'Div'.
It returns null when validation fails.
Now..onto the bug.
If validation is successful... processing continues until the next
directive.
Namely, 'Dir::Get_Data.GetPage.p_has_access_calldesk_anonymous_call_log'
This also evaluates based on the users security rights.
However, if I return null, to prevent the node from rendering, Barracuda
still
renders the node?
Anyone got any clue as to why this is happening?
Regards
KD
<div id="portlet_CallDesk" class="portletTable
Dir::Get_Data.GetPage.p_has_access_calldesk_portal_calldesk">
<div align="center" class="td_4">CallDesk</div>
<div
class="Dir::Get_Data.GetPage.p_has_access_calldesk_anonymous_call_log">
<span class="td_2"><a class="hlink"
href="/barraframework/GetRequestPage.event?p_application=CallDesk">Log a
Call</a></span>
</div>
<div
class="Dir::Get_Data.GetPage.p_has_access_calldesk_my_calls_calculations"
style="width: 75%;float:left;">
<span class="td_2 Dir::Get_Data.CallDeskEntry.p_mycalls_link">My
Calls</span>
</div>
<div class="Transparent
Dir::Get_Data.GetPage.p_has_access_calldesk_my_calls_calculations">
<span
class="Dir::Get_Data.CallDeskEntry.p_mycalls_count">###</span>
</div>
</div>