问题标签 [project-wonder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
53 浏览

java - 通过 WOTextField 验证用户的输入

如何检查用户通过 WOTextField 进行的输入?

这些是我的绑定:

这是Javacode:

如何检查用户的输入而不将其存储到 var 中?

0 投票
1 回答
121 浏览

java - Maven WebObjects、Wonder、maven build 不包括框架资源(图像等)

我使用 WebObjects 已经有一段时间了。我决定迁移到 maven 构建,由于某种原因,在构建产品的 /Contents/Frameworks 中找不到我的相关框架资源。因此,当我运行 D2W 应用程序时,我没有得到任何图像文件、样式表或任何属于框架的 Web 文件。

该应用程序似乎可以正常编译。但是在运行应用程序时,找不到来自框架的资源。我在 Contents/Frameworks 下找到了引用的框架。我确实尝试使用 WOFrameworkBaseURL 指向 /WebObjects/myappname/Frameworks 并没有解决问题。

这是我的 POM.XML