如何在 Oracle Adf 11g 中的单个页面上创建动态创建表单?
我的要求是:
我有两个 jspx 页面
,即 view1.jspx
和 view2.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用切换器组件来切换页面上显示的内容。
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