|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
unterminated <jsp:forward
I am redirecting with:
<jsp:forward page="somepage.jsp"> <jsp aram name="msg" value="<%=errorMsg%>"/></jsp:forward> and am getting an "unterminated <jsp:forward" tag error. I know without the jsp aram tag I would end the jsp:forward tag as<jsp:forward page="somepage.jsp"/> I've tried "jsp:forward.../>" even using the param tag and it seems to work (getting another error now) but I thought that syntax was wrong. I'm on NT 4.0 with IBM VisualAge for Java running Websphere Test Environment. Any thoughts? Phillip |
|
#2
|
|||
|
|||
|
Problem fixed awhile back - IBM VAJ was set to run jsp 1.0 and parameters were not allowed (apparently) in jsp:forward commands until jsp 1.1
later |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > unterminated <jsp:forward |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|