Forums de discussion

How can I share Parameter between different jsp page ?

carol u, modifié il y a 15 années.

How can I share Parameter between different jsp page ?

New Member Publications: 3 Date d'inscription: 26/08/08 Publications récentes
I want to share Parameter between different JSP page, How can I do ?
kashif syed, modifié il y a 15 années.

RE: How can I share Parameter between different jsp page ?

New Member Publications: 7 Date d'inscription: 27/08/08 Publications récentes
Hi Carol,

1st page
String firstName="jack";
session.setAttribute("att1",firstName);

2nd page
String b=(String) session.getAttribute("att1");


"Have you heard about mPire, a tool that lets you autogenerate portlets on Liferay, you can download a free copy below"

Here is the link to it:

Download mPire