Need Advice using templates with Struts

2002-06-06 Thread Frost, Howard
My HTML pages are made up of small rectangles of data which get reused around the web site. Each rectangle is painted from a bean. Ideally, there would be a paint action associated with each rectangle which populates this bean and forwards to the jsp page for rendering the rectangle. So far so

RE: Need Advice using templates with Struts

2002-06-06 Thread Frost, Howard
Found the solution: bean:include id=folioViewPaint page=/folioViewPaint.do/ bean:write name=folioViewPaint filter=false/ My HTML pages are made up of small rectangles of data which get reused around the web site.