submiting instance from a jsp to xpl

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

submiting instance from a jsp to xpl

srikanth.prodigy

Hello All,

 

I’m trying to submit an instance from a jsp which is in xforms-jsp folder to an email processor xpl. I have tried it in two ways

1) I have placed the xpl in the xforms jsp folder and called the xpl in submission

 

<xforms:submission id="send"  resource="http://localhost:8080/contacts/xforms-jsp/contacts/event-save.xpl" replace="all" ref="instance('message')"/>

 

 

2) And I have tried in another way in page-flow.xml  file of portlet-welcome folder

<page path-info="http://localhost:8080/contacts/xforms-jsp/contacts/event-save.xpl" model="event-save.xpl"/>

 

How to submit an instance from jsp to xpl?

Please find the attachment with this mail

 

Thanks,

Srikanth A

 

 



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

event-save.xpl (905 bytes) Download Attachment
processLogon1.jsp (4K) Download Attachment