RE: Weblogic pains...

2001-11-23 Thread Alexander Jesse
PROTECTED] Subject: RE: Weblogic pains... Subject: Re: Weblogic pains... Tag attributes need to be double-quoted, but I'd start by describing the problem you are having! I have used Struts with WLS 5.1 and WLS 6.0 and have had no trouble. %@page contentType=text/html% %@ taglib uri=/WEB

Weblogic pains...

2001-11-22 Thread Mark Schenk
I am trying to get a simple application up and running under Weblogic 5.1 (sp 8) and getting stuck on about the first step :-(. It looks as though struts has problems translating mappings. This is my jsp: %@page contentType=text/html% %@ taglib uri=/WEB-INF/struts-html.tld

Re: Weblogic pains...

2001-11-22 Thread Sean Owen
22, 2001 9:28 AM Subject: Weblogic pains... I am trying to get a simple application up and running under Weblogic 5.1 (sp 8) and getting stuck on about the first step :-(. It looks as though struts has problems translating mappings. This is my jsp: %@page contentType=text/html% %@ taglib uri

RE: Weblogic pains...

2001-11-22 Thread Mark Schenk
Subject: Re: Weblogic pains... Tag attributes need to be double-quoted, but I'd start by describing the problem you are having! I have used Struts with WLS 5.1 and WLS 6.0 and have had no trouble. %@page contentType=text/html% %@ taglib uri=/WEB-INF/struts-html.tld prefix=html

Re: Weblogic pains...

2001-11-22 Thread Scott Atwell
Do you not have to give the form a name? - Original Message - From: Mark Schenk [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 11:28 AM Subject: RE: Weblogic pains... Subject: Re: Weblogic pains... Tag attributes need

Re: Weblogic pains...

2001-11-22 Thread Sean Owen
... sure enough single quotes are OK with JSP; I learn something new every day. - Original Message - From: Mark Schenk [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 1:06 PM Subject: RE: Weblogic pains... Do you not have to give