fixed
-igor
On 7/12/07, Ballist1c <[EMAIL PROTECTED]> wrote:
Hey guys,
Ive been reading the apidoc for RepeatingView, and there is one thing that
is completely throwing me off.
As taken from the API....
http://wicket.sourceforge.net/wicket-extensions/apidocs/wicket/extensions/markup/html/repeater/RepeatingView.html
It says " A repeater view that renders all of its children, using its body
markup, in the order they were added."
Example:
Java:
RepeatingView view = new RepeatingView("repeater");
view.add(new Label("1", "hello"));
view.add(new Label("2", "goodbye"));
view.add(new Label("3", "good morning"));
Yet the code yields, according to the APIdoc
Yields:
<ul><li>goodbye</li><li>hello</li><li>good morning</li></ul>
I was under the impression it would be
<ul><li>hello</li><li>goodbye</li><li>good morning</li></ul>??
--
View this message in context:
http://www.nabble.com/RepeatingView-Class-API-tf4071880.html#a11572096
Sent from the Wicket - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user