RE: what's the best way to have an if/else clause?

2004-04-02 Thread Butash, Bob
Jay, Have you looked into JSTL's choose tag? Hope this helps -Original Message- From: Glanville, Jay [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004

RE: what's the best way to have an if/else clause?

2004-04-02 Thread Butash, Bob
Jay, JSTL is packaged with the Struts 1.1 release. So you should have the jar file availablejust pull it into the web-inf\lib. I also prefer to make sure my application has the complete library set. Hope this works for youif you need any points be more than willing to assist. -Orig

RE: Question about logic:iterator, indexId and hidden fields

2004-04-06 Thread Butash, Bob
Here is a sample: Some HTML Stuff here Hope this helps -Original Message- From: Eric Hodges [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:30 PM To: Struts Users Mailing List Subject: RE: Question about logic:iterator, indexId and hidden fields Does anyone know

Running Multiple Modules in Web Logic 8.1 sp2

2004-05-05 Thread Butash, Bob
We are running struts 1.1 with tiles and multiple modules. We have been running our application without errors in Weblogic 7.0 sp4, but after upgrading to weblogic 8.1 sp2, our application is having trouble finding non default struts modules. For example, our login page is in a globalelements mod