| Anonymous | Login | Signup for a new account | 10-28-2025 07:02 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003524 | [Resin] | major | always | 05-20-09 06:20 | 08-24-09 10:51 | ||||
| Reporter | hans | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 4.0.0 | ||||||
| Summary | 0003524: JSTL and sessionScope | ||||||||
| Description |
Very surprised by this. With 3.2.1 I get the session value on page 2.jsp - not so with 4.0.0. Tested on Windows. BR Hans 1.jsp ******************************* <%@ taglib uri="http://java.sun.com/jstl/core" [^] prefix="c" %> <c:set var="test" value="Session value 123" scope="session" /> <c:redirect url="2.jsp"/> 2.jsp ******************************* <%@ taglib uri="http://java.sun.com/jstl/core" [^] prefix="c" %> <html> <head> <title></title> </head> <body> Session value:<c:out value="${sessionScope.test}" /> </body> </html> |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |