You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/04/23 18:05:09 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de EditAccount.jsp

taylor      01/04/23 09:05:09

  Modified:    webapp/WEB-INF/templates/jsp/screens/html/de EditAccount.jsp
  Log:
  patch from Jay Turpin fixing include path to ../ErrorNoScreenData
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/EditAccount.jsp
  
  Index: EditAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/EditAccount.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EditAccount.jsp	2001/03/12 11:55:43	1.2
  +++ EditAccount.jsp	2001/04/23 16:05:07	1.3
  @@ -18,7 +18,7 @@
           email     = (String)screenData.get( "email" );
       } catch (Exception e) {
   %>
  -        <%@ include file="ErrorNoScreenData.inc" %>
  +        <%@ include file="../ErrorNoScreenData.inc" %>
   <%
           return;
       }
  
  
  

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