RE: Is scriptlets allowed in struts

2004-07-06 Thread Danilo Gurovich
You can, in theory, use scriptlets as often as you like.  You may also use the newer "evaluation language" if you have it implemented.  Struts doesn't "make" you do anything in this regard, but you'll find that by limiting scriptlets and thinking about how you implement the code, you'll be

RE: Is scriptlets allowed in struts

2004-07-06 Thread Jim Barrows
You can use scriptlets. Whether or not you should depends on how you break out work. Where I work, we have a separate crew that does the html/JSP layout and design and so we try to keep scriptlets to a bare minimum. ymmv However, what you want to do sounds like logic:iterate will work, somethin