Updating individual branches using a TableTree

2015-08-26 Thread Ephraim Rosenfeld
Hello Everyone: I am looking for a way to leverage the TableTree component while getting the Ajax updating behavior of the NestedTree

Re: Updating individual branches using a TableTree

2015-08-26 Thread Sven Meier
Hi, NestedTree utilizes its hierarchical markup to update the expanded branch only. This is not possible with a tabular markup. Either you - use NestedTree if you don't need columns and get partial updates for free - use TableTree because of needed columns and live with complete updates (simi

Inserting/Persisting data into the DB

2015-08-26 Thread smoothe19
Having trouble getting my setTestValue method to persist my data in the db .. i do not see any exceptions but data is not hitting the database.. I am using Hibernate and postgres db @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) @Service public class TestValueService implemen

Wicket page test 3.0.1 is now available (for Wicket 7.0 and 6.x)

2015-08-26 Thread Kent Tong
Dear all, Wicket page test 3.0.1 is now available. It now works with Wicket 7 (and 6.x) and can reliably wait for the loading of the response page. It is a library allowing you to unit test your Wicket pages easily, supporting AJAX and Javascript without changes to your pages. It's available fro