Re: Absolute urls in forms

2009-08-25 Thread Erik van Oosten
soo easy, just have to find time.) -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/Absolute-urls-in-forms-tp25075543p25132710.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Absolute urls in forms

2009-08-25 Thread Steen Larsen
is not yet solved. (I really should make the patch, its soo easy, just have to find time.) -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ -- View this message in context: http://www.nabble.com/Absolute-urls-in-forms-tp25075543p25132710.html Sent from the Wicket - User mailing

Re: Absolute urls in forms

2009-08-22 Thread Steen Larsen
with proxies... :) -igor On Fri, Aug 21, 2009 at 12:43 AM, Steen Larsensteen...@gmail.com wrote: Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls in the forms action attribute. The reason I ask is because my Wicket application is going to be embedded in a CMS

Re: Absolute urls in forms

2009-08-22 Thread Erik van Oosten
I've always wondered about that Anyways, you can make all URLs absolute by following the hints in https://issues.apache.org/jira/browse/WICKET-1974. You'll need to patch Wicket as the issue is not yet solved. (I really should make the patch, its soo easy, just have to find time.)

Absolute urls in forms

2009-08-21 Thread Steen Larsen
Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls in the forms action attribute. The reason I ask is because my Wicket application is going to be embedded in a CMS through a proxy, and apparently the dude writing the proxy would prefer the urls to be absolute

Re: Absolute urls in forms

2009-08-21 Thread copenhag copenhagen
Hi, Why can't you just add a AttributeModifier to the Form and then modify it as you wish ? Best Regards Cemil On Fri, Aug 21, 2009 at 9:43 AM, Steen Larsen steen...@gmail.com wrote: Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls in the forms action

Re: Absolute urls in forms

2009-08-21 Thread Steen Larsen
...@gmail.com: Hi, Why can't you just add a AttributeModifier to the Form and then modify it as you wish ? Best Regards Cemil On Fri, Aug 21, 2009 at 9:43 AM, Steen Larsen steen...@gmail.com wrote: Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls