Hi, I'm trying to integrate your ide with liferay 5.2.3 My question is how I can send liferay username or id to formspider application? I need to include this information in my query condition to implement a filter . Different user should see different information. Many Thank Giorgio |
Hi Giorgio, Formspider can integrate with any JEE complaint web-application, as long as they run on same container. You can use api_session.getremoteuser. It will return the value as if you call request.getRemoteUser in a servlet. Please let us know if anything doesn't work as expected. Serkan |