At 9:43 AM +1000 9/2/05, [EMAIL PROTECTED] wrote:
On Wed, 2005-08-31 at 13:58 -0500, Joe Germuska wrote:
 You can't really intervene in the form population process on the
 Struts side right now (although arguably that's something which
 should be exposed for user customization better).

We already have a BaseProcessor class which extends
TilesRequestProcessor. I added the following code there and it
seems to work: Is there something I'm missing?
...

not if it works! One could argue that you're not really intervening but duplicating, and that your solution only works as long as you never use non-dyna forms -- but if that works for you, good.

I've also tended to mentally block out solutions based around subclassing RequestProcessor because so much of my Struts time in the last year has been around trying to solve problems with subclassing it -- but as you point out, even if there are a few problems, there is still some decent exposure of extension points.

Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to