Hello List;
I am new to wicket. i have developed struts1/2 for a long time. and i like
wicket. but, i have some questions:
1. is there an ide to develop wicket applications/components easily
2. does the tag starts with "<wicket:" take arguments or not, if yes, is
there an ide that support this future. i read the book wicket in action, and
couldnt see such an example
if answer no, i suggests below(maybe they are silly for wicket, but i
see such a feature in asp.net)
lets prepare such an example
<wicket:panel name="halil" age="29"/>
in java, wicket:page may correspond to a property model and
name-and-age fields may be the field names in the class of property model.
3. i create a login component to learn wicket. i see that, i can create
components in java, but there is no correspondences in html. here an
example.