|
Well I got everything
working in the meanwhile. The thing I really had to
change was to use the JXTemplateGenerator and the jx-macros.xml. Now everything works
fine. It would be nice if the
Cocoon-Docs would be updated to direct one to use jx-macros.xml instead of the
old macro-file. Sort of delayed my progress a little ;) Thank you anyway, Christofer Von: Joose
Vettenranta [mailto:[EMAIL PROTECTED] <ft:repeater-widget id="rep"> id = ${widget.lookupWidget("id").getValue()} </ft:repeater-widget> HTH, Joose Christofer Dutz kirjoitti 15.9.2005 kello 11:57:
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
-- "Always remember that you
are unique, just like everyone else!" * http://iki.fi/joose/
* [EMAIL PROTECTED] * +358 44 561 0270 * |
