RE: [Mav-user] Maverick to Struts

2002-04-25 Thread Jeff Schnitzer
If you're bound to using the Struts dispatcher, it's fairly painful to integrate any other tools. Basically, Struts has one and only one way of "modularizing" views - a RequestDispatcher.forward(). I suppose this does make it possible to use Maverick views, but it's ugly: You can forward to mav

Re: [Mav-user] Maverick to Struts

2002-04-25 Thread Ed Ward
I suppose I should have been more explicit in my previous email, which was posted in part to help me let off some steam. :-o I'm aiming at reusing the View mechanism and the controllers (with a few modifications to overcome the singleton nature of Struts). The general idea is to have the Struts a

[Mav-user] fop view for maverick

2002-04-25 Thread jim moore
Thought I would let everyone know that I've made a custom view that uses fop (http://xml.apache.org/fop/) to generate a pdf. I'm not completely convinced that a view is the approproate choice for this functionality, though, so I'd like to get some feedback. This is slightly different than a stand