Luis Majano Forums Notification: Post to Error with Frames

Title: Error with Frames
Thread: Error with Frames
Forum: Discussions
Conference: ColdBox
User: ronanlucio

Hello,

I´m developing my first application with Coldbox.
It has the index
page with framesets that calls others two pages:

[code]
<frameset
cols="180,*" frameborder="yes" border="1" framespacing="0">
  <frame
name="menuFrame" scrolling="no" noresize
src="<cfoutput>/?event=#rc.xehMenu#</cfoutput>">
  <frame name="mainFrame"
src="<cfoutput>/?event=#rc.xehMain#</cfoutput>">
</frameset>
[/code]

The
problem occurs when it shows the index page.
Every time it gives one different
error.
Example:

- The setting ExceptionHandler does not exist.
FWSetting
flag is false (in the frameMenu - mainFrame opened fine)

<press F5 to reload
the browser>

- The setting RegisteredHandlers does not exist. (in the
mailFrame - frameMenu opened fine)

<press F5 to reload the browser>

- The
setting RegisteredHandlers does not exist. (in the mailFrame - frameMenu opened
fine)

<press F5 to reload the browser>

- The setting ExceptionHandler
does not exist.
FWSetting flag is false (in the frameMenu - mainFrame opened
fine)

<press F5 to reload the browser>

- The setting ExceptionHandler
does not exist.
FWSetting flag is false (in the mailFrame - frameMenu opened
fine)

<press F5 to reload the browser>

- The setting ExceptionHandler
does not exist.
FWSetting flag is false (in the mailFrame - frameMenu opened
fine)