RE: Anchors in Wicket?

2008-06-13 Thread Michael Mehrle
Wicket so that the URL causes the browser to scroll further down in the page? Thanks, Michael -Original Message- From: Thijs [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:38 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? This is a bookmarkable link (the

RE: Anchors in Wicket?

2008-06-11 Thread Michael Mehrle
Hey, thanks a lot Thijs! I'll give this a shot. -Original Message- From: Thijs [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:38 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? This is a bookmarkable link (the only place I use it with) but you get the

Re: Anchors in Wicket?

2008-06-11 Thread Thijs
).toString(); return url; } } Thijs Michael Mehrle wrote: Mind sharing that? ;-) -Original Message- From: Thijs [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 11:23 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? The component is any wicket component in the sa

RE: Anchors in Wicket?

2008-06-11 Thread Michael Mehrle
Mind sharing that? ;-) -Original Message- From: Thijs [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 11:23 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? The component is any wicket component in the same page or next page if you know that component. What you

Re: Anchors in Wicket?

2008-06-10 Thread Thijs
t: Tuesday, June 10, 2008 12:39 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? Michael Mehrle wrote: How do create a link that jumps to some anchor in a page? Is there a way to define this in Wicket or do I have to do this manually somehow? Michael

RE: Anchors in Wicket?

2008-06-10 Thread Michael Mehrle
MAIL PROTECTED] Sent: Tuesday, June 10, 2008 12:39 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? Michael Mehrle wrote: > How do create a link that jumps to some anchor in a page? Is there a way > to define this in Wicket or do I have to do this manually somehow? > > &g

Re: Anchors in Wicket?

2008-06-10 Thread Thijs Vonk
Michael Mehrle wrote: How do create a link that jumps to some anchor in a page? Is there a way to define this in Wicket or do I have to do this manually somehow? Michael yes. use link.setAnchor(Component) - To unsubsc

Anchors in Wicket?

2008-06-10 Thread Michael Mehrle
How do create a link that jumps to some anchor in a page? Is there a way to define this in Wicket or do I have to do this manually somehow? Michael