|
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] Use an JXpath _expression_ like: ${form.lookupWidget("someWidget").getValue()} or... ${someWidget.getValue()} See if that helps. From:
Christofer Dutz [mailto:[EMAIL PROTECTED] 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 |
- AW: Accessing widget-content for usage in link url Christofer Dutz
- Re: AW: Accessing widget-content for usage in link ... Joose Vettenranta
- AW: AW: Accessing widget-content for usage in l... Christofer Dutz
