Dynamic data in XMLForm

2002-08-20 Thread Björn Voigt
Hello, i have a little problem to create dynamic xf:selectOne ... with XMLForm. I use a Bean which contains an java.util.Collection attribute myCollection. With the following sample i can show all names of the Objects of myCollection. xf:group ref=/ xf:captionMy Collection

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Stephan Michels
:17 PM Subject: Re: including dynamic data with XMLForm Hi Ivelin, Thanks for your reply. This isn't quite quite working. It seems to insist on resolving to a file. ERROR (2002-07-07) 09:08.29:743 [sitemap] (/cocoon/samples

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Michael Wechner
oh, I am sorry, I made another mistake, you can't use the cocoon protocol (or any) within the href. You have to do it as follows: xi:include href=/action/categories_combo.xml#xpointer(/xformcategories/*) xml:base=cocoon:/ or for instance: xi:include xml:base=http://www.cmswatch.com;

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Andrew C. Oliver
- From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 12:17 PM Subject: Re: including dynamic data with XMLForm Hi Ivelin, Thanks for your reply. This isn't quite quite working. It seems to insist on resolving to a file. ERROR

XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Ivelin Ivanov
We could use some help from the XInclude/Cinclude experts for the problem Oliver is trying to solve. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 12:17 PM Subject: Re: including dynamic data with XMLForm

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread WeikelQ
Pleae change Neil Weikel's e-mail to [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail:

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
Subject: Re: including dynamic data with XMLForm Hi Ivelin, Thanks for your reply. This isn't quite quite working. It seems to insist on resolving to a file. ERROR (2002-07-07) 09:08.29:743 [sitemap] (/cocoon/samples/bringmethis/action/postrequest.html) Thread-45

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
help from the XInclude/Cinclude experts for the problem Oliver is trying to solve. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 12:17 PM Subject: Re: including dynamic data with XMLForm

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Michael Wechner
xi:include href=cocoon:/categories_combo.xml#xpointer(xformcategories/*) parse=xml/ Perhaps you forget the 'parse' attribute? XInclude supports the cocoon protocol and XPointer. As I know CInclude does not support XPointer (which you already said, sorry), which would mean you have to

including dynamic data with XMLForm

2002-07-06 Thread Andrew C. Oliver
Hi All, I'm trying to create a page where a multi-select list has options that are populated from a database. What is not immediately clear to me is how I can create an XMLForm page where the list contents are dynamically generated. Any clues? -Andy -- http://www.superlinksoftware.com -

Re: including dynamic data with XMLForm

2002-07-06 Thread Ivelin Ivanov
response, prefix your reply with SUMMARY, so that the doc team can include it in the FAQ. Ivelin - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Saturday, July 06, 2002 2:55 PM Subject: including dynamic data with XMLForm Hi All