Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by michaelcourcy:
http://wiki.apache.org/tapestry/Tapestry5How_to_make_a_basic_crud

------------------------------------------------------------------------------
  === Basic CRUD with Tapestry 5 ===
- 
+ f
  === Introduction ===
  
  This tutorials aims to present how to make a simple Crud cycle in tapestry 5.
@@ -277, +277 @@

  
  
   * We inject the beanManager service through the @Inject annotation
-  * onActionFromDelete that just remove the bean from the list but return 
nothing, because we stay on the same page. The list is only refreshed.
+  * onActionFromDelete removes the bean from the list but return nothing as we 
stay on the same page. The list is only refreshed.
-  * onActionFromDelete will be called each time the component actionLink 
having for id "delete" will be clicked.
+  * onActionFromDelete will be called each time the component actionLink 
having for id "delete" is clicked.
  
   Change Start.html in the WEB-INF directory
   {{{
@@ -426, +426 @@

  
  === Conclusion ===
  
- I made this tutorial because I needed one and thought that I probably was not 
the only one. Many thanks to the users mailing list that point on weakness and 
help me to make it better.
+ I made this tutorial because I needed one and though that I probably was not 
the only one. Thanks to the users of the mailing list that point on weakness 
and help me to make it better. 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to