Re: Absolute urls in forms

2009-08-25 Thread Steen Larsen
Thanks

2009/8/25 Erik van Oosten :
>
> I added a patch in Jira.
>
> Regards,
>    Erik.
>
>
>
> Erik van Oosten wrote:
>>
>> 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.)
>>
>
> --
> 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.
>
>
> -
> 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



Re: Absolute urls in forms

2009-08-25 Thread Erik van Oosten

I added a patch in Jira.

Regards,
Erik.



Erik van Oosten wrote:
> 
> 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.)
> 

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


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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


Regards,
   Erik.



Igor Vaynberg wrote:

thats funny, we worked really had to make all urls relative because it
would make it a lot easier to work with proxies... :)

-igor

  


--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Absolute urls in forms

2009-08-22 Thread Steen Larsen
Haha, Its not me doing the proxy work. Don't know why they consider it
a problem, but they would really like absolute urls.

/Steen

2009/8/21 Igor Vaynberg :
> thats funny, we worked really had to make all urls relative because it
> would make it a lot easier to work with proxies... :)
>
> -igor
>
> On Fri, Aug 21, 2009 at 12:43 AM, Steen Larsen 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 through
>> a proxy, and apparently the dude writing the proxy would prefer the
>> urls to be absolute.
>>
>> /Steen
>>
>> -
>> 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
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Absolute urls in forms

2009-08-21 Thread Igor Vaynberg
thats funny, we worked really had to make all urls relative because it
would make it a lot easier to work with proxies... :)

-igor

On Fri, Aug 21, 2009 at 12:43 AM, Steen Larsen 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 through
> a proxy, and apparently the dude writing the proxy would prefer the
> urls to be absolute.
>
> /Steen
>
> -
> 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



Re: Absolute urls in forms

2009-08-21 Thread Steen Larsen
Hm, didn't know about that one. I suppose you could rewrite the url
through this, but maybe there was some setting you could change in the
init phase, that already did this. But the AttributeModifier looks
like a workaround so thanks for the hint.

/Steen

2009/8/21 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  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 through
>> a proxy, and apparently the dude writing the proxy would prefer the
>> urls to be absolute.
>>
>> /Steen
>>
>> -
>> 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



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  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 through
> a proxy, and apparently the dude writing the proxy would prefer the
> urls to be absolute.
>
> /Steen
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>