Hi all, I'm rendering a web page for offline use, but am playing around with integration into the parent web site where that offline page comes from. The current approach is to simply show the same auth-form used by the online variant itself already and to simply POST credentials there.
The problem is that Wicket generates a local action-target for the form and I don't see any way to override that behaviour. Look at the following examples: > <form action="./wicket/page?[...]" method="post"[...] vs. > <form action="https:/example.org/some_app/wicket/page?[...]" > method="post"[...] What I'm currently doing is implementing a custom "AbstractTransformerBehavior" simply changing the action-attribute in the generated markup using some configured value. Is that the easiest/preferred approach? Searchign for that topic I only found Ajax-related things, which is not what I'm interested in. But I couldn't find somethign to simply set the target or override the strategy how that is calculated or such. Thanks for your hints! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org