views:

7

answers:

0

Hi,

I am using zk 5.0.3. I want to use the following annotation binding as the title of a "center" region of a borderlayout:

<a:bind content="entrydisplay.activeEntryCaption" /> <html />

I want to do the following:

<borderlayout>
 <north title="use the above binding here">
   this is north
 </north>
</borderlayout>

How do I achieve the functionality such that I can wrap this binding as the value of the title?

Thanks, Sony