everflame 0 Report post Posted February 26, 2007 (edited) I've done some servlet and jsp programming in the past and passing values from one jsp to another was no problem using the request bean. But now I want to try and make something with portlets, and when I try to pass the values between 2 jsp pages or just 3 elements on the same page nothing happens. It says on java.sun.com that you cannot pass values between portlets using request bean....But I don't want to load up the session bean with too much stuff, so is there a way to pass some values between the formfields in one or 2 different jsp pages in my portlet app. Edited February 27, 2007 by everflame (see edit history) Share this post Link to post Share on other sites