Re: [Wicket-user] Using Link on an internal anchor

2006-05-11 Thread Eelco Hillenius

It would be nicer if it could be integrated in our existing link classes.

Eelco

On 5/11/06, Johan Compagner [EMAIL PROTECTED] wrote:

you could make a nice component for that?

AnchorLink?

it is requested before so maybe it is a simple class for the core.

johan



On 5/10/06, Jerry Smith [EMAIL PROTECTED] wrote:




 Hi all!  How would I go about making a Link that in addition goes to
whatever page, but then scrolls to some named anchor?  It looks like for
some other situations overriding onComponentTag() seems to be the answer,
however in Link that method is final.  Thanks for any input!



 -Jerry





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Using Link on an internal anchor

2006-05-10 Thread Juergen Donnerstag

I think getUrl() is not final and can be overwriten. I've done
something similar recently for autolinks.

regards
Juergen

On 5/10/06, Jerry Smith [EMAIL PROTECTED] wrote:




Hi all!  How would I go about making a Link that in addition goes to
whatever page, but then scrolls to some named anchor?  It looks like for
some other situations overriding onComponentTag() seems to be the answer,
however in Link that method is final.  Thanks for any input!



-Jerry



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Using Link on an internal anchor

2006-05-10 Thread Johan Compagner
you could make a nice component for that?AnchorLink?it is requested before so maybe it is a simple class for the core.johanOn 5/10/06, 
Jerry Smith [EMAIL PROTECTED] wrote:













Hi all! How would I go about making a Link that in addition
goes to whatever page, but then scrolls to some named anchor? It looks like
for some other situations overriding onComponentTag() seems to be the answer,
however in Link that method is final. Thanks for any input!



-Jerry