|
Publicité | ||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() Inscription : septembre 2009 Messages : 1 ![]() Détails du profil ![]() Informations forums : Inscription : septembre 2009 Messages : 1 Points : 0 |
Hello,
I'm using weblogic 10.3. I have problem when i run a web application. The problem is accured when weblogic try to compile jsp page that contains such syntax : <jsp:param name="messageKey" value="<%=request.getParameter("noCebMessageKey")%>" /> When i change this assertion to : <%String msg = request.getParameter("noCebMessageKey");%> <jsp:param name="messageKey" value="<%=msg%>" /> It works fine.. This problem is general with all syntax like this : value="<%=<java instruction>%> It's a big problem, becaus the application contains more than 2000 jsp pages.. Are there any special config to add to weblogic configuration files to resolve this problem ? Thanks |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com















