RE: opening a popup window from Action Class

2009-06-11 Thread Frank W. Zammetti
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

RE: opening a popup window from Action Class

2009-06-11 Thread Martin Gainty
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

Re: opening a popup window from Action Class

2009-06-11 Thread Frank W. Zammetti
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

Re: opening a popup window from Action Class

2009-06-10 Thread Nils-Helge Garli Hegvik
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

opening a popup window from Action Class

2009-06-10 Thread abhishek reddy
hi every one, How to open a popup window from Struts Action Class? thanks in advance -- Abhishek

opening a popup window from Action Class

2009-06-10 Thread abhishek reddy
hi every one, How to open a popup window from Struts Action Class? thanks in advance -- Abhishek

Re: Popup window

2008-08-08 Thread Frans Thamura
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

Re: Popup window

2008-08-08 Thread Roger
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

Re: Popup window

2008-08-07 Thread Frans Thamura
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

Popup window

2008-08-07 Thread mujoko mujoko
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

Re: Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
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

Re: Struts Popup window with session param

2007-10-03 Thread Antonio Petrelli
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

Re: Struts Popup window with session param

2007-10-03 Thread Dave Newton
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('./

Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
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

Re: Popup window with session param

2007-10-02 Thread Wes Wannemacher
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&

Popup window with session param

2007-10-02 Thread Diego Ezquerro
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

Re: Struts 2, Popup window ?

2007-05-16 Thread Roger Varley
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

Struts 2, Popup window ?

2007-05-16 Thread Will Berger
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

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
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

Re: Action and ActionForm in popup window

2007-02-08 Thread Yariel Ramos Moreno
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

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
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

Action and ActionForm in popup window

2007-02-08 Thread Yariel Ramos Moreno
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

Help with Excel in new IE popup window - problem when it remains open

2006-06-17 Thread Rick Reumann
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

Re: Advice on hanlding multi-select options that need a regular submit on form, plus a submit to popup window

2006-06-15 Thread Rick Reumann
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

Re: Advice on hanlding multi-select options that need a regular submit on form, plus a submit to popup window

2006-06-15 Thread Saul Qunming Yuan
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=

Advice on hanlding multi-select options that need a regular submit on form, plus a submit to popup window

2006-06-15 Thread Rick Reumann
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

RE: is there any way to customize the client side validation popup window

2006-05-19 Thread Chaudhary, Harsh
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

is there any way to customize the client side validation popup window

2006-05-19 Thread Lixin Chu
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

Re: popup window

2006-04-06 Thread fea jabi
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

Re: popup window

2006-04-06 Thread Frank W. Zammetti
; 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 >

Re: popup window

2006-04-06 Thread fea jabi
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

Re: popup window

2006-04-06 Thread Frank W. Zammetti
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) >> >&

Re: popup window

2006-04-06 Thread fea jabi
;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

Re: popup window

2006-04-06 Thread Frank W. Zammetti
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

popup window

2006-04-06 Thread fea jabi
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

RE: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread Chad Baker
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

Re: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread alu, artifex
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

Re: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread Frank W. Zammetti
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

How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread senthil Kumar
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

Re: Popup window submitting to action

2005-01-27 Thread bala pamarti
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

RE: Popup window submitting to action

2005-01-27 Thread David Suarez
..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

Re: Popup window submitting to action

2005-01-27 Thread fzlists
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

Re: Popup window submitting to action

2005-01-27 Thread fzlists
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

Re: Popup window submitting to action

2005-01-27 Thread Brandon Mercer
Cedric Levieux wrote: Here what you want in the page retrieved after the submit action and reached via this action :