Skip to Content
0
Former Member
Jan 09, 2007 at 01:01 PM

Page Layouts - More than just the standard tags like IViewTitle needed

24 Views

Hi

I have created my own page layouts using the standard SAP TagLib (com.sap.portal.reserved.layout.TagLibLayout - NW04s SP10).

...

<lyt:containerWithTrayDesign id="Column">

<lyt:IViewTitle/>

<lyt:IViewContent/>

</lyt:containerWithTrayDesign>

...

But all the tags provided by the standard SAP TagLib are not enough. I need to show some more details about the iView. Is there any possibility to get a hold on the object itself so that I can use the API for the rest?

E.g. in the navigation TagLib there is the possibility to set an anchor in the tag with which I'm able to get access to the INavigationNode object for additional customized JSP code (see http://help.sap.com/saphelp_nw2004s/helpdata/en/42/f35283a7203255e10000000a1553f7/frameset.htm).

Do I have the same possibility with the page layout TagLib or is there any other way to get more information about the iview without recoding the existing functionality of the TagLib on my side with the API again?

Thanks for the help in Advance

Claudia