"Navigator" via JSF in a Struts Application (struts-faces)
843842Aug 19 2003 — edited Aug 21 2003Hi!
I got an existing Struts application which uses some includes to display a "Menu" on the left side with several links to navigate through the Webapp. Each of the Links points to a Struts-Action, that does some business logic and redirects any of a bundle of JSPs... Each of the JSPs is including this "navigation-jsp".
Now i want to realize this Navigation with JSF and a TreeViewer (similar to the one in demo components) but the problem i face atm is, that when i click a link, and come back to any of the JSPs (after struts-action) how should this Tree-Navigator be rendered correctly???
As said in topic, im using struts-faces.
Any ideas?
Greetings
Patrick