Hi All,

I'm a tapestry beginner and I have a requirement similar to the original
post.

My requirement is almost similar too except that I plan to add blank rows
when user clicks the button [Add Rows]..say 5 rows by default. Initially get
all users and display them. Later allow user to add / edit.


 (text)   (text Input) (PropertySelection)
 UserId   UserName     Group

 xxx01    Peter        Admin
 xxx02    Bob          Guess
 xxx04    Mark         Beginner

[Save] [Cancel] [Add Rows]


  (text)   (text Input) (PropertySelection)
 UserId   UserName     Group

 xxx01    Peter        Admin
 xxx02    Bob          Guess
 xxx04    Mark         Beginner
 --------     --------        --------
 --------     --------        --------
 --------     --------        --------
 --------     --------        --------
 --------     --------        --------
[Save] [Cancel] [Add Rows]

Now if the use adds new entries, modifies some of the existing ones, i need
to be able to add /update to the database on clicking [Save]. How s' d I
handle this?.

Thanks ,
karthik

Reply via email to