..
> //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
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.
Tiles defination:
<html:frame marginheight="0" marginwidth="0"
page="<%=headerJsp%>" frameName="header" title="Header"
scrolling="no" framebord
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 JQuery popup across frames.
Tiles definatin
<html:frame marginheight="0" marginwidth="0"
page="<%=headerJsp%>" frameName="header" title="Header"
scrolling="no" frameborder="no" nores
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
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
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
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
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
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
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
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
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
--
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]
> > > 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
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]
t/projects/cimande
we use a lot of popup reference there
F
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
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
--- 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
-
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
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
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
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
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
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
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
-- 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
Hi,
I need to open a popup from struts-conf.xml.
this is possible?
thank you
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
--- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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 -
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
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
-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
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
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
-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
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
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
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
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
I tried this, but got a null error at the end of the :
<%-- Need to show error popup --%>
<%-- define putList dynamically --%>
<%-- iterate through
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
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
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
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
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
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
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
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
---
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
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
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
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
>
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
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 - 100 of 168 matches
Mail list logo