RE: Tiles: Use layout definitions from config within jsp?

2004-06-08 Thread Kruse, Matt
> You should read section 4.1.1 of the > Tiles Advanced Features (link at bottom > of the page of the struts site, section > on the Tiles User Guide) which gives > examples like so: > > > ... How does that help? I know how to build definitions from within JSP pages, but that's not what I'm askin

Tiles: Use layout definitions from config within jsp?

2004-06-07 Thread Kruse, Matt
I've always used tile definitions exclusively defined in tiles-defs.xml in the past. Now, I would like to have some pages where I put the commands directly into the JSP. However, I'd like to use my existing layout definitions from the config file rather than re-definiting them in the JSP or a JSP

RE: javascript -check all

2004-04-17 Thread Kruse, Matt
>but i ahve a jsp using struts that has a table with rows.each row has a >check box.I have a checkbox at the top of the table, clicking which, i >want all below checkboxes to be checked..has anyone implemented this >code.. I have a javascript library which makes this functionality very easy to imp