Hi,
It works for me, thank you so much !
I got another question , it's very important for me, I have no answer
right now.
If we use PortletRequestDispatcher.include method to call servlet (servlet_1.java) from portlet.java , once the servlet_1.java finish it's action, can servlet_1.java call another servlet (servlet_2.java) ?
If it is possible, how can servlet_1.java call servlet_2.java ?
Can you help me ?
Thanks!
hi,
sorry but I've no idea... i have do any portlet before and I will try soon surely. I'm not sure that protlet can work together. When the portal generate the page for the user, i dont think it do it "asynchrone" (in english : asynchrous ?) and you can not know wich one will be do first. Then it's not easy to exchange between them. But, you surely can use other way to share data, by user Display Profile or cookies or other way.
a+
Philippe
Hi,
It only works for application level within portal desktop for single user login at the same time after we setup the "Active User Sessions",
it does not work for portal desktop level (I mean that it still allow the same user to multiple login to the portal
desktop at the same time).
Do we have any way to prevent the same user to multiple login to portal desktop at the same time ?
Can you help ?
Thanks!