cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

jsp bean problem

Former Member
0 Likes
881

Hi all,

i have a problem with two jsp pages.

Each jsp page is made using "Create new portal application object."

They use bean to communicate.

In the first one is selected something from a listbox, and the second one have to show what has been selected.

This doesn't work. I mean, i select something, but it is not shown in the other jsp page.

There are located in a Portal page.

If someone can help me with advice? why this doesn't work.

I will give more information if necessary.

Thank you very much in advance.

BR

View Entire Topic
Former Member
0 Likes

Hi,

Make the scope of the bean as "request" and change your object creation of the bean in the java component accordingly. scope "application" will not work between two different components.Hope it helps!

Thanks,

Beevin