Tapestry - hibernate problem

2009-12-06 Thread Bojan Cincur
Hi all, I have a little problem. I'm using hibernate criteria to fetch list of objects that I want to display in loop component. (enclosed in my commentModule component) Criteria criteria = getManager().createCriteria(CommentBean.class); criteria.setFetchMode("user",FetchMode.JOIN); this criter

Submit form from javascript

2009-12-02 Thread Bojan Cincur
Hello everyone I'm not going to write any question today :) I'm just posting solution for this problem. There is typical use case, when you want something to happen and to not click on submit button. Or even to do something and not to see submit button. I had a problem with implementing rating