posting the data from orbeon portlet in liferay

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

posting the data from orbeon portlet in liferay

srikanth.prodigy

Hello All,

1) Im trying to post the data from orbeon portlet which uses jsp in liferay gives null pointer exception

It works fine in orbeon. But when I try to submit the data using jsp in liferay it gives null pointer exception

 

<xhtml:form method="POST" action="http://localhost:8080/contacts/xforms-jsp/contacts/processLogon1.jsp" name="logon">

It works fine with this URL if I use the liferay URL

 

http://localhost:8080/web/guest/my-mogozz?p_p_id=contacts_WAR_contacts&amp;p_p_lifecycle=0&amp;p_p_state=normal&amp;p_p_mode=view&amp;p_p_col_id=column-1&amp;p_p_col_count=2&amp;_contacts_WAR_contacts_oxf.path=%2Fportlet-welcome%2FprocessLogin.jsp"
 
For submit its giving null pointer exception
 
2) How to submit an instance of  selected values of check box?
 
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

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

Re: posting the data from orbeon portlet in liferay

Alessandro Vernet
Administrator
On Apr 6, 2009, at 9:36 AM, Srikanth A wrote:

> Hello All,
> 1) Im trying to post the data from orbeon portlet which uses jsp in  
> liferay gives null pointer exception
> It works fine in orbeon. But when I try to submit the data using jsp  
> in liferay it gives null pointer exception
>
> <xhtml:form method="POST" action="http://localhost:8080/contacts/xforms-jsp/contacts/processLogon1.jsp 
> " name="logon">
> It works fine with this URL if I use the liferay URL

Where is it that you see this <xhtml:form>? You have this in your  
code? What do you mean by "it works fine in Orbeon"?

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet



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