Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def editWT(Long uid, Long pid){
  2. withForm{
  3. edit(anumber, pid)
  4. }
  5. }
  6.  
  7. def edit(Long uid, Long pid){
  8. // Do lots of stuff to prep the data for rendering the view
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement