Hi All,
Having carried out the major bulk of cuztomizations on the Java Behaviour class as well as JSP ends , i am heading towards the final phase of my requirements Heart felt thanks to the community and senior members for your support.
My final task at hand is validation as well as customizing the container that contains my custom JSP's.The below shown is my custom page i have placed inside a container.

The area i am unclear about is where is the location of this container that contains this customized JSP of mine.Where do i need to make the change so that the Title on Top "Quickflow: -- Webpage Dialog" (encircled) is changed to "My Custom Functionality: -- Webpage Dialog".Also how can i replace the name "Quickflow" seen inside the container but out side the page (in grey background)?
The "OK" and "Cancel" buttons encircled here is for my doubt regarding Validation. I observed a similar container and JSP setup for "Create New Folder" functionality.There when the user clicks on the 'Next' button (seen where the OK & Cancel buttons are seen here) without entering the folder name, the validation comes in play after the page refresh and in place of the asterix beside the text box for foldername, the message "Folder name is compulsory pprears". As seen in the image i have provided i have employed a similar asterix by the following line in my JSP
<dmf:requiredfieldvalidator name="<%=DummyComponent.PROJECTNAME_VALIDATOR%>" controltovalidate="<%=DummyComponent.PROJECTNAME_TEXT_CONTROL_NAME%>" nlsid="Provide Name!!"/>
I want to have such a validation check when i click on a link "Send To Web Service" on the same page as seen in the image above (not visible here ..but seen on scroll down of the actual page). Now evidently for New Folder Creation the validation check is trigerred on the click of the "Next" button of the container. But i am unable to obtain or see what renders the components (Ok/Cancel/Next buttons etc)seen outside of my JSP page .
I have gone trough quite a few articles regarding WDK validations. But the sequence of steps to be carried out ; whether validator functions calling from Java behavious class are compulsory ? Whether tags like dmf:requiredfieldvalidator in the JSP alone will do the trick for validations with no changes in Java code? are few of the questions still unclear to me.
I hope my long query is lucid Do feel free to ask for clarifications. I am hoping for your help to see me through this phase of customizations.
Thank You
Regards
Vishnu S