Java Reference
In-Depth Information
In most situations we would like to have some components that apply to the whole
page and are not specific to one particular tab. These components should be left out
of the tab. In our example, the submit button and alert fit the bill, therefore we leave
them out of the tab.
At this point our components will have lost alignment. We can align them as usual
by dragging them in the Design window.
In the above screenshot, in addition to rearranging the components inside the tab, we
removed the style attribute of the Submit button and the alert, since this attribute
was being used to place these components in a specific location in the page (CSS
absolute positioning). By removing the attribute, the button is placed just under the
tab, and the alert is placed just under the button.
Dragging components into the Navigator window (as opposed to directly
in the Design window) has the effect of generating JSP source that better
resembles manually coded markup.
 
Search WWH ::




Custom Search