Nested logic:iterate tags

2001-06-06 Thread Marc S. Penner
Is it possible to nest logic:iterate tags? I would prefer not to try to spend too much time trying to do something that isn't possible. Marc _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Nested logic:iterate tags

2001-06-06 Thread Marc S. Penner
Apparently, it is. I tried it and it worked quite easily. Answered my own question. Marc - Original Message - From: Marc S. Penner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 10:32 AM Subject: Nested logic:iterate tags Is it possible to nest logic:iterate

Submit included in GET parameters

2001-06-06 Thread Marc S. Penner
Is there any way to avoid having the submit text show up as a GET parameter when submitting a form? I want the other form elements to show up as GET parameters so that the page can be bookmarked, but I would prefer that the submit text not show up. Is there a way to do this? Thanks. Marc

Re: Precompiling JSP Pages?

2001-05-31 Thread Marc S. Penner
This is the rule that I have used in the build.xml file for pre-compiling JSPs using WebLogic 6.0 jspc via an Ant build. Obviously the properties (e.g. CLASSPATH) and paths need to be set up properly for this to work. target name=jsp java