thanks a lot for your response.
I don’t understand very well your response for my issue #1:
I’ve to compute in a sigle pdf doc severals jsp pages. What’s why I use the pd4ml.render(URL[], OutputStram) syntax. Moreover those jsp can by used in a “screen” mode so I can’t use the tag My array of URL is: where struts_action is the name of an action in my struts-config.xml file and ctx the name of my web app I can’t address directly the JSP, I’ve to invoke a struts action before. So I thought Tomcat will interpret jstl tag before giving the result to pd4ml. Regards,
https://my_server/ctx/struts_action.do?arg=val1
https://my_server/ctx/struts_action.do?arg=val2
…..
https://my_server/ctx/struts_action.do?arg=valn
Do you have an idea why it is not the case ?