redirect problem

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

redirect problem

Laxmi Narayana-3
hi,
i am new for xforms.plz help me.
change-form.xpm:
 <p:processor name="oxf:redirect">
                        <p:input name="data">
                        <redirect-url>
                        <path-info>/TestConfig2</path-info>
                       
                        </redirect-url>
                        </p:input>
                       
                </p:processor>
I want to send value from redirect processor to list-records-action.xpl.
plz help me.
list-records-action.xpl:
p:processor name="oxf:xslt-2.0">
        <p:input name="data" href="#instance"/>
        <p:input name="config">
           <value xsl:version="2.0">
                <formname><xsl:value-of select="//seqno_tab"/></formname>
               
            </value>
        </p:input>
        <p:output name="data" id="query"/>
    </p:processor>
plz help me.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: redirect problem

Alessandro Vernet
Administrator
On 8/5/07, [hidden email] <[hidden email]> wrote:
> change-form.xpm:

The redirect processor will do a GET, so you can't POST an instance
with the redirect processor. Maybe using the xforms-submission
processor is appropriate in your case, but it is hard to say without
more details.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws