[Geoserver-users] Problem with menuator.jsp with WebLogic 8.1

Folks,

I've tried to deploy GeoServer 1.3.x to WebLogic 8.1 (Solaris, JDK 1.4.2), but it gave me an error, lamenting about "...unbalanced before end of tag body at 39".

Here's the relevant fragment of menuator.jsp:

<% }
     else {
%>
           <html:link style="item"
                      forward="<%= forward %>"
                      titleKey="<%= forward+".short" %>">
             <bean:message key="<%= forward+".label" %>"/>
           </html:link>
<% }
%>

I suppose the nested use of double quotes may have something to do with it, but, if so, I'm rather puzzled nobody caught it before.

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------

Luca Morandini wrote:

I suppose the nested use of double quotes may have something to do with it, but, if so, I'm rather puzzled nobody caught it before.

My suggestion was correct:
             <html:link style="item"
                        forward="<%= forward %>"
                        titleKey="<%= forward+".short" %>">
               <bean:message key="<%= forward+".label" %>"/>
             </html:link>

Should be changed to:
           <html:link style='item'
                      forward='<%= forward %>'
                      titleKey='<%= forward+".short" %>'>
             <bean:message key='<%= forward+".label" %>'/>
           </html:link>

in both menuator.jsp and actionator.jsp.

Shall I add this as an issue on Jira ?

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------

Yes, please add the issue to JIRA if you haven't already.

best regards,

Chris

Luca Morandini wrote:

Luca Morandini wrote:

I suppose the nested use of double quotes may have something to do with it, but, if so, I'm rather puzzled nobody caught it before.

My suggestion was correct:
             <html:link style="item"
                        forward="<%= forward %>"
                        titleKey="<%= forward+".short" %>">
               <bean:message key="<%= forward+".label" %>"/>
             </html:link>

Should be changed to:
           <html:link style='item'
                      forward='<%= forward %>'
                      titleKey='<%= forward+".short" %>'>
             <bean:message key='<%= forward+".label" %>'/>
           </html:link>

in both menuator.jsp and actionator.jsp.

Shall I add this as an issue on Jira ?

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:1003,44eda23f323831804284693!

--
Chris Holmes
The Open Planning Project
http://topp.openplans.org