Changes for page Development-Common Pitfalls and Troubleshooting
Last modified by Pascal Robert on 2010/09/13 00:24
From version 7.1
edited by chuckhill
on 2007/12/20 22:33
on 2007/12/20 22:33
Change comment:
There is no comment for this version
To version 9.1
edited by Pascal Robert
on 2010/09/13 00:24
on 2010/09/13 00:24
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Web Applications-Development-Common Pitfalls and Troubleshooting1 +Development-Common Pitfalls and Troubleshooting - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. chuckhill1 +XWiki.probert - Content
-
... ... @@ -52,7 +52,7 @@ 52 52 {{code value="java"}} 53 53 54 54 public EditOrder editBooking() { 55 - EditOrder nextPage = (EditOrder)pageWithName( "EditOrder");55 + EditOrder nextPage = (EditOrder)pageWithName(EditOrder.class.getName()); 56 56 return nextPage; 57 57 } 58 58