send me your generator file

Geoff

> -----Original Message-----
> From: Lionel Crine [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 14, 2003 10:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: parameters for custom requestgenerator
> 
> 
> Sorry I did a bad manipulation.
> 
> Herer is the thing :
> 
> >Hello,
> >
> >I have to get some parameters from a form but I'm stuck.
> >
> >I have some code like in my html file (created with an xsl 
> transformation):
> >
> >....
> ><index NAME="Prices Index">
> >
> ><tr>
> ><td class="text_align_right_without">Prices Index : From :
> >   </td><td class="text_align_left_without"><input 
> > name="numericindex_Start" size="10" type="text"></td>
> >
> >
> ></tr>
> ><tr>
> ><td class="text_align_right_without">
> >     To :
> >   </td><td class="text_align_left_without"><input 
> name="numericindex_End" 
> > size="10" type="text"></td>
> ></tr>
> >
> ></index>
> >
> >
> >And I want to get : "Prices Index", "numericindex_Start" and 
> >"numericindex_End", in the file created by my custom requestgenerator, 
> >like this :
> >
> ><parameters name="numericindex_Start">
> ><value>Prices Index<value>
> ><value>value of <value>value of the input<value><value>
> ><value>value of numericindex_End<value>
> 
> 
> Thanks 
> 
> 
> ---------------------------------------------------------------------
> 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]>
> 
> 
> 

---------------------------------------------------------------------
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