如何在jsp页面中使用LocalValueBean
我在我的 dao 类之一中设置了某些 bean 标签和 bean 值。 我创建了一个 LocalValueBean
对象列表并将其作为列表传递给 jsp.. 现在在 jsp 处,我需要单独打印标签,并将鼠标悬停在标签上,我需要显示值。 我需要提取或者说直接在jsp中获取这些值... 我还在我的jsp中导入了org.apache.struts.util.LabelValueBean
,但它仍然不起作用..如果您有任何想法,请告诉我...
I have set certain bean label and bean value in one of my dao class..
I have created a list of LocalValueBean
objects and passed it as a list to jsp..
now here at jsp i need to print the label separately and on hover to the label i need to show the value..
i need to extract or to say get those values in jsp directly...
i have also imported the org.apache.struts.util.LabelValueBean
in my jsp but still its not working.. please let me know if you any ideas...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您的 Web 容器在编译 JSP 时无法找到 LabelValueBean.class。在这里发布您的 JSP,并确保适当的 struts jar 位于 WEB-INF/lib 中
Seems like your web-container is unable to find the LabelValueBean.class while compiling the JSP. Post your JSP here and also make sure appropriate struts jar is in the WEB-INF/lib