RE: Back navigation using application back buttons

2004-07-28 Thread gmeyer
James: The navigation framework we have can also manage complex navigations with different actions perhaps in differents use cases, for example: [listCustomers.jsp (is Checkpoint)] -> (vierDetailCustomer) -> [detailCustomer.jsp] [detailCustomer.jsp] -> (listOperators) -> [listOperators.jsp] >F

Asunto: Back navigation using application back buttons

2004-07-27 Thread gmeyer
James: We are working in an integral components framework and one of the components is Struts navigation using a non intrusive stack: We have an early access at http://opentranquera.sourceforge.net/ea/opentranquera-src-0.1-ea.zip You can take a look at net.sf.opentranquera.ui.struts.navigation p

Asunto: How to get the ActionForward for the _previous_ page

2004-07-27 Thread gmeyer
Stefan: We implemented a navigation framework to be used with Struts. It's a non intrusive navigation stack (by non intrusive i mean that you do not have to extend any action, just place a Filter in the web.xml) If you want to check it out, you can download it from http://opentranquera.sourceforge

RE: JSP / ActionForm / Action design quesetion

2004-07-27 Thread gmeyer
I implemented the ESC key feature in a banking application used by thouthands of users. I use XkinsForms (xkisn.sourceforge.net) that have a buttonTag that lets you to generate the needed javascript to handle this feature: This tag generates a javascript simmilar as the following: function doS