[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-11-26 Thread Alex Burgel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545570 ] Alex Burgel commented on WICKET-609: this has been working for me: public static CharSequence getPagePath(Page p

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-09-15 Thread Ryan Sonnek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527740 ] Ryan Sonnek commented on WICKET-609: any chance these changes could make it into 1.3? > Wicket should provide an

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-09-05 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525108 ] Jean-Baptiste Quenot commented on WICKET-609: - If it can be of any help I added the method RequestUtils.r

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523900 ] Marat Radchenko commented on WICKET-609: Free bonus of this approach is no need to hardcode context path. As

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523892 ] Marat Radchenko commented on WICKET-609: One more test (works): {code:java} System.out.println(toAbsolutePat

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523889 ] Marat Radchenko commented on WICKET-609: Solution, take two (how handles pages in different directories): {c

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523869 ] Ryan Crumley commented on WICKET-609: - I do not think so. Alastair gave me a solution on irc a while back that i

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523863 ] Marat Radchenko commented on WICKET-609: Ryan: Damn. is it possible to ask Wicket to return context path rela

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523862 ] Ryan Crumley commented on WICKET-609: - Marat: That solution does not work in wicket 1.3. The reason is that Requ

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523860 ] Marat Radchenko commented on WICKET-609: Solution: {code:java} String getAbsoluteUrl(final HttpServletReques

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-24 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522513 ] Ryan Crumley commented on WICKET-609: - The biggest hurdle to solve the problem is to provide some way to ask wick

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-24 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522429 ] Jean-Baptiste Quenot commented on WICKET-609: - I don't think it will be ever possible in a web environmen

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-22 Thread Ryan Sonnek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521992 ] Ryan Sonnek commented on WICKET-609: just want to voice that I've been experiencing this difficulty with the curr