Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
Loof" To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Nicolas De Loof
t; > > > > > "Nicolas De > Loof" To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > @cgey.com> Subject: Re: Using rewrite to > refe

RE: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Raible, Matt
: Wednesday, July 02, 2003 8:28 AM To: Struts Users Mailing List Subject: Re: Using rewrite to reference HTML Assets - Tip #9 Question Yes, the taglib def for html and other tags are in the header and all tags (html, logic, etc.) work fine everywhere else. Here's the generated html: SRC

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
"Nicolas De Loof" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re:

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Nicolas De Loof
Did you include the taglib definition on JSP header : <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Look at generated HTML to see if tag has been fully translated by JSP compiler. Nico. > Just signed up to the mailing list a few minutes ago so as you would > probably expect, I h

Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
Just signed up to the mailing list a few minutes ago so as you would probably expect, I have a question that I am hoping someone can help me with. I'm trying to reference two javascript files but am unable to do it successfully using the example in tip#9. Everything works fine when I use whe