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
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
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
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
4 matches
Mail list logo