parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
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_withoutPrices Index : From :
  /tdtd class=text_align_left_withoutinput 
name=numericindex_Start size=10 type=text/td


/tr
tr
td class=text_align_right_without
To :
  /tdtd class=text_align_left_withoutinput 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
valuePrices Indexvalue
valuevalue



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



Re: parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
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_withoutPrices Index : From :
  /tdtd class=text_align_left_withoutinput 
name=numericindex_Start size=10 type=text/td


/tr
tr
td class=text_align_right_without
To :
  /tdtd class=text_align_left_withoutinput 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
valuePrices Indexvalue
valuevalue of valuevalue of the inputvaluevalue
valuevalue of numericindex_Endvalue


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]



RE: parameters for custom requestgenerator

2003-02-14 Thread Geoff Howard
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_withoutPrices Index : From :
/tdtd class=text_align_left_withoutinput 
  name=numericindex_Start size=10 type=text/td
 
 
 /tr
 tr
 td class=text_align_right_without
  To :
/tdtd class=text_align_left_withoutinput 
 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
 valuePrices Indexvalue
 valuevalue of valuevalue of the inputvaluevalue
 valuevalue of numericindex_Endvalue
 
 
 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]




RE: parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
I found a solution.

I'm gonna pass as parameter:

input name=Prices Index_numericindex_Start size=10 type=text
And in the generator I'll separate the name into 3 parts.





At 10:51 14/02/2003 -0500, you wrote:

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_withoutPrices Index : From :
/tdtd class=text_align_left_withoutinput
  name=numericindex_Start size=10 type=text/td
 
 
 /tr
 tr
 td class=text_align_right_without
  To :
/tdtd class=text_align_left_withoutinput
 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
 valuePrices Indexvalue
 valuevalue of valuevalue of the inputvaluevalue
 valuevalue of numericindex_Endvalue


 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]



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