RE: Create new theme in struts Tutorial

2009-10-01 Thread Mike Baranski
Re: Create new theme in struts Tutorial > >Hi Martin, > >I have two kinds of forms. Table view and Entity View for different >entities and tables. The look-and-feel shall be the same, only the >content and columns differ. >I don't use any template library. >CSS is planned

Re: Create new theme in struts Tutorial

2009-09-30 Thread Eduard Neuwirt
Hi Martin, I have two kinds of forms. Table view and Entity View for different entities and tables. The look-and-feel shall be the same, only the content and columns differ. I don't use any template library. CSS is planned. Eduard Neuwirt Martin Gainty schrieb: i would have to agree with pa

RE: Create new theme in struts Tutorial

2009-09-30 Thread Martin Gainty
i would have to agree with patrick in saying its easier to wrap the simple theme than creating from scratch http://struts.apache.org/2.0.14/docs/extending-themes.html a few questions: what is the purpose of this theme? which Template Libraries would you be using? will you be using CSS? Martin G