Yes, good point about SP2. I have an app here at work that does quite a bit of this sort of thing, and SP2 did cause problems (I fully expected it would). Just had to have the setting changed to allow popups from the site, no problem.

If it's an internal-only app, that might not be a problem as in my case, but if it's a public web site, you definitely might run into issues. I'd suggest altering your design to avoid popups if your not dealing with a "captive" audience, so to speak.

Making it more Struts-like, I think you've got it already... When you do your popup from Javascript, are you going directly to a JSP? If so you might consider executing an Action instead, that's about the only thing I can think of.

Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
www.omnytex.com





From: "Mark Benussi" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: popup design (Off the subject)
Date: Thu, 16 Sep 2004 14:08:32 +0000

Dont wish to change the subject but XP service pack 2 has severely limited popups.

Worth bearing in mind


----Original Message Follows---- From: Bj <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: popup design Date: Thu, 16 Sep 2004 16:03:40 +0200

Hi,

I need some tips to design popup calls.

I have the main page containing a list in <table></table> tags with for each row several buttons calling popups (modification/creation/deletion/history/...) For each row parameters passed to the popup are differents.

And a popup pages : creation/modification, history,...

For now I use some javascript to create popup and pass parameters. Then in the JSP I retrieve request parameter and fill corresponding properties. At the end, the user post change to the Action.

How can I use Action to call popups and do this more "Struts spirit" ?
My problem is to pass parameters to the targeted ActionForm (the one corresponding to the popup jsp) in the main JSP.


thx,

Bj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to