1

I am looking for a way to to return a JavaObjects, which is saved in a Http Session, to an Applet. I am using JSP, so I am able to return Objects in the session by:

<%request.getAttribute("Object")%>;

So now I would like to return this Object to an applets Method with

document.applet.method(<%=request.getAttribute("Object")%>);

But this isn't working at all. Is there any solution for this?

0

1 Answer 1

1

u can simply refer to this link

it shows u how can u use session object to carry object , try , it should work

Sign up to request clarification or add additional context in comments.

2 Comments

But the point at my question is, that i can´t retrive this returned Object as a parameter to my applet.
Or asked different, if i am calling the Applets method with Javascript, i am just allowed to use Strings or Integer?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.