如何在jsp页面中使用LocalValueBean

发布于 2024-10-09 16:21:35 字数 254 浏览 0 评论 0原文

我在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我早已燃尽 2024-10-16 16:21:35

似乎您的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文