我们如何添加JSP来为JasperServer中的jasper报告提供输入?
我创建了 jrxml 文件并将其部署在 jasper 服务器上。它提供了默认的输入窗口。我想添加我自己的jsp来获取用户的输入。有添加jsp的选项,但是我想知道如何添加jsp。我需要步骤。
谢谢......
I have created jrxml file and deployed it on jasper server. It provides its default input window. I want to add my own jsp to take input from user. There is option to add jsp, however I want to know how can I add jsp. I need steps.
Thanks......
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意:我还没有这样做,但今天晚些时候我会处理它...
在 Jasperserver 4.0 中,复制 /WEB-INF/jsp/modules/inputControls/DefaultParametersForm.jsp 并对其进行自定义。然后,在“控件和资源”页面上的“可选 JSP 位置”字段中指定定制文件。
JasperServer 终极指南中有更多信息。
Note: I haven't done this yet, but I will be working on it later today...
In Jasperserver 4.0, make a copy of /WEB-INF/jsp/modules/inputControls/DefaultParametersForm.jsp and customize that. Then, specify the customized file in the Optional JSP location field on the Controls and Resources page.
There's more information in the JasperServer Ultimate Guide.