> It's not possible to pass parameters through the page url. > Theses parameters are actually hidden from the application > parameters scope > to avoid conflict. Ok
> A solution that requires a bit more codes is to add a portlet > setting menu > within your webapp so that it can be configured to use > specific welcome > file. Theses settings can then be stored in a flat text file > and reloaded > when the webapp is called. Very good idea! Do you know a JAVA API in order to manage flat configuration files? An other solution will be to get the portlet ID into the page and to store specifique parameter into the database... By the way, what about memory if I install my portlet into several pages of my web site? Thanks.
