Hello,

I just wrote a blog entry on making SOAP client calls from a Jetspeed-hosted
portlet[1] but am not sure about one point in my code--in Step #4, I'm
relying on the following statement to send error messages back to the view
(the JSP page) for display:

session.setAttribute("ErrorString", "Nothing found for ZIP Code: " +
zipCode, PortletSession.APPLICATION_SCOPE);

Is that thread-safe and reliable for multiple users?

Thanks,
Glen

[1] http://www.jroller.com/gmazza/date/20090730

-- 
View this message in context: 
http://www.nabble.com/Reliance-on-session.setAttribute%28%29-for-error-messages--tp24750541p24750541.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to