Re: send userid automatically in iframe portlet

2004-06-06 Thread Stefano Bianchi
Dear Brian, if your calendar webapp starts with a jsp, why don't you take user id from jetspeed rundata object and then send it to your servlet? This code sends (on click!) to a servlet user id, first name, last name, email: <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspee

send userid automatically in iframe portlet

2004-06-06 Thread Bryan K. Cantwell
I have a servlet that creates a calendar of events. It does a query of my DB and needs to be told who the user is (userid) for the sql. I currently use it as an IFrame portlet, however, I would love to hear how I can make a portlet out of a servlet, or at least how I can dynamically send the u