<ft:repeater-widget id="rep">
 id = ${widget.lookupWidget("id").getValue()}
</ft:repeater-widget>

HTH,

Joose

Christofer Dutz kirjoitti 15.9.2005 kello 11:57:

Thanks for your help.

 

Unfortunately this didn’t work. The widget is part of a repeater called “news” so the real path would be some kind of form.news.row.id.getValue() (I know that this will probably not work. I just used to illustrate the path)

 

Please help me.

 

Chris

 

 


Von: Gerry Kaplan [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 14. September 2005 20:13
An: [email protected]
Betreff: RE: Accessing widget-content for usage in link url

 

Use an JXpath _expression_ like:

 

${form.lookupWidget("someWidget").getValue()}

 

or...

 

${someWidget.getValue()}

 

See if that helps.

 


From: Christofer Dutz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 14, 2005 3:07 PM
To: [email protected]
Subject: Accessing widget-content for usage in link url

Hi,

 

I am working on a small CForm application and have run into a problem.

I have two forms. The first shows a list of news-headlines. Each news-entry has an id, which is available as a standard cforms widget. I don’t want to output the id but want to use it to open a popup showing the complete news article. For this I have to somehow output the information directly. How can I access a widgets value directly inside my template?

 

Thanks in advance,

            Christofer



--

"Always remember that you are unique, just like everyone else!"

* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


Reply via email to