On Friday 10 December 2004 16:38, David G. Friedman wrote:
> Derek,
>
> If you made a list of bullet points for the parts of struts layout you like
> most, perhaps we listmembers could point you in the direction of native
> Struts parts or equivalent add-ons.

I don't really see how there could be "native Struts parts", since it's just 
an extension of Struts, but what I've been using is:
<layout:row>, <layout:column> - really simplify layout of row-oriented but 
non-tabular data

input tags - I haven't a clue how it's done, but if they fail validation, the 
corresponding message is displayed with the input field rather than just 
using <html:errors>.  

<layout:treeview> for collapsing menus

I haven't yet used <layout:datagrid> but it looks quite handy for tabular 
data.

For tabbed panels, I found struts-menu more useful.
-- 
derek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to