Hi David. We're using WebLogic 6.1 SP 2. I'm 99% sure I'm not pulling in any other jars. I looked things over for about two days, tried differently nightly builds, etc. In my JSP, I wasn't even using the "html-el:image" tag. I was just pulling in the "html-el" tag library to use some other tags from that library. Here's the actual JSP (it's actually a "Tile" composing a larger JSP, but you get the idea):
<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> <%@ taglib uri="/WEB-INF/fleetsystems.tld" prefix="fsys" %> <%@ taglib uri="/WEB-INF/c.tld" prefix="c"%> <table class="contentTable"> <tr> <td colspan="3" height="60"></td> </tr> <tr> <td width="40"></td> <td colspan="2" valign="top"> <html-el:javascript formName="loginForm" dynamicJavascript="true" staticJavascript="false"/> <html-el:form action="/login/login" focus="userId" onsubmit="return validateLoginForm(this);"> <table width="350" bgcolor="#EFEFEF"> <tr class="tableHeader"> <td colspan="2"> <fsys:beanMessage key="login.title"/> </td> </tr> <tr> <td width="20"></td> <td> <table> <tr> <td colspan="3"> <fsys:beanMessage key="login.message"/> </td> </tr> <tr> <td align="right"> <fsys:beanMessage key="login.userId" required="true"/> </td> <td width="10"></td> <td> <html-el:text property="userId"/> </td> </tr> <tr> <td align="right"> <fsys:beanMessage key="login.password" required="true"/> </td> <td></td> <td><html-el:password property="password"/> </td> </tr> </table> </td> </tr> </table> </html-el:form> </td> </tr> </table> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:34 PM To: [EMAIL PROTECTED] Subject: Re: Help! StrutsL-EL error (HTML tag) >>>>> "Brian" == Brian Moseley <> writes: Brian> Karr, David wrote: >> I think I found the problem in the latest code base. Adding "styleId" to "html-el:image" required one more change that I didn't think of. I had to uncomment the use of the "styleId" attribute in the BeanInfo class. I've submitted a fix which will hopefully be in tonight's build (if the problem with building of struts-el has been resolved). Brian> fwiw, i also did that, and i still go the "no setter method" jsp error Brian> mentioned earlier in the thread. hopefully you will nail the issue tho. thanks Brian> david! Tonight I did a "cvs update" and "ant dist" in my jakarta-struts distribution. I changed one of the pages in the "strutsel-exercise-taglib" application that uses the "html-el:image" tag. I added 'styleId="abc"'. I rebuilt the application and redeployed it. I ran it. I viewed the HTML source. It showed 'id="abc"'. I don't know what else I can do. What web container are either of you using? Are you certain you're not getting any jar files from some place you don't expect? -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] ; SCJP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>