t;> Frank W. Zammetti
>> Author of "Practical Ext JS Projects with Gears" (coming soon)
>> and "Practical Dojo Projects"
>> and "Practical DWR 2 Projects"
>> and "Practical JavaScript, DOM Scripting and Ajax Project
ement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Thu, 11 Jun 2009 10:07:20 -0400
> Subject: Re: opening a popup window from Action Class
> From: fzli...@o
zammetti.com
On Thu, June 11, 2009 2:03 am, abhishek reddy wrote:
> hi every one,
>
> How to open a popup window from Struts Action Class?
>
> thanks in advance
> --
> Abhishek
>
-
To unsubscribe, e-ma
That's something you have to handle in your view, either with
javascript or just a link with the proper target attribute.
Nils-H
On Thu, Jun 11, 2009 at 8:03 AM, abhishek reddy wrote:
> hi every one,
>
> How to open a popup window from Struts Action Class?
>
> thanks in adv
hi every one,
How to open a popup window from Struts Action Class?
thanks in advance
--
Abhishek
hi every one,
How to open a popup window from Struts Action Class?
thanks in advance
--
Abhishek
On Sat, Aug 9, 2008 at 3:49 AM, Roger <[EMAIL PROTECTED]> wrote:
> On Friday 08 August 2008 07:51:01 Frans Thamura wrote:
> > On Fri, Aug 8, 2008 at 9:08 AM, mujoko mujoko
> <[EMAIL PROTECTED]>wrote:
> > > Dear Struts 2 users
> > >
> > >
> > > I'm trying to create poup window in struts 2,
> > > Co
On Friday 08 August 2008 07:51:01 Frans Thamura wrote:
> On Fri, Aug 8, 2008 at 9:08 AM, mujoko mujoko
<[EMAIL PROTECTED]>wrote:
> > Dear Struts 2 users
> >
> >
> > I'm trying to create poup window in struts 2,
> > Could you please to give sample code for this task in struts 2?
>
> taka a look our
On Fri, Aug 8, 2008 at 9:08 AM, mujoko mujoko <[EMAIL PROTECTED]>wrote:
> Dear Struts 2 users
>
>
> I'm trying to create poup window in struts 2,
> Could you please to give sample code for this task in struts 2?
>
>
taka a look our cimande project
http://www.sf.net/projects/cimande
we use a lot
Dear Struts 2 users
I'm trying to create poup window in struts 2,
Could you please to give sample code for this task in struts 2?
regard
--
Mujoko
wow, i'm feeling so stupid. i realized that just in this moment.
thank you.
Diego Ezquerro Bailac
Asturias, Spain
- Mensaje original
De: Dave Newton <[EMAIL PROTECTED]>
Para: Struts Users Mailing List
Enviado: miércoles, 3 de octubre, 2007 17:09:12
Asunto: Re: Struts Popup
2007/10/3, Diego Ezquerro <[EMAIL PROTECTED]>:
>
> All that i want is to pass that session attribute (it isn't a String) to
> fillTrazability action class.
Since it is a session-scoped attribute, why don't you read it directly in
your destination page, without passing any parameter?
Antonio
e, I think this is a
> stupid question but I was hours searching the
> Internet and found nothing.
>
> What i wanna do is to pre-process a session
> attribute and then show a popup window with the
> result.
> My code is as follows:
>
>
OnClick="window.open('./
Hi to everybody.
I have a problem with a JSP page, I think this is a stupid question but I was
hours searching the Internet and found nothing.
What i wanna do is to pre-process a session attribute and then show a popup
window with the result.
My code is as follows:
Set Trazability
"srd
P page, I think this is a stupid question but I was
> hours searching the Internet and found nothing.
>
> What i wanna do is to pre-process a session attribute and then show a popup
> window with the result.
> My code is as follows:
>
> Set Trazability
>
> "srd_tree&
Hi to everybody.
I have a problem with a JSP page, I think this is a stupid question but I was
hours searching the Internet and found nothing.
What i wanna do is to pre-process a session attribute and then show a popup
window with the result.
My code is as follows:
Set Trazability
"srd
1. I am on a page and would like the user to click on a link which would
invoke my popup window picker.
Sorry, but what is a popup window picker? I've a need to display popup
windows in my application & I've tried googling and can't find
anything.
Incidentally, has anyone t
I am trying to accomplish the following:
1. I am on a page and would like the user to click on a link which would
invoke my popup window picker.
2. The popup window is an Action that allows the user to make a multi
selection.
3. After the user selects his values and clicks ok, I would like the
Moreno <[EMAIL PROTECTED]> wrote:
Thanks for your help Joe, but I allready did everything you said. The
action I'm using works perfectly in a normal window... the problem occurs
when I use it in the popup window. I'm using struts 1.1. This is the
struts-confi
Thanks for your help Joe, but I allready did everything you said. The action
I'm using works perfectly in a normal window... the problem occurs when I use
it in the popup window. I'm using struts 1.1. This is the struts-config code
snippet:
Form:
Action:
- Origin
elps.
Joe
On 2/8/07, Yariel Ramos Moreno <[EMAIL PROTECTED]> wrote:
Hi all:
From a page in my struts application, I need to open a popup window with
some fields to pick up some values. I created an ActionForm with the filed's
properties and an Action asociated to it. The problem
Hi all:
>From a page in my struts application, I need to open a popup window with some
>fields to pick up some values. I created an ActionForm with the filed's
>properties and an Action asociated to it. The problem is that when I try to
>open the popup the following exception
This is driving me crazy. On a form I have another button(other than
the main submit) that is supposed to open a popup window which will
display an Excel doc. I have some javascript which I'll show that
changes the form's target for the popup. The Action dispatch method
called ret
a new popup window you change the current window name
then change it back.
window.name = "windowChoice"; //this has to match the form target name
//called from some other link or button
function iWantAPopUp() {
window.name = "somethingElse";
form.dispatch.value
Can you do it in Javascript? something like the following:
Parent window:
onclick="openPopup();" >
Popup window
// getting multiple selected values from opener
// set selected values (will be a list) to hidden form field
// document.forms[0].multiSel1.value=
on the form and up processing it and displaying it on a
popup window.
If it were just a few regular params i'd just create url link and pass
in through javascript the params as a get request. In this case, since
there are several multi select options, it would seem easier to submit
the whole f
there any way to customize the client side validation popup
window
Hi All,
would like to know if there is any way to customize the client side
validation popup window ? i am using struts client side validator.
thanks
lixin
-
To
Hi All,
would like to know if there is any way to customize the client side
validation popup window ? i am using struts client side validator.
thanks
lixin
oh ok. got it. Thank you very much for your response.
From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: "Struts Users Mailing List"
CC: user@struts.apache.org
Subject: Re: popup window
Date: Thu, 6 Apr 2006 13:57:02 -0
; redirect="false"/>
>
>
>
>>From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
>>Reply-To: "Struts Users Mailing List"
>>To: "Struts Users Mailing List"
>>CC: user@struts.apache.org
>>Subject: Re: popup window
>
instead of
should I do
> onLoad="window.close();">" redirect="false"/>
From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: "Struts Users Mailing List"
CC: user@struts.apache.org
Sub
rom: "Frank W. Zammetti" <[EMAIL PROTECTED]>
>>Reply-To: "Struts Users Mailing List"
>>To: "Struts Users Mailing List"
>>CC: user@struts.apache.org
>>Subject: Re: popup window
>>Date: Thu, 6 Apr 2006 12:22:29 -0400 (EDT)
>>
>&
;Struts Users Mailing List"
To: "Struts Users Mailing List"
CC: user@struts.apache.org
Subject: Re: popup window
Date: Thu, 6 Apr 2006 12:22:29 -0400 (EDT)
Firstly, there is a Wiki page that may or may not be helpful:
http://wiki.apache.org/struts/OpenWindowFromAction
On Thu, Apri
Firstly, there is a Wiki page that may or may not be helpful:
http://wiki.apache.org/struts/OpenWindowFromAction
On Thu, April 6, 2006 10:24 am, fea jabi said:
> want to open a popup window when the user clicks on a button. how to do
> that?
> do not want to update any fields when the
want to open a popup window when the user clicks on a button. how to do
that?
do not want to update any fields when the window is closed from where the
popup window was opened by click of a button.
The below code is in jsp, dispatchaction of a popup window.
In jsp:
value="${btnR
newwindow.close();
}
}
')">
...
Close Window
Chad
-Original Message-
From: alu, artifex [mailto:[EMAIL PROTECTED]
Sent: Friday, February 11, 2005 9:43 AM
To: Struts Users Mailing List
Subject: Re: How to assign the POPUP window to hyperlink i.e ','previeww
it *should* work without the onClick event but with the javascript: keyword
before the link:
','previewwin','width=700,height=460,
scrollbars=yes,resizable=yes,location=no');">
...
just look at the quotes: ' opposed to " -- i think that's the reason why it
didnt work
art
senthil Kumar wrote:
He
This code is saying that the URL the link points to is a string of
Javscript. That won't work. You'll need to handle the onClick event of
the link and execute that script in response to it. It MIGHT work if
you put javascript: in front of it, but I've never tried that and I
suspect it won't
Here i put my code but width and height ,scrollbars,location
are all not working.
", "previewwin","width=700,height=460,
scrollbars=yes,resizable=yes,location=no");>
Thanks on advance.
regs.,
senthil
Brandon,
I was looking for the same functionality in my
application. Can you please post your code/sample
code.
TIA,
Bala
---
--- Brandon Mercer <[EMAIL PROTECTED]> wrote:
> Hello,
> I've got a slighty off topic question for the group.
> I've got a pop-up
> window that I use in my applicatio
..djsuarez
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 27, 2005 9:56 AM
To: user@struts.apache.org
Subject: Re: Popup window submitting to action
reload()... cool, didn't see that in my reference book. Everyone learns
somethin
reload()... cool, didn't see that in my reference book. Everyone learns
something new every day! :)
(sure seemed like something that would be there, glad to know I just missed it)
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
On Thu, Jan
Well, you could either (a) create a form with an action of billpay.do and
submit it, or (b) you could do parent.location="billpay.do". That should
essentially do a refresh.
I'm not aware of any refresh method, unless you are OK with IE-only code... IE
has a number of "commands", as they are ca
Cedric Levieux wrote:
Here what you want in the page retrieved after the submit action and reached
via this action :