如何在 Oracle Adf 11g 中的单个页面上创建动态创建表单?

发布于 2025-01-05 12:43:52 字数 546 浏览 0 评论 0原文

我的要求是:

我有两个 jspx 页面,即 view1.jspxview2.jspx
我在 view1.jspx 页面中有两个超链接,即 添加名称详细信息添加地址详细信息
单击添加名称详细信息时,控件应转到view2.jspx,并使用创建表单到名为NameData的表,其中我有三列, “姓名”、“性别”和“出生日期”
表单应分别包含 InputText、Radio 按钮 Calendar 等组件 现在,当单击第二个超链接添加地址详细信息时,控件应转到同一页面view2.jspx,但 AddressData 表的表单不同还有另外三个不同的列“城市”、“国家/地区”和“PIN 码”。此处的组件将是下拉菜单、下拉菜单和输入文本。

请帮忙。

My requirement is:

I have two jspx pages namely, view1.jspx and view2.jspx.
I have two hyperlinks in the view1.jspx page namely Add Name Details and Add Address Details.
When clicking Add Name Details, control should go to the view2.jspx with a Create Form to the table named NameData where I have three columns, "Name", "Sex" and "Date of Birth".
The form should contain components as InputText, Radio button Calendar respectively
Now, when clicking the second hyperlink Add Address Details,control should go to the same pageview2.jspx with a different form for the AddressData table with three other different columns "City", "Country" and "PIN Code".Where the components here would be drop down, drop down and an Input Text.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

野侃 2025-01-12 12:43:52

您可以使用切换器组件来切换页面上显示的内容。

http://www.youtube.com/watch?v=tMuZJvU5eTk

You can use a switcher component to switch what is shown on the page.

http://www.youtube.com/watch?v=tMuZJvU5eTk

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