[jboss-user] [JBoss Seam] - How to manage page via new popup window?

Stateless Bean do-not-reply at jboss.com
Thu Nov 15 05:57:40 EST 2007


Here is my structure in page folder
/Universum <- project
/Universum/tutorial <- tutorial

On main page I got index.html
and link to open new popuped window

  | <a href="#" id="rollover5" onclick="window.open('/Universum/tutorial/tutorial.seam', 'aaa', 'menubar=yes,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,width=800,height=600').focus(); return false" title="StarGate Universum #{messages['mainPage.title.faq']}" />
  | 

to open new popup and file
/Universum/tutorial/tutorial.seam

and here I get problem. How to declare link to my page in new window, but  from new window?!

/Universum/tutorial/tutorial.xhtml - template
/Universum/tutorial/page.xhtml = page

/Universum/tutorial/page.seam is visible from main page, but not from popup

/Universum/tutorial/page.xhtml is visible from main page, but popup is not opened but browser want to download this file.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104933#4104933

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104933



More information about the jboss-user mailing list