Hi,

[1] does your button have a model object?

Since WICKET-6225 the model object is used to replace the component body, iff you're using a <button> tag.
Previously the model object was used for the value of an <input> tag only.

Regards
Sven


Am 27.10.2016 um 10:28 schrieb Francesco Chicchiriccò:
Hi all,
I am trying to upgrade the Apache Syncope console from 7.4.0 to recent 7.5.0, 
but I am experiencing some troubles.

First, I had to remove

<wicket:message key="submit"/>

from [1], since Wicket was complaining that the <button> element had to be 
closed (?): now things are working fine again (as it used to do up to 7.4.0), but I 
honestly do not understand why.

Now I am getting [2] and AFAIU this depends on the fact that the 
WebSocketSettings I am using in [3] have a null or empty 'filterPrefix': again, 
this works perfectly fine with 7.4.0.

Any hint? Thanks.
Regards.

[1] 
https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.html#L58-L59
[2] https://paste.apache.org/YSzq
[3] 
https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/java/org/apache/syncope/client/console/pages/BasePage.java#L91

---------------------------------------------------------------------
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

Reply via email to