实施“窗口管理器” 用于 JSP 自定义标记中的 HTML
我有个问题: 我需要构建一个自定义标签,它可以获取其子标签(每个子标签将呈现为某种 HTML 小部件)并以某种智能方式将它们呈现到页面中。
这是一个相当开放式的问题,所以我想了很多不同的方法来解决它。 我需要的是一些关于如何
- 做的输入:其他人已经完成了
- 想法
我的想法:
- 使用 960 网格系统 CSS 之类的东西进行布局,并使用 JSP 自定义标记属性指定每个小部件的位置。 如果未指定,则使用 HTML 表格进行流布局
- ,并使用流布局将每个小部件粘贴到单元格中(这可能会出现问题,因为某些小部件不是方形的,它们是 3x1 或 1x3 等。
I have a problem:
I need to build a custom tag, which can take its child tags (each of which will render as an HTML widget of some sort) and render them into the page in some intelligent manner.
It's a fairly open ended question, so I have thought of many different ways to solve it. What I need is some input on how:
- others have done it
- ideas
My ideas:
- using something like 960 grid system CSS for the layout, and specify each widget's location using JSP custom tag attributes. If none specified, do a flow layout
- use an HTML table, and stick each widget into a cell using flow layout (this can be problematic since some widgets aren't square, they are 3x1, or 1x3 etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“其他人是如何做到的”-他们可能使用了门户网站?
也许 Apache Portals 页面上的内容可以帮助您。
"How others have done it" - they have probably used a portal?
Maybe something at the Apache Portals page could help you.