You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Terje Hopsø <te...@online.no> on 2003/07/14 15:13:39 UTC

quote or apostrophe in ?

Hello,
 
I looked at a file with tables in Dreamweaver. It was messy an difficult to
"read" because it was confised by referencing pages like this:
 ..href="<c:out value="/report.jsp" />"....
 
I then changed it to look like this with apostrphe instead of quotes:
..href="c:out value='/report.jsp' />"....
 
Dreamweaver showed the pages correctly now but will this have any impact
elsewhere. Could Tomcat or other webservers fail writing the code like this?
 
- Terje
 

RE: quote or apostrophe in ?

Posted by Terje Hopsø <te...@online.no>.
Thanks! And yes, just a typo.

- Terje


-----Original Message-----
From: Rick Reumann [mailto:r@reumann.net] 
Sent: 14. juli 2003 15:26
To: Struts Users Mailing List
Subject: Re: quote or apostrophe in <c:out ...>?


On Mon, 2003-07-14 at 09:13, Terje Hopsø wrote:
>   
> I then changed it to look like this with apostrphe instead of quotes:
> ..href="c:out value='/report.jsp' />"....
>  
> Dreamweaver showed the pages correctly now but will this have any impact
> elsewhere. Could Tomcat or other webservers fail writing the code like
this?

Looks good to me. I'm not aware of any problems and use it like you have
above (well you forgot the beginning < of c:out, but I'm sure that was
just a typo).

-- 
Rick
 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



Re: quote or apostrophe in ?

Posted by Rick Reumann <r...@reumann.net>.
On Mon, 2003-07-14 at 09:13, Terje Hopsø wrote:
>   
> I then changed it to look like this with apostrphe instead of quotes:
> ..href="c:out value='/report.jsp' />"....
>  
> Dreamweaver showed the pages correctly now but will this have any impact
> elsewhere. Could Tomcat or other webservers fail writing the code like this?

Looks good to me. I'm not aware of any problems and use it like you have
above (well you forgot the beginning < of c:out, but I'm sure that was
just a typo).

-- 
Rick
 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org