ASF Bugzilla – Attachment 5171 Details for
Bug 17699
fmt tags and c:import remote ignore formatting rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Using c:import remotely on test1.jsp causes problems
test2.jsp (text/plain), 548 bytes, created by
Serge Knystautas
on 2003-03-05 22:31:57 UTC
(
hide
)
Description:
Using c:import remotely on test1.jsp causes problems
Filename:
MIME Type:
Creator:
Serge Knystautas
Created:
2003-03-05 22:31:57 UTC
Size:
548 bytes
patch
obsolete
><%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ><%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> > ><c:url var="testlocal" value="test1.jsp" /> ><c:out value="${testlocal}" /> ><br /> ><c:import var="results" url="${testlocal}" /> ><c:out value="${results}" escapeXml="false" /> ><br /> > ><c:url var="testremote" value="http://${pageContext.request.serverName}/action/test1.jsp" /> ><c:out value="${testremote}" /> ><br /> ><c:import var="results" url="${testremote}" /> ><c:out value="${results}" escapeXml="false" />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 17699
:
5170
| 5171