Hi Hans,

In the input form I have ...

(:input hidden RowNumber '{$$(add {$:RowNumber} 1)}':)
(:input text name=$:firstname :)
(:joined:{$:firstname}{$:RowNumber}:)
(:input hidden {$:joined} :)



This outputs freda14 to the page on submitting the entry to the table.


Then in the Edit Form I have ....

|| name||(:input text name=$:joined{$EditSection}  :)  ||
|| ||(:input submit post Save:) ||

When I type in newname to replace freda what I get returned is  ....

(:joinedfreda14: newname:)

Thanks for your help,


Graham

Hans wrote:
Tuesday, September 16, 2008, 4:33:27 PM, Graham Archer wrote:

  
 I am now finding  that after I edit the PTV and I'm re-directed
back to the original page the PTV is written at the bottom of the page.
 i.e.   (:firstname52: freda:)   instead of updating the PTV in the
original table where the template is showing (:cell:){$$firstname}
    

Does adding a row result in creating the PTVs with correct rownumber
suffix?
What you describe seems to indicate that (:firstname52: freda:) was
not created when the row was added, but only created once you edited
the row, resulting it to appear at the page bottom.


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
  
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to