How to customize error message in SignInPanel

2008-09-23 Thread wiki
Does any one knows how to customize error message login failed to our own message using SignInPanel. In my project I am using acegi so I want two different messages 1 for user whose account is locked 2 for user whose account is active but password or email entered wrong Thanks -- View this

How to get Image with Hibernate Spring Based Application

2008-08-10 Thread wiki
Hi I have this code for getting property list from database but I don't know how to display Image property [CODE prop.hbm.xml]property name=propImage column=Imagesnot-null=true/ [CODE]with ListView using compound property model. I got some code from Kent Tong book but

How to view SetQuestionaire like ListView uses List

2008-03-01 Thread wiki
Hi I have a set of questionaires I know how to display List of Quesitonaires { ListQuestionaire a=user.getQuestionaire(); ListView v=new ListView() implementedabstract methods }; but don't know if i have SetQuestionaire q=user.getQuestionaire(); how to display them. Thanks -- View

http://wicketstuff.org/wicket13/repeater/ doesn't open

2008-03-01 Thread wiki
Could u please give some other solution -- View this message in context: http://www.nabble.com/http%3A--wicketstuff.org-wicket13-repeater--doesn%27t-open-tp15778240p15778240.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Problem to nest list within data DefaultDataTable which already have data provider

2008-02-14 Thread wiki
)); } }; cell.add(view); } igor.vaynberg wrote: see ListDataProvider -igor On Feb 13, 2008 7:44 AM, wiki [EMAIL PROTECTED] wrote: Hi I have a little problem with displaying list inside datatable. I have a list of questions and each question has a list of answers.My design

How to Display List in DataTable

2008-02-13 Thread wiki
Hi I have a little problem with displaying list inside datatable. I have a list of questions and each question has a list of answers.My design requirement is to display one question per page(that's why used Data Provider) and within that page I have to display list of relevant answers.I have a

how to save CheckBoxMultipleChoice values into database

2008-02-07 Thread wiki
Hi I have a class of MultipleChoiceSingleSelectquestion which has one to many relationship with Answers in Hibernate here is the code to display questions with list of answers public class ViewQuestions extends AuthenticatedWebPage { private static final int ITEM_PER_PATE = 1; /**