[i made a mistake and mail sent while i writing, please ignore previous mail
having the same subject]
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.
i create Login.java, Login.html and use them in index.html(and
index.java). is it possible to use Login component in index.html as below
<wicket:login id="id123" />
"wicket:login" tag will load Login component.
4. i made an example to use layout mechanism of wicket. and i see that there
could be only one child page in a base layout. is it possible to use
multiple child page to use same base page.
5. i see that hierarchy-in-html must match the hierarchy-in-java . is there
a counter example or a scenario?
you dont have to answer all the questions, maybe some are trivial since i am
still reading.
regards,
-halil.