cancel
Showing results for 
Search instead for 
Did you mean: 

How to read iview properties from page layout?

Former Member
0 Kudos

Hi all,

How do I read iview properties from a custom page layout? We are using "tray.jsp" as described in Daniel's blog .

Here is my tray.jsp file. The

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Refer the following links. It will give some ideas to your need.

Rds,

Shanthakumar.

Former Member
0 Kudos

Thanks for the reply.

I decided on a different approach: to use the layout taglib

<lyt:IViewTrayColor/>

instead, which fits my needs perfectly.

The code in the links you provide do assume you know which iview you need to examine; what I (and Optima in the first thread above) needed was to get the properties from the "current iview" being processed by the layout.jsp.

Thanks,

RBL