You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by jv...@apache.org on 2001/06/09 08:08:36 UTC

cvs commit: jakarta-turbine-tdk/src/share/sample/templates/app/screens Error.vm

jvanzyl     01/06/08 23:08:35

  Modified:    src/share/sample/templates/app/screens Error.vm
  Log:
  - display the stacktrace and processing exception, didn't notice
    the Error.vm template is practically useless until i started
    testing the services. i'm surprised no reported this one. the
    template as it was, was useless. sorry about that.
  
  Revision  Changes    Path
  1.2       +5 -3      jakarta-turbine-tdk/src/share/sample/templates/app/screens/Error.vm
  
  Index: Error.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/sample/templates/app/screens/Error.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Error.vm	2001/05/25 06:27:47	1.1
  +++ Error.vm	2001/06/09 06:08:34	1.2
  @@ -6,9 +6,11 @@
   
   <h2>Error</h2>
   
  -#if($data.getMessage())
  -Message: $data.getMessage()
  -#end
  +$processingException
  +
  +<hr>
  +
  +$stackTrace
   
   </font>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org