Re: Can I implment this with Wicket table components?

2010-09-17 Thread Jeremy Thomerson
On Thu, Sep 16, 2010 at 12:55 PM, gouthamrv goutha...@yahoo.com wrote:


 I have below requirements, I would like to know how feasible it is to
 implement this with Wicket table components.

 1. A web page should contain a table initially with one row.
 2. On the bottom of the table there should be some links to add row in AJAX
 way(No page refresh)
 3. I should be able to clone a selected row when I click a link on the
 bottom of the table.
 4. Some of the table cells should be editable
 5. Each row should contain a button on the last row, when I click this I
 should be able to send the row
values to server and update some cells. (In ajax way)

 I know Wicket has something called AjaxFallbackDataTable. Is this solves
 all these requirements? if not are there any other table implementations
 available?


You can also look at the inmethod grid, but I don't think any table has
those very specific requirements built in already.

-- 
Jeremy Thomerson
http://www.wickettraining.com


Can I implment this with Wicket table components?

2010-09-16 Thread gouthamrv

I have below requirements, I would like to know how feasible it is to
implement this with Wicket table components.

1. A web page should contain a table initially with one row. 
2. On the bottom of the table there should be some links to add row in AJAX
way(No page refresh) 
3. I should be able to clone a selected row when I click a link on the
bottom of the table. 
4. Some of the table cells should be editable 
5. Each row should contain a button on the last row, when I click this I
should be able to send the row 
values to server and update some cells. (In ajax way) 

I know Wicket has something called AjaxFallbackDataTable. Is this solves
all these requirements? if not are there any other table implementations
available?  
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Can-I-implment-this-with-Wicket-table-components-tp2542690p2542690.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org