regarding sort property

2012-01-19 Thread ridaa
Hi,

I am using a check box panel to build a column of check box in data table
using abstract column. How do i impose sort on it.On click of sort the
selected checkboxes should appear on top and rest at the bottom.
Do i need to use sortableComparator class..It would be a big help if some1
can provide a sample code.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/regarding-sort-property-tp4310532p4310532.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



Re: abstract column property column

2011-12-13 Thread ridaa
sorry...
but still i am not clear.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/abstract-column-property-column-tp4186596p4190968.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



RE: Regarding Reset

2011-11-29 Thread ridaa
Hey Thanks for the clarification..!!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Regarding-Reset-tp4115668p4119522.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



Regarding Reset

2011-11-28 Thread ridaa
Hi All,

Please suggest me
1.how do i use reset in java code.I have just declare a reset button in my
html which is working as expected but wana know is there any other
alternative of doin it.
2.I am unable to use generics in my app,it shows error as this is supported
in 1.5 version.What do i need to do for this...?
3.In case i am using a markup which has a text field  inside  a form,Then
the order of adding should it be like 
wmc.add(textField);
form.add(wmc);
Am i doing it right ...? 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Regarding-Reset-tp4115668p4115668.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



Bookmark link

2011-11-23 Thread ridaa
Hiii all,
Please help me out.

I have got struck with a scenario where i need to open a link(on 1st page)
in a new window(2nd page) where say a label is displayed.I will add this
link to my browser favorites and close that window.
Now if i open browser and click the link in favorites my 2nd page should
appear.
For this i have used the below code:

html:
form wicket:id=form
 # 
/form

java:
Form form=new Form(form);
add(form);
form.add(new BookmarkablePageLink(link,NewPage.class));
here NewPage.class would contain a label.

Here comes the twist..I wana use a login page ,which after entry would show
2 links say linkA  lnkB.I click on linkA and add this to favourites.
Now as usual the LinkA page would open if i go from favoritesbut i wana
route this page through the login page..To be more clear when i go to
favorites and clik on the LinkA it should show login page fst and then the
LinkA page.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Bookmark-link-tp4100123p4100123.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



Re: Radio button selection

2011-11-22 Thread ridaa
Hey Alex Your sample app was quite helpful...Thanx alot

 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Radio-button-selection-tp4085827p4096389.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



Re: Radio button selection

2011-11-22 Thread ridaa
Tito,

Thank you for the clarification.It was a great help.

Regards.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Radio-button-selection-tp4085827p4096406.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



Re: Radio button selection

2011-11-20 Thread ridaa
Hey thanx alot ...!!
It would be really very helpful if i could get some explanation on above
code.

Regards.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Radio-button-selection-tp4085827p4088663.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