多个 Tiles 定义文件或在运行时将参数传递给tiles.xml
有没有什么方法可以在运行时定义除 tiles.xml
文件之外的新图块定义文件(例如 tiles2.xml
)并使用它?我想在调用操作时使用 Java 创建一个 tiles2.xml
。 或者,我可以在运行时将filename.jsp
作为参数传递给tiles.xml
吗?
这就是我正在尝试做的事情。
有50个菜单。单击任何菜单时,有关菜单名称的参数将通过操作传递到 Java 类。该类检查并查找要打开的文件。现在,我可以将该值传递给 tiles.xml
或创建一个新的图块定义文件。
请帮忙。谢谢
Is there any way to define a new tiles definition file other than the tiles.xml
file at runtime (say tiles2.xml
) and use it? I want to create a tiles2.xml
using Java when a action is called. Or, can I pass the filename.jsp
as a parameter to tiles.xml
during runtime?
Here is what I am trying to do.
There are 50 menus. When any of the menus is clicked, parameters regarding the menu name are passed through an action to a Java class. The class checks and finds which file to open. Now, either I can pass that value to tiles.xml
or create a new tiles definition file.
Please help. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论