Hey Jeff,
did you override this?
/**
* Override this method if you want onBeforeRender to be called even
when your component is not
* visible. default this returns false.
*
* @return boolean, if true then onBeforeRender is called even for
none visible components,
*
I did not override the method.I just did and it is still not
working. Here is what I have:
Also, where would one find this type of information. I don't think the
online example show it and blindly guessing methods to look at in
javadoc doesn't seem efficient.
HTML:
tr
Only a shot in the dark, but is
typeBox.setOutputMarkupPlaceholderTag(true) helping? You could use it
instead of
setOutputMarkupId(true), because its done there to. Otherwise i would
have to create a testcase for this situation.
There are different places to get informations:
- search this
Adding the call to that method seemed to solve the problem.
The places you mentioned are the usual places to look for information.
However I searched the list, read the wiki, checked the examples, and
looked through some books. I also tried to google what I was trying to
do.
It just seemed
The books you mentioned are the places to look at.
If i google wicket component not visible the third entry brings up the
solution.
And in the list this question was answered quite often. But it surely
depends on
search phrase. But now it's answered again.
At least here you will get almost
I want to create a list of radio buttons [I have that working] and an
ajax event to fire whenever a radio button is clicked [I have this
working]. If the radio button matches the one I am interested in then I
want to display additional information that must be filled in. A radio
button selection