Hello,

I'm using listbox in XMLForm (with tag <xf:selectOne selectUIType="listbox">). The 
content of the listbox (the items listed) is hard-coded in the xml document (view) 
like that:

<xf:selectOne selectUIType="listbox">
 <xf:item id="unix">
  <xf:caption>Unix</xf:caption>
  <xf:value>Unix></xf:value>
 </xf:item>
 <xf:item id="windows">
  <xf:caption>Windows</xf:caption>
  <xf:value>Windows</xf:value>
 </xf:item>
</xf:selectOne>

Is there a possibility to retrieve dynamically these items from a database instead of 
using the hard-coded items in xml document??

Thank you
Sylvain

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to