window « Web « Spring Q&A





1. update value of main window from a popup window    stackoverflow.com

I'm trying to update the shopping cart quantity of the main window from a popup window. How can I call the shopping cart controller from the popup before closing it and then ...

2. Help in understanding javascript window popup function    stackoverflow.com

<div class=portlet-form-field-label><spring:message code="label.someMessage"/>&nbsp;<a href='javascript:popup("<fmt:message key='someUrl' />");'><fmt:message key='someLabel' /></a>.</div>
In the above code snippet, what is the javascript:popup function doing? The standard function is window.open(url). Is 'javascript:popup' a standard function?
The other question is ...

3. Opening Spring jsp in a popup window    stackoverflow.com

My application needs a solution like Outlook mail: opening an other page as popup window on the parent window. The application is Spring 3 based and uses jsps. How do I ...

4. how to know which viewdescriptor is visible in the window    forum.springsource.org

hi, i have a toolbar and when i pressed the button, i want to know which viewdescriptor is shown at the active window ... how do i do it? thanks

5. Get View in active window    forum.springsource.org

Hi, How can i get view in active window if i use the newest spring-rcp? code if i used the previous version : Code: ApplicationAdvisor advisor = (ApplicationAdvisor) Application.services().getApplicationContext().getBean ("applicationAdvisor"); advisor.getStartingViewDescriptor().getDescription(); ...

6. problem with "pass values between popup and main window    forum.springsource.org

problem with "pass values between popup and main window Hi, I am developing web page using spring framework and DAO for data access. My Question is When I want to add ...

7. Opening Spring jsp in popup window    forum.springsource.org

I would like to know how to open Spring 3 application webpages (jsp) in popup window. Requirements are: - popup must open so that the parent page stays on background, not ...

8. How to submit form binding when using popup window?    forum.springsource.org

Hi Experts, I have a JSP that submits via javascript to a controller. Everything works fine, but when I try to open the next page on a Popup window, I noticed ...

9. to snpe:INFONODE Docking Window    forum.springsource.org





10. Multiple window (Master -> Details -> Details)    forum.springsource.org

Multiple window (Master -> Details -> Details) My application must work as follow : A main window with a list of Machin. A Machin window which displays Machin details. You can ...

11. Get a value into a view from a popup window    forum.springsource.org

Get a value into a view from a popup window i need a best way to get data from a popup into my view .. actually my requirement is : there ...

12. How to submit to a new window ?    forum.springsource.org

How to submit to a new window ? Hi all, I have a page (call it page A) where the user enters some report options (filters, sorting options, etc), and then ...

13. Setting window-sizes??    forum.springsource.org

hi again, is there a way to set the size of my view? perhaps via xml? the main window with the toolbar, menubar and statusbar is not maximized on startup. So ...

14. calling parent window    forum.springsource.org

I have developed servlet/jsp app in which from one jsp I opened another pop window. From pop up I can easily refer to parent window using window.parent but this is not ...

15. Changing title on a window    forum.springsource.org

Hi All, How could I change the title on an View that extends AbstractView? By title I mean the text that is on the top left of the internal frame (if ...

16. Maximize the main window...    forum.springsource.org

Hi there! I've been struggling trying to maximize the main window every time the app starts. I tried to override the onPostStartup and onPreWindowOpen to get a reference to the application ...





17. First Form success opens in another browser window    forum.springsource.org

Hi, I am experiencing a weird behaviour of my Spring application. I have a login form, which correctly responds to wrong or missing credentials. Supplying correct username and password, it presents ...

18. How return to parent window    forum.springsource.org

How return to parent window Hi, From a website a call is made to my application wich is shown into an IFrame of this website. After doing the job, pushing a ...

19. where to configure the size of window and dialog    forum.springsource.org

Ussually the layout manager decides this on pack(), based on the preferred size of your components. It's almost always a bad idea to ask the WindowManager to get the JFrame/JDialog and ...

20. Main Window shows "displayName"    forum.springsource.org

Hi All A while ago (say 2 months), I upgraded to latest Spring RC and suddenly my main window title (MDI!!!) is "displayName". My messages.properties has the following entried: Code: applicationDescriptor.title=Great ...

21. Running a Spring based application from Command window    forum.springsource.org

Running a Spring based application from Command window Hi, I have a spring based application and I was running the junit tests for the same maven. I now have a requirement ...

22. Floating window    forum.springsource.org

Floating window Hi all I have a case where I currently use a TabbedDialogPage, which I wrap in a TitledPageApplicationDialog. Now my customer wants to have the same functionallity but they ...

23. Need help... View file using popup window    forum.springsource.org

Need help... View file using popup window Hello I have a form to upload file (text file) in a jsp file. So I have . By using ...

24. Application window created with size 129x0    forum.springsource.org

Application window created with size 129x0 Hi all, My main application window is being created with a size of 129x0 (verified this at LifecycleAdvisor.onWindowCreated) before being resized to 680x480 (according to ...

25. how I can use spring CCP to intragir with two window?    forum.springsource.org

Dec 27th, 2006, 08:58 AM #1 west View Profile View Forum Posts Private Message Junior Member Join Date Dec 2006 Posts 2 how I can use spring RCP to interact with ...

26. window.open from java script    forum.springsource.org

window.open from java script I have a page where i want to show a calendar pop up .. my java script is Code: var ControlToSet; var theForm = document.theForm; var CalWidth=180; ...

27. Use browser login window    forum.springsource.org

Instead of using my own login dialog page, I would like to challenge the users with the browser built-in login dialog. Can someone show me how to configure that in Acegi? ...

28. Open new window    forum.springsource.org

Hello i'm newbbie in springRC. My question is very simple: I read an application contain 1+ ApplicationWindow ok, the main window is visible after the application startup, but i want to ...

29. Returning value from other window    forum.springsource.org

In the first form I want to open another form in a separate window, select a value in the second form and after closing (maybe submitting) I want to display the ...

30. Change banner on a window    forum.springsource.org

Hi, how could I change the banner on an View that extends AbstractView? By banner I mean the image (blue) that is on the top of the window. Thanks, Rodrigo

31. Views in new Window    forum.springsource.org

You can try opening a new window with a custom written ApplicationPage pointing to your View. See http://spring-rich-c.sourceforge.net...pplicationPage) I originally asked for this functionality, but ended up not needing it, so ...

32. pdfview in a new window    forum.springsource.org

pdfview in a new window hi i m working with developing pdf through spring iText,, i m facing a problem that i get an exception when pdf in being displayed in ...

33. Title of newly opened window    forum.springsource.org

Title of newly opened window We have a small J2EE application based on Spring MVC. Sometimes we open new window using javascipt: window.open('someAddress.do',...). Strange thing - whereas main window has in ...

34. controlling window features    forum.springsource.org

Is it possible to control the window features (status bar, width, height, etc.) of a window as a jsp is returned from a spring app? This just like the javascript window.open() ...

35. how to open a popup window    forum.springsource.org

how to open a popup window I am new to spring web MVC. I am trying to refactor the existing reports page from JSF framework to Spring, facelets. When user click ...

36. formBackingObject not called when open a form in a modal window    forum.springsource.org

Hi, all, I have a form opens in a modal window. The form is a SimpleFormController, which the formBackingObject() should called first before referenceData(). But in my case, the formBackingObject() is ...

37. Open a pop-up window from a jsp using Spring    forum.springsource.org

Open a pop-up window from a jsp using Spring Hi, I want to open a pop-up window from a parent jsp on click of an image. The pop-up window will let ...

38. How to open pop up window present in another application    forum.springsource.org

How to open pop up window present in another application Hi All, I want to open a popup window present in another application having different context, from a parent jsp, also ...

39. Submit value to parent window.    forum.springsource.org

Submit value to parent window. Hi, I am developing application. I have a page on which i can insert the Product. On this page i have SEARCH button. When i click ...

40. RedirectView - Can I have this redirect to a new window?    forum.springsource.org

RedirectView - Can I have this redirect to a new window? Hi, I have a problem where I got a form running in the right navigation which is common for lot ...

41. Window close on logout    forum.springsource.org

Window close on logout Hi all, I have one doubt, how do close popup windows on logout of an application. I am using JavaScript to popup window. Below is the code ...

42. Window close on logout    forum.springsource.org

Window close on logout Hi all, I have one doubt, how do close popup windows on logout of an application. I am using JavaScript to popup window. Below is the code ...

43. Open a popup window from a portlet    forum.springsource.org

Open a popup window from a portlet Hi, I have a new question about using Spring Portlet MVC. Inside one of my portlet views, I have some links that should show ...

44. Popup Window Not Controlled by Spring    forum.springsource.org

Popup Window Not Controlled by Spring I'd like to put up a popup window, but can't figure out where to put its HTML file so I can address it and it ...

45. dynamic menu items for the application window    forum.springsource.org

Hello, I'm facing the problem to add and remove menuitems (commands) to an existing menu. It should behave like a chronicle menu, similar to a web browser like Firefox. I have ...

46. Problem using modal Popup window    forum.springsource.org

Problem using modal Popup window Hi I am trying to open a modal-popup window. I am using window.showModalDialog(...) method to open the new pop-up window. it render the new window as ...

47. Default RE:How to display simple jsp into portlet window.    forum.springsource.org

Default RE:How to display simple jsp into portlet window. hello, i am new to spring portlet development. i am using Tomcat 5.27 with Pluto 1.1.6 i successfully deploy spring-portlet-sample into pluto. ...

48. New window open in MultiAction    forum.springsource.org

New window open in MultiAction Here Is my code : Java script : function submitstatus(act) { if(act == "edittext" ) { document.editForm.action.value=act; document.editForm.submit(); } } JSP button :

49. eport To Excel in a new Window    forum.springsource.org

eport To Excel in a new Window Hi all, I am trying to implement the 'exportToExcel' functionality which will open a XL file in a new window.My code snippet is as ...

50. Opening a Pop Up Window with Form Submission Functionality.    forum.springsource.org

Hi Everyone, I want to open a pop window, when I click on a hyperlink. The pop up window contains a form having field like First Name,Last Name, Password,Confirm Password etc. ...

51. Cannot relogin after window was closed    forum.springsource.org

Hi! If the user logs out via the link, the authentication is invalidated correctly. If he just closes the window, the session is destroyed (I use a HttpSessionListener), the Authentication object ...

52. Stop opening new browser window    forum.springsource.org

Hi there. I have a simple question i cant solve by myself: Is is possible to stop opening a new browser window/tab, when i re-deploy my project (even when the tomcat ...

53. Empty Welcome window after install    forum.springsource.org

I just downloaded and installed springsource-tool-suite-2.5.1.RELEASE-e3.6.1-win32-installer.exe When I launch it, it shows an empty "Welcome" window with the menus above File... Help, no other panes. See pict attached. I had the ...