I'm not sure, what i want to do is possible or not.
I've got a main page named main.xsp with main.xsl, I've got a svg.xsp with svg.xsl embedded.
I want to pass values from main to svg.xsp. I've tried to url-encode the datas : it works, but i want to give svg.xsp a large and variable amount of data. I've tried to get the session-id : no session-id available in svg.xsp, I've tried to give svg.xsp the session-id of main : i've got an error. Does someone manage to do what i want ?
Thank you for your help
Xavier.
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting.