Re: question about struts 2 and table layout

2008-01-16 Thread Dave Newton
--- "Wei, Mei" <[EMAIL PROTECTED]> wrote: > [...] is there a way to arrange the table into two columns. You'll want to explore themes and templates [1]. The nutshell version is that you'll probably want to either (a) use the "simple" theme on your elements or (b) modify a template. The default t

question about struts 2 and table layout

2008-01-16 Thread Wei, Mei
Hi, I am wondering in the Validation example quiz-ajax.jsp (which is in the struts 2.0's tutorial showcase http://www.planetstruts.org/struts2-showcase/showcase.action), is there a way to arrange the table into two columns. That means to make field "name" and "age" on the same row. Here is