Re: Popup from struts

2007-07-27 Thread Jasper Floor
On 7/26/07, Carlos González López [EMAIL PROTECTED] wrote:
 Hi,

 I need to open a popup from struts-conf.xml.
 this is possible?

I am going to assume struts 1.x

I have been looking into how to manage popups in struts and the
conclusion is really that you have to call it from javascript. I had
been hoping for a neater way of handling it but oh well. As to calling
it from struts-config.xml. Why would you want to? if its the entry
into your app, well I don't think you want to popup. Otherwise just do
a js that opens the aciton in a new window.

Oh, in general popups are discouraged for webapps. I don't actually
disagree with that, but for intranet apps, or more to the point
trusted apps I think they are just fine.

mvg,
Jasper

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



Fwd: Popup from struts

2007-07-26 Thread Carlos González López

-- Forwarded message --
From: Carlos González López [EMAIL PROTECTED]
Date: 26-jul-2007 16:40
Subject: Popup from struts
To: user@struts.apache.org

Hi,

I need to open a popup from struts-conf.xml.
this is possible?

thank you


Popup from struts

2007-07-26 Thread Carlos González López

Hi,

I need to open a popup from struts-conf.xml.
this is possible?

thank you