Thanks Martin...
I will test with 6.x wicket jars and post the status.
Thanks
Senthil
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/POST-parameters-are-empty-in-Apache-wicket-tp4675266p4675283.html
Sent from the Users forum mailing list archive at Nabble.com.
-
Perfect! Thank you so much for getting me situated!
-Lon
On Sat, Aug 6, 2016 at 3:03 AM, Sven Meier wrote:
> Hi,
>
> this is a known problem with TransparentWebMarkupContainers, see
> WICKET-5479
>
> You should use a WebMarkupContainer and #queue() instead.
>
> Regards
> Sven
>
>
>
> On 04.08.
Dear Wicket jQuery users,
Wicket jQuery UI 7.4.0 based on Apache Wicket 7.4.0 is now released.
*Changelog:*
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.4.0
*Maven dependencies:*
com.googlecode.wicket-jquery-ui
wicket-jquery-ui
7.4.0
com.googl
Dear Wicket jQuery UI users,
Wicket jQuery UI 6.24.0 based on Apache Wicket 6.24.0 is now released.
*Changelog:*
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-6.24.0
*Maven dependencies:*
com.googlecode.wicket-jquery-ui
wicket-jquery-ui
6.24.0
co
Hi,
this is a known problem with TransparentWebMarkupContainers, see WICKET-5479
You should use a WebMarkupContainer and #queue() instead.
Regards
Sven
On 04.08.2016 01:49, Lon Varscsak wrote:
Hey guys,
I’ve got a component (ComponentB) that subclasses from another component
(ComponentA).