• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Dynamic construction of Framesets and Frames using Ajax updates/submit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dynamic construction of Framesets and Frames using Ajax updates/submit


  • Subject: Dynamic construction of Framesets and Frames using Ajax updates/submit
  • From: Raghavender <email@hidden>
  • Date: Thu, 17 Dec 2009 20:21:48 +0530

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • OT: Refactor files into packages (Eclipse)
      • From: "Cheong Hee (Gmail)" <email@hidden>
  • Prev by Date: Re: Email WOes
  • Next by Date: ERXWOFileUpload / AjaxSubmitButton - filePath and data bindings empty
  • Previous by thread: Clob in Derby database
  • Next by thread: OT: Refactor files into packages (Eclipse)
  • Index(es):
    • Date
    • Thread