Luis Majano Forums Notification: Post to Frames

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

Hello,

I´m developing my first application with Coldbox.
Now I´m dealing
with a new trouble.

I have a page the user frames.
The dspHome event point
to the vwHome.cfm and inside vwHome.cfm it points to vwHomeMenu.cfm and
vwHomeMain.cfm.

[code]
<html>
<head>
  <title>My App</title>
</head>
<frameset cols="180,*" frameborder="yes" border="1" framespacing="0">
  <frame
name="lef" scrolling="no" noresize src="/views/vwHomeMenu.cfm">
  <frame
name="rit" src="/views/vwHomeMain.cfm">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
[/code]

My problem is the Event object isn´t
visible in vwHomeMenu.cfm and vwHomeMain.cfm. Only in vwHome.cfm

Is there a
way to do that?

Thanks,
Ronan

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=BFD20C58-123F-6116-42E6D0003646BE56