| Author |
tiles:insert VS tiles:get
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
On this web site, they use But on a PDF tutorial found here they use the following syntax: They both seem to work the same. Is there any difference? Is this a version difference? Which way is preferred? Thanks.
|
 |
David Hibbs
Ranch Hand
Joined: Dec 19, 2002
Posts: 374
|
|
insert goes directly to the tiles definitions. get retrieves something from the request scope, i.e. after being 'put' there with a put tag. See the tiles taglib docs here: http://www.lifl.fr/~dumoulin/tiles/doc/tilesTags.html
|
"Write beautiful code; then profile that beautiful code and make little bits of it uglier but faster." --The JavaPerformanceTuning.com team, Newsletter 039.
|
 |
 |
|
|
subject: tiles:insert VS tiles:get
|
|
|