You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/02/14 16:20:24 UTC

parameters for custom requestgenerator

Hello,

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



---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>