aspose file tools
The moose likes Struts and the fly likes How to open New Window from another window in struts 2.0 without using windows.open Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to open New Window from another window in struts 2.0 without using windows.open" Watch "How to open New Window from another window in struts 2.0 without using windows.open" New topic
Author

How to open New Window from another window in struts 2.0 without using windows.open

Ram Mandavkar
Greenhorn

Joined: Mar 23, 2009
Posts: 16
Hello,

I am new to struts 2.0

i had User registration page with a search button on it
If i want to modify User then i have to open the search on new window to select the User and
get id and collection information from DB and display on user page for modification process.

so i am facing some problem in it.

1] How to open the child window from parent window without using windows.open('action name',,,,) or it is necessary to use it.
2] How to render values into that user search table on child window.
3] How to select single use from that table from child window.
4] How to pass selected user id from child window to its parent window on any submit button(on child window).
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

It's an actual requirement that a new window opens up for this? That seems an unnecessary over-complication.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to open New Window from another window in struts 2.0 without using windows.open
 
Similar Threads
Add and Edit a row
refresh parent window on closing of child window
Problem in passing values to the parent window
Update Value from a child window
Cant Retain value of check box from one page to another page on pagination