CSS with apache struts

liunx

Guest
Is there anywhere on the web that talks about this? Soon i will have to undertake making 50 or so forms and we planned on using struts, but i want to avoid using tables... any tips?What does Apache have to do with CSS?I guess you're talking about Struts-Layout taglib. Unfortunately the only thing it knows to do is tables so you'll have to forget that Struts extension and do your own dynamic template(s) based on good layout practices. The rest of basic Struts and JSP makes that pretty easy.
 
Back
Top