Making Your DHTML or AJAX Application Bookmarkable
As more and more websites are embracing "web 2.0" standards [...]
As more and more websites are embracing "web 2.0" standards [...]
I just pushed a new version of 10MinuteMail. Here are [...]
I've run into this twice now, so I wanted to [...]
Let's say that when a user clicks on something, perhaps selecting something from a DataTable or DataGrid, you want to call some server side code, and then popup a modal panel which needs to show content based on the new state setup by your server side call. In my case I have a DataGrid showing a number of items, and when a user clicks on an item I want to set the current selected item on a Seam component on the server, and then popup a modal panel to display detailed information about the item, and provide the user some actions within the modal panel.