结果页面应该出现在struts2的不同框架中
我的主网页包含两个框架,即左框架和右框架。右框架包含action.jsp,它将调用要执行的操作。结果页面出现在同一个右框架上。我怎样才能让它出现在左框中。 struts.xml 中的结果标记是否有任何参数可以设置此值?
my main web page contains two frames i.e. leftframe and rightframe. The rightframe includes action.jsp which will invoke the action to execute. The result page is appearing on same rightframe. How can i make it to appear in leftframe. is there any parameter for result tag in struts.xml to set this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我的理解和知识,没有这样的方法可以在 struts.xnl 文件中设置它。您必须使其以您自己的逻辑方式出现。
As per my understanding and knowledge there is no such way to set this in the struts.xnl file..you have to make it appear in your own logical way.