Hi!

I have a page and there is a table on this page.
The rows of table can contain directlinks and pagelinks depends on a logical property of page. So, as far as i can see i have to declare all directlink and all pagelink in .page and i have to put out dynamically.

I have to write a condition/block each column of table like here:

<span jwcid="[EMAIL PROTECTED]">
        
        <span jwcid="ifcase1">
           <span jwcid="directlink1">
                <span jwcid="text1"/>
           </span>
        </span>

        <span jwcid="elsecase1">
           <span jwcid="pagelink1">
                <span jwcid="text2"/>
           </span>
        </span>           

</span>

text1=text2 but i have to decalre through copy-of.
Are there some simplest way or this is the best one.

Thanks,


  Berko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to