Struts 2tiles集成,多个jsps无需刷新tiles框架
我是瓷砖新手。在我当前的项目中,我使用 Struts 2 和tiles。我得到了图块布局,并且操作运行良好。
我的问题是我的网页除了页眉和页脚之外还有 3 个框架, ie-搜索,记录列表,详细记录。 在搜索框架中,我获得搜索操作,结果显示在记录列表中,在该框架中我获得记录列表,因此通过单击特定记录,我将在详细记录框架中显示记录的完整详细信息。
我的问题是,当我尝试调用记录列表框架的详细记录并且搜索刷新且记录列表变为空时,但我可以在详细记录框架中看到记录详细信息。
现在,当我尝试调用记录详细信息视图操作时,我想保留包含所有记录的记录框架列表。
I am new to tiles. In my current project I am using Struts 2 and tiles. I got the tiles layout and the actions are working fine.
My problem is in my web page I have 3 frames apart from the header and footer,
i.e.-search, list of records, Detailed record.
In search frame I get the search action an the result is shown in list of records, in that frame I am getting list of records, so by clicking a particular record I am showing the complete details of the record in Detailed record frame.
What my problem is when I am trying to call Detailed record the list of records frame and search getting refreshed and the list of records become empty, but I can see the record details in the Detailed record frame.
Now I want to keep the list of records frame with all records when I am trying to call the record detail view action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论