Hi,

you need a repeater.  See http://wicketstuff.org/wicket13/repeater/
for examples.

Thomas


On Sat, Mar 1, 2008 at 2:01 PM, wiki <[EMAIL PROTECTED]> wrote:
>
>  Hi I have a set of questionaires
>  I know how to display List of Quesitonaires
>  {
>   List<Questionaire> a=user.getQuestionaire();
>   ListView v=new ListView()
>    implemented    abstract methods
>  };
>   but don't know if i have Set<Questionaire> q=user.getQuestionaire();
>  how to display them.
>  Thanks
>  --
>  View this message in context: 
> http://www.nabble.com/How-to-view-Set%3CQuestionaire%3E-like-ListView-uses-List-tp15773242p15773242.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to