xforms:submission to a jsp

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

xforms:submission to a jsp

srikanth.prodigy

Hello All,

Can we use the xforms-submission to send non xml data to  jsp file so that jsp file can read only the data not the xml tags.

 

Thanks,

Srikanth



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xforms:submission to a jsp

Hank Ratzesberger

I believe that the attribute "method" on the submission element will let you 
post to a non-xml service, e.g. method="urlencoded-post"


Cheers,
Hank



On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:

Hello All,

Can we use the xforms-submission to send non xml data to  jsp file so that jsp file can read only the data not the xml tags.

 

Thanks,

Srikanth


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

Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Re: xforms:submission to a jsp

srikanth.prodigy

Hello hank,

Unable to submit data from xforms to jsp and also load the resource

<xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" method="urlencoded-post "  replace="instance" ref="instance('selected')" >

    <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" ev:event="xforms-submit-done" />

    </xforms:submission>

 

<xforms:submit submission="send">

<xforms:label>invitation</xforms:label>

 

</xforms:submit>

 

Thanks,

srikanth A

 


From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Monday, April 06, 2009 11:18 PM
To: [hidden email]
Subject: [ops-users] Re: xforms:submission to a jsp

 

 

I believe that the attribute "method" on the submission element will let you

post to a non-xml service, e.g. method="urlencoded-post"

 

 

Cheers,

Hank

 

 

 

On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:



Hello All,

Can we use the xforms-submission to send non xml data to jsp file so that jsp file can read only the data not the xml tags.

Thanks,

Srikanth

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 



 



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: RE: Re: xforms:submission to a jsp

srikanth.prodigy

FYI

 


From: Srikanth A [mailto:[hidden email]]
Sent: Tuesday, April 07, 2009 3:18 PM
To: [hidden email]
Subject: [ops-users] RE: Re: xforms:submission to a jsp

 

Hello hank,

Unable to submit data from xforms to jsp and also load the resource

<xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" method="urlencoded-post "  replace="instance" ref="instance('selected')" >

    <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" ev:event="xforms-submit-done" />

    </xforms:submission>

 

<xforms:submit submission="send">

<xforms:label>invitation</xforms:label>

 

</xforms:submit>

 

Thanks,

srikanth A

 


From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Monday, April 06, 2009 11:18 PM
To: [hidden email]
Subject: [ops-users] Re: xforms:submission to a jsp

 

 

I believe that the attribute "method" on the submission element will let you

post to a non-xml service, e.g. method="urlencoded-post"

 

 

Cheers,

Hank

 

 

 

On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:

 

Hello All,

Can we use the xforms-submission to send non xml data to jsp file so that jsp file can read only the data not the xml tags.

Thanks,

Srikanth

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 

 

 



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws

processLogon1.jsp (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: RE: RE: Re: xforms:submission to a jsp

srikanth.prodigy

Hello hank ,

I have checked with this sample http://pastie.org/398284 but its not loading the yahoo  it’s only displaying loading progress bar message is it the issue

With my orbeon war Orbeon Forms Release 3.7.0beta1.200810270119 what is the version you are using?

 

Thanks,

Srikanth A

 


From: Srikanth A [mailto:[hidden email]]
Sent: Tuesday, April 07, 2009 3:22 PM
To: [hidden email]
Subject: [ops-users] RE: RE: Re: xforms:submission to a jsp

 

FYI

 


From: Srikanth A [mailto:[hidden email]]
Sent: Tuesday, April 07, 2009 3:18 PM
To: [hidden email]
Subject: [ops-users] RE: Re: xforms:submission to a jsp

 

Hello hank,

Unable to submit data from xforms to jsp and also load the resource

<xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" method="urlencoded-post "  replace="instance" ref="instance('selected')" >

    <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" ev:event="xforms-submit-done" />

    </xforms:submission>

 

<xforms:submit submission="send">

<xforms:label>invitation</xforms:label>

 

</xforms:submit>

 

Thanks,

srikanth A

 


From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Monday, April 06, 2009 11:18 PM
To: [hidden email]
Subject: [ops-users] Re: xforms:submission to a jsp

 

 

I believe that the attribute "method" on the submission element will let you

post to a non-xml service, e.g. method="urlencoded-post"

 

 

Cheers,

Hank

 

 

 

On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:

 

Hello All,

Can we use the xforms-submission to send non xml data to jsp file so that jsp file can read only the data not the xml tags.

Thanks,

Srikanth

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 

 

 



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RE: RE: RE: Re: xforms:submission to a jsp

Hank Ratzesberger

Hi Srikanth,

I am not using this method.  When I previously needed to use web services, I did so 
with the delegation processor in a pipeline.  

So, I don't have many ideas at this point.  As a test, you may want to try the GET method,
but that will put passwords in your log file.

The 1.1 spec also has a "form-data-post" but I suspect that's not the issue.

Have you tried inspecting what is being posted "over the wire" with tcpmon

Trying with the nightly build also makes sense.

Regards,
Hank

On Apr 7, 2009, at 5:36 AM, Srikanth A wrote:

Hello hank ,

I have checked with this sample http://pastie.org/398284 but its not loading the yahoo  it’s only displaying loading progress bar message is it the issue

With my orbeon war Orbeon Forms Release 3.7.0beta1.200810270119 what is the version you are using?

 

Thanks,

Srikanth A

 


From: Srikanth A [[hidden email]]
Sent: Tuesday, April 07, 2009 3:22 PM
To: [hidden email]
Subject: [ops-users] RE: RE: Re: xforms:submission to a jsp

 

FYI

 


From: Srikanth A [[hidden email]]
Sent: Tuesday, April 07, 2009 3:18 PM
To: [hidden email]
Subject: [ops-users] RE: Re: xforms:submission to a jsp

 

Hello hank,

Unable to submit data from xforms to jsp and also load the resource

<xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" method="urlencoded-post "  replace="instance" ref="instance('selected')" >

    <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" ev:event="xforms-submit-done" />

    </xforms:submission>

 

<xforms:submit submission="send">

<xforms:label>invitation</xforms:label>

 

</xforms:submit>

 

Thanks,

srikanth A

 


From: Hank Ratzesberger [[hidden email]]
Sent: Monday, April 06, 2009 11:18 PM
To: [hidden email]
Subject: [ops-users] Re: xforms:submission to a jsp

 

 

I believe that the attribute "method" on the submission element will let you

post to a non-xml service, e.g. method="urlencoded-post"

 

 

Cheers,

Hank

 

 

 

On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:

 

Hello All,

Can we use the xforms-submission to send non xml data to jsp file so that jsp file can read only the data not the xml tags.

Thanks,

Srikanth

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 

 

 


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

Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

what is the orbeon version

srikanth.prodigy

Hello all,

What is the version of  orbeon on www.orbeon.com where xforms-sandbox runs this sample http://pastie.org/398284

it is not working with 3.7.0beta1.200810270119 and with latest nightly build Orbeon Formsdev-3.7.1.200904070310

how can I download that version?

 

Thanks,

Srikanth A

 


From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Tuesday, April 07, 2009 10:02 PM
To: [hidden email]
Subject: [ops-users] Re: RE: RE: RE: Re: xforms:submission to a jsp

 

 

Hi Srikanth,

 

I am not using this method.  When I previously needed to use web services, I did so 

with the delegation processor in a pipeline.  

 

So, I don't have many ideas at this point.  As a test, you may want to try the GET method,

but that will put passwords in your log file.

 

The 1.1 spec also has a "form-data-post" but I suspect that's not the issue.

 

Have you tried inspecting what is being posted "over the wire" with tcpmon

 

Trying with the nightly build also makes sense.

 

Regards,

Hank

 

On Apr 7, 2009, at 5:36 AM, Srikanth A wrote:



Hello hank ,

I have checked with this sample http://pastie.org/398284 but its not loading the yahoo  it’s only displaying loading progress bar message is it the issue

With my orbeon war Orbeon Forms Release 3.7.0beta1.200810270119 what is the version you are using?

 

Thanks,

Srikanth A

 


From: Srikanth A [[hidden email]]
Sent: Tuesday, April 07, 2009 3:22 PM
To: [hidden email]
Subject: [ops-users] RE: RE: Re: xforms:submission to a jsp

 

FYI

 


From: Srikanth A [[hidden email]]
Sent: Tuesday, April 07, 2009 3:18 PM
To: [hidden email]
Subject: [ops-users] RE: Re: xforms:submission to a jsp

 

Hello hank,

Unable to submit data from xforms to jsp and also load the resource

<xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" method="urlencoded-post "  replace="instance" ref="instance('selected')" >

    <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp" ev:event="xforms-submit-done" />

    </xforms:submission>

 

<xforms:submit submission="send">

<xforms:label>invitation</xforms:label>

 

</xforms:submit>

 

Thanks,

srikanth A

 


From: Hank Ratzesberger [[hidden email]]
Sent: Monday, April 06, 2009 11:18 PM
To: [hidden email]
Subject: [ops-users] Re: xforms:submission to a jsp

 

 

I believe that the attribute "method" on the submission element will let you

post to a non-xml service, e.g. method="urlencoded-post"

 

 

Cheers,

Hank

 

 

 

On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:

 

Hello All,

Can we use the xforms-submission to send non xml data to jsp file so that jsp file can read only the data not the xml tags.

Thanks,

Srikanth

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 

 

 

 

--

You receive this message as a subscriber of the [hidden email] mailing list.

To unsubscribe: [hidden email]

For general help: [hidden email]

OW2 mailing lists service home page: http://www.ow2.org/wws

 

Hank Ratzesberger

NEES@UCSB

Institute for Crustal Studies,

University of California, Santa Barbara

805-893-8042

 

 

 



 



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: what is the orbeon version

Erik Bruchez
Administrator
Latest nightly build runs that example fine for me.

   http://forge.objectweb.org/nightlybuilds/ops/ops/

-Erik

> Hello all,
>
> What is the version of  orbeon on www.orbeon.com where xforms-
> sandbox runs this sample http://pastie.org/398284
>
> it is not working with 3.7.0beta1.200810270119 and with latest  
> nightly build Orbeon Formsdev-3.7.1.200904070310
>
> how can I download that version?
>
>
>
> Thanks,
>
> Srikanth A
>
>
>
> From: Hank Ratzesberger [mailto:[hidden email]]
> Sent: Tuesday, April 07, 2009 10:02 PM
> To: [hidden email]
> Subject: [ops-users] Re: RE: RE: RE: Re: xforms:submission to a jsp
>
>
>
>
>
> Hi Srikanth,
>
>
>
> I am not using this method.  When I previously needed to use web  
> services, I did so
>
> with the delegation processor in a pipeline.
>
>
>
> So, I don't have many ideas at this point.  As a test, you may want  
> to try the GET method,
>
> but that will put passwords in your log file.
>
>
>
> The 1.1 spec also has a "form-data-post" but I suspect that's not  
> the issue.
>
>
>
> Have you tried inspecting what is being posted "over the wire" with  
> tcpmon
>
> http://ws.apache.org/commons/tcpmon/
>
>
>
> Trying with the nightly build also makes sense.
>
>
>
> Regards,
>
> Hank
>
>
>
> On Apr 7, 2009, at 5:36 AM, Srikanth A wrote:
>
>
>
> Hello hank ,
>
> I have checked with this sample http://pastie.org/398284 but its not  
> loading the yahoo  it’s only displaying loading progress bar message  
> is it the issue
>
> With my orbeon war Orbeon Forms Release 3.7.0beta1.200810270119 what  
> is the version you are using?
>
>
>
> Thanks,
>
> Srikanth A
>
>
>
> From: Srikanth A [mailto:[hidden email]]
> Sent: Tuesday, April 07, 2009 3:22 PM
> To: [hidden email]
> Subject: [ops-users] RE: RE: Re: xforms:submission to a jsp
>
>
>
> FYI
>
>
>
> From: Srikanth A [mailto:[hidden email]]
> Sent: Tuesday, April 07, 2009 3:18 PM
> To: [hidden email]
> Subject: [ops-users] RE: Re: xforms:submission to a jsp
>
>
>
> Hello hank,
>
> Unable to submit data from xforms to jsp and also load the resource
>
> <xforms:submission  id="send" resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp 
> " method="urlencoded-post "  replace="instance"  
> ref="instance('selected')" >
>
>     <xforms:load resource="http://localhost:8080/contacts/xforms-jsp/contacts/mail.jsp 
> " ev:event="xforms-submit-done" />
>
>     </xforms:submission>
>
>
>
> <xforms:submit submission="send">
>
> <xforms:label>invitation</xforms:label>
>
>
>
> </xforms:submit>
>
>
>
> Thanks,
>
> srikanth A
>
>
>
> From: Hank Ratzesberger [mailto:[hidden email]]
> Sent: Monday, April 06, 2009 11:18 PM
> To: [hidden email]
> Subject: [ops-users] Re: xforms:submission to a jsp
>
>
>
>
>
> I believe that the attribute "method" on the submission element will  
> let you
>
> post to a non-xml service, e.g. method="urlencoded-post"
>
>
>
> http://www.orbeon.com/ops/doc/home-changes-35#xforms-submission-enhancements
>
>
>
> Cheers,
>
> Hank
>
>
>
>
>
>
>
> On Apr 6, 2009, at 10:02 AM, Srikanth A wrote:
>
>
>
> Hello All,
>
> Can we use the xforms-submission to send non xml data to jsp file so  
> that jsp file can read only the data not the xml tags.
>
> Thanks,
>
> Srikanth
>
>
>
> --
>
> 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
>
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> Hank Ratzesberger
>
> NEES@UCSB
>
> Institute for Crustal Studies,
>
> University of California, Santa Barbara
>
> 805-893-8042
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
>
> 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
>
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> Hank Ratzesberger
>
> NEES@UCSB
>
> Institute for Crustal Studies,
>
> University of California, Santa Barbara
>
> 805-893-8042
>
>
>
>
>
>
>
>
>
>
>
>
> --
> 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
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
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
OW2 mailing lists service home page: http://www.ow2.org/wws