Re: How to delete an item from List view.

2010-03-17 Thread prati
Hi ListView/Refreshing View any willd o but dont know how to solve this. Thanks P prati wrote: > > Hi Team, > > Also i dont want to remove values , i want to remove the entire row. > My row contains(TextBox and option group) > > > Thanks > Prati > > >

Re: How to delete an item from List view.

2010-03-17 Thread prati
Hi Team, Also i dont want to remove values , i want to remove the entire row. My row contains(TextBox and option group) Thanks Prati prati wrote: > > Hi > > I have got a refreshingView with a delete link in each row and only one > AddLink,AddLink adds the > > row p

Re: How to delete an item from List view.

2010-03-17 Thread prati
it seams. Thanks Prati prati wrote: > > Hi, > > I am also having similar issue, it all the time removes last row. > I have attached code. > > > OptionGroupPageForm(String id) { > > super(id); > >

Re: How to delete an item from List view.

2010-03-15 Thread prati
Hi, I am also having similar issue, it all the time removes last row. I have attached code. OptionGroupPageForm(String id) { super(id); final MarkupContainer rowPanel = new WebMarkupContainer("rowPanel"); rowPanel.setOut

Re: How to access ListItem from ListView from AjaxLink?

2010-03-11 Thread prati
Hi Cemal, Thanks for replying me,but the list gets rendered only once,and i am able to capture previous value on click but then how to move further. Regards P jWeekend wrote: > > Prati, > > This is because you are only re-rendering the most recently selected > label. >

Re: How to access ListItem from ListView from AjaxLink?

2010-03-11 Thread prati
Hi I have got a refreshing view ,it contains list of links.I need to highlight the link when i click on that link. It works properly but if i click the next item in the list,the previous text remains highlighted. First Name #

Re: Integrating Hibernate Validator with Wicket

2010-02-16 Thread prati
Hi I integrated Hibernate Validator given in Wicket stuff with my application I am getting this error org.hibernate.PropertyValueException: not-null property references a null or transient value: Any ideas? Thanks P Carlos Vara wrote: > > Hi, > > if you prefer to use JSR 303 Bean Validation

Re: Checkbox tree component

2010-01-20 Thread prati
Hi i also am having same kind of problem. I got checkboxes in tree panel ,how to iterate over the selected nodes on checkbox click. Thanks Partibha Edi wrote: > > I am not able to configure the above example Doug. > > Could you give me .war file. please > > thanks and regards, > edi > > > D

Re: Dynamically update TreeTable model

2010-01-19 Thread prati
Hi i too am facing this problem. When i refresh the page the tree collapses to its original state. Please guide me how to solve this Thanks Prati CrocodileShoes wrote: > > I've finally got this working by extending DefaultTreeState and overriding > the isNodeSelected to

Re: Tree table with check box

2010-01-18 Thread prati
Hey it worked,i wanted checkbox in other column Above apparoach works perfectly. Thanks prati wrote: > > Hi Peter, > > Many thanks for your reply.My problem is exactly same as second one > discussed in the post. > I need checkbox in other column . > >

Re: Tree table with check box

2010-01-18 Thread prati
anel"); return boxPanel; } }; } I am getting no getter methods defined for ModelBean. Am i doing it in a right way particularly HTML Thanks Prati aldaris wrote: > > Hi, > > check out wicket-tree (http://code.google.com/p/wicket-tree/) and

Re: Tree table with check box

2010-01-14 Thread prati
Hi, I am also stuck in similar problem.If you can share your code snippets of how u did that will be of great help. Thanks Pratibha vela wrote: > > Hello again, > > The links and nodes are added in the TreeFragment class. But the > TreeFragment is a private inner class in Treetable, could yo