Re: picking up values from popup

2011-08-30 Thread James Jithin
.. > //this is a popup window > > > > > > > > > > now how i can pick up value for "abc", if i am trying the bodyform.java, > its > nt setting or getting the value, then how to get these in bodyaction? > > -- > View this message

picking up values from popup

2011-08-30 Thread deeps
i have following code... . .. //this is a popup window now how i can pick up value for "abc", if i am trying the bodyform.java, its nt setting or getting the value, then how to get these in bodyaction? -- View this message in context: http://stru

Wanted to use popup across frames.

2011-07-18 Thread manolion
Wanted to use popup across frames. Tiles defination: <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" framebord

Wanted to use popup across frames.

2011-07-18 Thread manolion
Wanted to use popup across frames. Tiles defination: <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" frameborder="no" no

Wanted to use popup across struts tiles frames.

2011-07-14 Thread manolion
Wanted to use JQuery popup across frames. Tiles definatin <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" frameborder="no" nores

Ajax validation to open a conditional popup

2009-12-06 Thread Raj Malhotra
g the form values.open a window popup to download the excel sheet. Is my approach correct.IF so please provide me some details or pointer so that i can implement this.In case if there is better appraoch then this,i will love to hear from you. Thanks Raj

Problems, using submit button with individual confirm popUp

2009-09-17 Thread GernotB
Hi there, is there any possibility in the struts html:submit tag to use a self created javascript popUp for confirmation instead of the standard 'confirm()'? I tried to replace the browsers confirm() function with a self created javascript popUp. Javascript is called in the onClick ev

RE: opening a popup window from Action Class

2009-06-11 Thread Frank W. Zammetti
que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la > copie de ceci est interdite. Ce message sert à l'information seulement et > n'aura pas n'importe quel effet légalement obligatoire. Étant donné que > les email peuvent faci

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

Dojo Modal Popup

2009-03-21 Thread Sundararaman, Anand
Hi, Is there any struts-dojo-tags example available which shows the implementation of the modal popup feature. I do have examples from dojo toolkit, but it would be helpful to know how to make use of the struts dojo tags. Thanks in advance. Anand

Re: Invoke popup after saving Data

2009-02-04 Thread Nils-Helge Garli Hegvik
You don't invoke the javascript from your action. You probably want to use javascript to post the data, and then display the popup when you have received a response from the server. Google for 'ajax form' and 'javascript popup', and you will find many examples. Nils-H On

Re: Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
Hi, How to invoke the javaScript from execute method? And i am not clear with the reply u send. Srikanth Srikanth Goud wrote: > > Hi, > I have a requirement where after saving data in to database , show a > popup in the same page propmting Continue or ok. > > For

Re: Invoke popup after saving Data

2009-02-04 Thread He Tao
Hi, Try to use Ajax? or use the frame with no length, when the saving is over, refresh the hide frame and invoke the popup script. Also, you can refresh the current frame which you just committed, to popup the confirm. After user confirm it, start a new request to do the other things

Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
Hi, I have a requirement where after saving data in to database , show a popup in the same page propmting Continue or ok. For this i am planning to write a javascript for popUp. But how to invoke the popup from the execute method? And how to write the JavaScript in the Bean? Or is there any

Re: [OT] Re: Struts1 - how to reload parent window from popup

2008-09-08 Thread not
-- View this message in context: http://www.nabble.com/Struts1---how-to-reload-parent-window-from-popup-tp15917342p19370582.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Popup window

2008-08-08 Thread Frans Thamura
> > > 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 of popup reference there > > > > "Invalid Project" ? > work or this http://sourceforge.net/projects/cimande F

Re: Popup window

2008-08-08 Thread Roger
e for this task in struts 2? > > taka a look our cimande project > > http://www.sf.net/projects/cimande > > we use a lot of popup reference there > "Invalid Project" ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Popup window

2008-08-07 Thread Frans Thamura
t/projects/cimande we use a lot of popup reference there F

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

How to popup a new window having detailed data on click of textbox

2008-04-23 Thread Rishi Deepak
I am working on Human Resource system with STRUTS1. I have a case that user have already entered the employee number and its personel details in a form. In second form user want to select the employee number and employee name already entered and donot want to type again the employee number and n

[OT] Re: Struts1 - how to reload parent window from popup

2008-03-08 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > use javascript > javascript:history.back(); I don't believe that would submit the form in the parent window, and I don't think the window that popped up would have a history anyway, no? Dave -

[OT] Re: Struts1 - how to reload parent window from popup

2008-03-08 Thread Dave Newton
Doesn't the popup get a reference to the opening window? Seems like you could populate the form directly via the DOM and submit it the same way. Dave --- bhaarat Sharma <[EMAIL PROTECTED]> wrote: > I am trying something like this > function openPopup() { > windowReference

Re: Struts1 - how to reload parent window from popup

2008-03-08 Thread Martin Gainty
use javascript javascript:history.back(); ? Martin - Original Message - From: "bhaarat Sharma" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, March 08, 2008 12:08 PM Subject: Re: Struts1 - how to reload parent window from popup > I

Re: Struts1 - how to reload parent window from popup

2008-03-08 Thread bhaarat Sharma
arent passed to the popup window. But the above code is opening 2 windows...first one doesnt have passed parameters..second one does.. On Sat, Mar 8, 2008 at 11:56 AM, bhaarat Sharma <[EMAIL PROTECTED]> wrote: > Hello > > I am wondering if there is anyway to reload a par

Struts1 - how to reload parent window from popup

2008-03-08 Thread bhaarat Sharma
Hello I am wondering if there is anyway to reload a parent window from the popup window. Basically I have a parent window that has a 'Add Contact' link up top and then list of added contacts. When user clicks the addcontact info a popup window is opened where users enter information

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

file save popup in javascript window

2007-08-27 Thread dekar
Hi, I dont know the source of this error but its really wierd error I think the source is javascript/apacheconfig/struts. I am getting a save file popup (TopicAction.do as the filename) when I click a button in a javascript window. I am trying to submit a form from a javascript window which

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

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

how to passing values from popup to parent window and refresh it?

2007-07-09 Thread horri khalid
Hi all, I use link to open a popup, in this popup i have a list of cars with radio button. So if the user choose a car, i want to do: 1-get the idcar and affect it to ActionForm. 2-close the popup. 3- refresh the parent window and show the car selected(if possible the id car must be in a hidden

Re: Data mingling across multiple popup windows when opened almost simultaneously from the same browser instance

2007-07-08 Thread Dave Newton
--- shamsnezami <[EMAIL PROTECTED]> wrote: > Please provide a solution to this problem? Don't use a session-scoped form if you're dealing with a single session-scoped form with the same name and hitting it with multiple requests from the same session and not somehow serializing / synchronizing tho

Data mingling across multiple popup windows when opened almost simultaneously from the same browser instance

2007-07-08 Thread shamsnezami
Multiple Popup Windows Requirement: • There is a list of hyperlinks on a page and on click of each hyperlink a popup opens. So if user clicks on 10 hyperlinks then 10 popup opens. • Each popup displays a distinct data based on the received parameters. • The data displayed in

how to passing values from popup to parent window and refresh it?

2007-07-06 Thread horri khalid
Hi all, I use link to open a popup, in this popup i have a list of cars with radio button. So if the user choose a car, i want to do: 1-get the idcar and affect it to ActionForm. 2-close the popup. 3- refresh the parent window and show the car selected(if possible the id car must be in a hidden

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: [s2] ajax tags for doing popup/overlay form?

2007-04-27 Thread patwary rao
ind > any examples on the struts2 docs, i would like to > know how best to go > about doing a popup/overlay form using struts2 + > ajax. > > so for example, if the user is on a page and clicks > a link like "add > category" that link would popup/overlay a simple

Re: [s2] ajax tags for doing popup/overlay form?

2007-04-26 Thread Musachy Barroso
The ajax tags don't support overlays, or floating panels. regards musachy On 4/26/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: i'm guessing that this is a pretty common problem but i couldn't find any examples on the struts2 docs, i would like to know how best to g

[s2] ajax tags for doing popup/overlay form?

2007-04-26 Thread Allen Gilliland
i'm guessing that this is a pretty common problem but i couldn't find any examples on the struts2 docs, i would like to know how best to go about doing a popup/overlay form using struts2 + ajax. so for example, if the user is on a page and clicks a link like "add category&q

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
Yariel: Your struts config looks good. I can't guess why you'd have different results in a popup vs. a regular page unless you are perhaps using different modules or somehow have the webapp deployed under two contexts with slightly different configurations. Have you done a full clean

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

Problem with DownloadAction and IE popup blocker

2006-10-17 Thread Oliver Meyn
whole process works fine in Firefox. With IE, however, after the jsp meta-refresh time elapses (2 secs) IE blocks the download with its popup blocker (the bar lowers down from the address bar). If the user clicks on the lowered warning bar and chooses Download File, the DownloadAction trigger

Re: Opening a popup with same data as the main window

2006-06-21 Thread David Durham
Anjishnu Bandyopadhyay wrote: Hi all, I need to open a popup screen from a main window (on click of a button), with the same data as the main window. (The purpose is that the popup will serve a print preview screen for the data to be printed.) I cannot go to the server back and fetch the data

RE: Opening a popup with same data as the main window

2006-06-21 Thread Swapan Mazumdar
also be accessed later. -Original Message- From: Anjishnu Bandyopadhyay [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 03:47 PM To: Struts Users Mailing List Subject: Opening a popup with same data as the main window Hi all, I need to open a popup screen from a main window (on click of

Opening a popup with same data as the main window

2006-06-21 Thread Anjishnu Bandyopadhyay
Hi all, I need to open a popup screen from a main window (on click of a button), with the same data as the main window. (The purpose is that the popup will serve a print preview screen for the data to be printed.) I cannot go to the server back and fetch the data. (This needs to be

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: popup

2006-05-25 Thread Monkeyden
Is this a Struts question? On 5/25/06, Abhimanyu Koul <[EMAIL PROTECTED]> wrote: how can i use a popup window to search for a record from the database and on clicking any record in the popup window, i should get that value into my text box. search Abhimanyu Koul FinEng Soluti

Re: popup

2006-05-25 Thread Deva Pitchai(NatureSoft)
try this.. onclick of the text link.. put this line *window.opener*.getElementById('a_id').*value = "somevalue"; * -- Regards, Deva. Abhimanyu Koul wrote: how can i use a popup window to search for a record from the database and on clicking any record in the popup

popup

2006-05-25 Thread Abhimanyu Koul
how can i use a popup window to search for a record from the database and on clicking any record in the popup window, i should get that value into my text box. search Abhimanyu Koul FinEng Solutions (P) Ltd. Dani Compound, 158, Vidyanagari Marg, Kalina, Santacruz (East), Mumbai - 400 098

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: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Neil Erdwien
I wonder if Firefox and Mozilla don't complain because you've turned that setting off. In Firefox, try "about:config" and then filter for "warn". The setting security.warn_viewing_mixed must be set to true in order to get the warning. If it already is true, then I think you've got to look fo

Re: [OT] Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
Thanks to everyone who offered help. I just figured out the problem is with IE 6 + SSL + flash. IE Doesn't work fine when specific headers are set. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fdc7b5c Thanks, Vijay Venkataraman Dave Newton wrote: vijay venkataraman wrote:

[OT] Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Dave Newton
vijay venkataraman wrote: > I checked all files. js, css, jsp and other files. There is debug > statements and all request go through a specific filter. There is not > even a single http request. > I am looking for something like live http header for IE. I found > something by name ieHTTPHeaders -

Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
ginal Message- From: vijay venkataraman [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 9:57 AM To: Struts Users Mailing List Subject: Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items Richard thanks for information. This happens only with I

RE: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Quinn Stone
o:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 9:57 AM To: Struts Users Mailing List Subject: Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items Richard thanks for information. This happens only with IE. There is no content in the page, which refers to a http

Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
-Original Message- From: vijay venkataraman [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 6:42 AM To: Struts Users Mailing List Subject: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items I just enabled SSL in Tomcat Server 5.5.9 for my

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Joe Moore
From: vijay venkataraman <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Friday, March 31, 2006 12:49:02 PM Subject: Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items Dave, Thanks for your input. Yes i have links without an http or https coded

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
Dave, Thanks for your input. Yes i have links without an http or https coded directly in it. But the underlying protocol the page uses is https and i don't see where the problem is. The pages work fine with fire fox and Mozilla. I want to know, what makes IE think that the pages have mixed con

RE: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Yee, Richard K CTR DMDC
-Original Message- From: vijay venkataraman [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 6:42 AM To: Struts Users Mailing List Subject: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items I just enabled SSL in Tomcat Server 5.5.9 for my application

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Dave Newton
vijay venkataraman wrote: > I am stuck - Any pointers would be really helpful. If you navigate using a link without an http or https coded directly it will use the protocol of the page you're navigating from. Dave - To unsubsc

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
I am stuck - Any pointers would be really helpful. Vijay vijay venkataraman wrote: I just enabled SSL in Tomcat Server 5.5.9 for my application. When i fetch a page i get a popup with message "This page contains both secure and non secure items. Do you want to display the non secure

Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
I just enabled SSL in Tomcat Server 5.5.9 for my application. When i fetch a page i get a popup with message "This page contains both secure and non secure items. Do you want to display the non secure items." When i did a view source on the page, there is a flash component which

RE: Pass errors to tile for popup

2005-08-04 Thread draegoon Z
Is the only solution a tiles controller? Ok, I gotta go to my day job. I'll check in this afternoon. Thanx. From: "draegoon Z" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: RE: Pass errors to tile for popup

RE: Pass errors to tile for popup

2005-08-03 Thread draegoon Z
I tried this, but got a null error at the end of the : <%-- Need to show error popup --%> <%-- define putList dynamically --%> <%-- iterate through

Pass errors to tile for popup

2005-08-03 Thread draegoon Z
I need some code snippets please: I'm trying to have a page popup a window that will display all the errors in the first page. For cleanliness purposes, and modularity, I will use a tile to this code. I will do this either by putting the errors in the session, or by getting them f

RE: Sending value from popup to parent window

2005-06-13 Thread Greg Pelly
in my mind. I haven't used html:multibox, though, so it could be more complicated. HTH, Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 7:39 AM To: user@struts.apache.org Subject: RE: Sending value from popup to parent window

Re: Sending value from popup to parent window

2005-06-13 Thread Rafael Taboada
Hi. I prefer to use radio button instead of checkbox because I select only one item from the search result. In the search jsp. And there is a button in order to close the windows and return the value to the main jsp: Of course... the functions are inside a .js: var idProveedor = null

RE: Sending value from popup to parent window

2005-06-13 Thread faisal.shoukat
Has anybody any advice on this at all...? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 June 2005 11:33 To: user@struts.apache.org Subject: Sending value from popup to parent window Hi, I am a bit stuck on implementing the following so all help is

Sending value from popup to parent window

2005-06-13 Thread faisal.shoukat
Hi, I am a bit stuck on implementing the following so all help is appreciated. I open up a search page as a pop up window. The user implements the search options and is returned a number of rows. The user then selects one of these rows using a check box which I have defined as a multibox in my

Re: Popup

2005-05-27 Thread ahmet hassan
When you pass the value from the pop up window's form to the main jsp's form, then yo have it in your ActionForm.When you submit the form in the main jsp, you will get the value in your ActionForm also. --- Rafael Taboada <[EMAIL PROTECTED]> wrote: > Thanks, it's cool... But is it possible to > c

Re: Popup

2005-05-26 Thread Wendy Smoak
ripting-- JavaScript. The entire page, including the HTML form, is represented by an object with properties you can change. Another way to do it is to have the popup submit its form and then refresh the parent window and close itself... since they are sharing the same session, you'l

Re: Popup

2005-05-26 Thread Rafael Taboada
Thanks, it's cool... But is it possible to comunicate two actionforms? Because i have a actionform for each jsp. So, I'd like one actionform pass the value to the main jsp's actionform. how can do this? Please help me to learn more. -- Rafael Taboada ---

Re: Popup

2005-05-26 Thread ahmet hassan
Hi, you may do some scripting for this.Try: --- Rafael Taboada <[EMAIL PROTECTED]> wrote: > Hi folks... I want two jsps, each one with its > actionform. One jsp is > a popup and it fill in a field of the main jsp. When > the popup closes, > it fill in a field w

Popup

2005-05-26 Thread Rafael Taboada
Hi folks... I want two jsps, each one with its actionform. One jsp is a popup and it fill in a field of the main jsp. When the popup closes, it fill in a field with the data selected. Can u help me how to do that?. It's like Struts layout popup but I'd like to know another alternative

Re: Popup Windows with Struts Actions

2005-04-06 Thread James Neville
Jack, I seem to remember having problems in a project with similar rqmnts some time ago. I *think* your problem lies here:- target="x" onsubmit="window.open('',this.target Where in NS the form appears to submit before the new window is registered, and hence the window target is not valid. I coul

Re: Popup Windows with Struts Actions

2005-04-06 Thread Dakota Jack
use "_blank". > > Regards, > > Thad Smith > > -Original Message- > From: Dakota Jack [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 05, 2005 6:25 PM > To: Struts Users Mailing List > Subject: Re: Popup Windows with Struts Actions >

RE: Popup Windows with Struts Actions

2005-04-05 Thread Smith, Thad
a target of "dontCareThatName" will send the output to the opened window. To guarantee that a new window is opened every time use "_blank". Regards, Thad Smith -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 6:25 PM To: St

Re: Popup Windows with Struts Actions

2005-04-05 Thread Dakota Jack
some code on using JavaScript to open and close popup > >windows with a Struts Action? Thanks. > > > >Jack > > > > > > > I like very much: > > onsubmit="window.open('',this.target,'scroolbar=no, toolbar=no');return > true;&

  1   2   >