Hi,
I am working on WebObjects application, using
AjaxUpdateContainers(ProjectWonder). I have a web page that has the
following structure:
I have three different layouts(framesets) designed in a web page.
There are four to five pages are displayed in different frames laid
out in different framesets. In every request there will be one set of
pages will be displayed in one layout of frameset. There are Ajax
Update areas defined in these different pages and based on the
condition I have to change the layout of the framesets and display
these pages in that layout. In every Ajax submit the condition can
change and based on this condition the frameset layout construction
should also change. As I am using Ajax updates so the entire page is
not constructing based on the conditionals in every request, so this I
have to do it within the Ajax updates which doesn't submits the enitre
page and change the frames construction.
Any help would be appreciated.
-------------------------------------------------------------------------------------------------------------------------------------------------
<FRAMESET ID=MainFrameset ROWS="110, *">
<WEBOBJECT NAME=HeaderPage></WEBOBJECT>
<webobject name=NotPassageConditional>
<FRAMESET ID=NoPassageFrameset COLS="55%, *"
frameborder=0 border=0>
<webobject name=NoToolsAndCopyRight>
<WEBOBJECT
NAME=QuestionPage></WEBOBJECT>
</webobject>
<webobject name=HasToolsOrCopyRight>
<WEBOBJECT
NAME=QuestionFrameset>
<WEBOBJECT
NAME=QuestionPage></WEBOBJECT>
<webobject name=ToolConditional><WEBOBJECT NAME=ToolPage></
WEBOBJECT></webobject>
<webobject name=CopyrightConditional><WEBOBJECT
NAME=CopyrightPage></WEBOBJECT></webobject>
</WEBOBJECT>
</webobject>
<WEBOBJECT
NAME=StudentAnswerPage></WEBOBJECT>
</FRAMESET>
</webobject>
<webobject name=PassageConditional>
<webobject name=
NotDefaultQuestionLayoutConditional >
<FRAMESET ID=PassageFrameset ROWS="40%,
*">
<WEBOBJECT
NAME=PassagePage></WEBOBJECT>
<FRAMESET ID=ToolFrameset COLS="55%,
*">
<webobject
name=ToolConditional>
<FRAMESET
ID=QuestionFrameset ROWS="*, 61">
<WEBOBJECT
NAME=QuestionPage></WEBOBJECT>
<WEBOBJECT
NAME=ToolPage></WEBOBJECT>
</FRAMESET>
</webobject>
<webobject
name=NoToolConditional>
<WEBOBJECT
NAME=QuestionPage></WEBOBJECT>
</webobject>
<WEBOBJECT
NAME=StudentAnswerPage></WEBOBJECT>
</FRAMESET>
</FRAMESET>
</webobject>
<webobject name= DefaultQuestionLayoutConditional
>
<FRAMESET COLS="*, 400">
<FRAMESET ROWS="70*, 101*">
<WEBOBJECT
NAME=QuestionPage></WEBOBJECT>
<webobject
name=ToolConditional>
<FRAMESET ROWS="*,
61">
<WEBOBJECT
NAME=PassagePage></WEBOBJECT>
<WEBOBJECT
NAME=ToolPage></WEBOBJECT>
</FRAMESET>
</webobject>
<webobject
name=NoToolConditional>
<WEBOBJECT
NAME=PassagePage></WEBOBJECT>
</webobject>
</FRAMESET>
<WEBOBJECT
NAME=StudentAnswerPage></WEBOBJECT>
</FRAMESET>
</webobject>
</webobject>
</FRAMESET>
-------------------------------------------------------------------------------------------------------------------------------------------------
Regards,
Raghavender.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]