|
| Re: Layout using div's |
 |
Fri, 9 May 2008 04:24:09 -0700 |
Thanks, Deepak
I have done just what you recommend earlier. I have mye body.jsp, but I do not
know how to edit it. What is valid tags, I can not write html or jsp it seems.
And I do not find a way for me to write begin and end tags. I can not find
documentation (just API) and not one single sample anywhere. The code is
provided below. Where is the endtag rendered, and how can I edit anything in
between?
[pre]
<jsp:root version="2.0"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:skeleton="http://www.bea.com/servers/portal/tags/netuix/skeleton"
;
>
<jsp:directive.page session="false" />
<jsp:directive.page isELIgnored="false" />
<skeleton:context type="bodypc">
<skeleton:control name="body"
presentationContext="$"
presentationId="container">
<skeleton:children/>
</skeleton:control>
</skeleton:context>
</jsp:root>
[/pre]
The layout editing I have tired out before, but I fails everytime. The layout
will now display.
I have a support Issue on this matter, but BEA has not followed it thru...
Regards,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|