0 Replies Latest reply on Dec 22, 2005 4:02 AM by inderjeet

    Problem in JSP Expressions for JBoss 4.0.3

    inderjeet

      Hi All

      I am porting one application from iPlanet 6.0 Web server to Jboss 4.0.3 SP1 App Server. In one of the JSPs I am assigning a JSP variable value into a javascript variable like

      var CurrentDate = '<%= strSysDate%>'; //Where strSysDate is having the Date in String format fetched from DB.


      It is working fine in iPlanet but not in Jboss. In Jboss it is assigning "<%= strSysDate%>" to the javascript variable and not the value contained in the variable.

      What could be the reason, Any clue???

      J2SDK 1.4
      Jboss 4.0.3 SP1
      Windows Xp machine

      Thanks In Advance
      Inder Jeet Singh