Inpector in Web app
"Pierre Gilquin" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I would like to mimick the same fonctionnality of an "inspector" in a web app. >From a main component, I use a JSModalWindow to start an new window where I can manage detail data of an object. I have a WOSubmitButton launching the action updating the data. For being more realistic, I need that the WOSubmitButton's click 1) close the inspector after performing action (javacript window.close()) 2) refresh the main componnet ( I am not optimistic !) Thanks in advance for any idea. Pierre