I have studied the documentation for the template mechanism, but it doesn't
seem to fit my needs...

Here's the scenario (I have previously implemented this in my struts like
framework):

I want all requests to forward to index.jsp

index.jsp then uses the template tag to insert the different sections
TOP
LEFT
"contents"
RIGHT
BOTTOM

"contents" is then a pathname to the actual .jsp page that we want to show,
which could be placed in the action mapping...

Is this possible in struts??? If not, it ought to be, as I think this is a
much nicer way if doing template than to have the actual contents include
template sections...

thanks

Mikkel Bruun

Reply via email to