Re: How to add component without html wicket:id?

2013-10-06 Thread mike.hua
Thanks a lot for Francois  Paul's help. I'll learn about it and have a try!



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-component-without-html-wicket-id-tp4661717p4661726.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



How to add component without html wicket:id?

2013-10-05 Thread mike.hua
I want to add a component in wicket page without to write a wicket:id into
html page.

The types and numbers of the components are arbitrary, and will be
determined in the program code.

May I have any solutions?

Thanks a lot!



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-component-without-html-wicket-id-tp4661717.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: How to add component without html wicket:id?

2013-10-05 Thread Francois Meillet
You should read 

https://cwiki.apache.org/confluence/display/WICKET/ListView+and+other+repeaters
and
http://www.wicket-library.com/wicket-examples/repeater/



François Meillet
Formation Wicket - Développement Wicket





Le 5 oct. 2013 à 11:31, mike.hua hz...@sohu.com a écrit :

 I want to add a component in wicket page without to write a wicket:id into
 html page.
 
 The types and numbers of the components are arbitrary, and will be
 determined in the program code.
 
 May I have any solutions?
 
 Thanks a lot!
 
 
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/How-to-add-component-without-html-wicket-id-tp4661717.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: How to add component without html wicket:id?

2013-10-05 Thread Paul Bors
See also chapter 12 Displaying multiple items with repeaters of the Wicket 
Free Guide:
http://wicket.apache.org/guide/

~ Thank you,
   Paul C Bors

 On Oct 5, 2013, at 7:08, Francois Meillet francois.meil...@gmail.com wrote:
 
 You should read 
 
 https://cwiki.apache.org/confluence/display/WICKET/ListView+and+other+repeaters
 and
 http://www.wicket-library.com/wicket-examples/repeater/
 
 
 
 François Meillet
 Formation Wicket - Développement Wicket
 
 
 
 
 
 Le 5 oct. 2013 à 11:31, mike.hua hz...@sohu.com a écrit :
 
 I want to add a component in wicket page without to write a wicket:id into
 html page.
 
 The types and numbers of the components are arbitrary, and will be
 determined in the program code.
 
 May I have any solutions?
 
 Thanks a lot!
 
 
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/How-to-add-component-without-html-wicket-id-tp4661717.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
 
 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org