Hi,
I have a window component. I have a form in it with a few text fields. Now, my requirement is, when i click submit in this form, the action page that i have mentioned should be loaded within this window. But the whole page is loaded with the action page here, i dont want this to happen. Secondly, how do i display the values in the field in the action page. Like, in JSP we have "request.getParameter('fieldname')", Like wise how do i access smart client field values in the action page.
Please help me in this regard. Thank you
I have a window component. I have a form in it with a few text fields. Now, my requirement is, when i click submit in this form, the action page that i have mentioned should be loaded within this window. But the whole page is loaded with the action page here, i dont want this to happen. Secondly, how do i display the values in the field in the action page. Like, in JSP we have "request.getParameter('fieldname')", Like wise how do i access smart client field values in the action page.
Please help me in this regard. Thank you
Comment