On 21.May.2002 -- 01:15 PM, Ivan Luzyanin wrote:
> Hello all!
> 
> I need to pass parameters from HTML-form to FormValidator and then get
> these parameters in XSP page:
> 
> page1.xsp > FormValidator > page2.xsp
> 
> But in page2.xsp request object contains only
> "org.apache.cocoon.acting.FormValidatorAction.results" attribute
> with form validation results, aka "OK", "OK"...
> How to get actual values?

FormValidation does not move or change your values. Thus you'll access them
like you would without FormValidation e.g. xsp-request:get-parameter
        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to