Mike Haberman wrote:
>
> It seems that in order for named anchors to work properly, the '#'
> must not be encoded (via URLEncoder). I would think that browsers
> should be able to handled the encoded '#' but they don't.
>
> I have the fix and am ready to commit it to cvs, but was wondering
> if anyone else has any comments on this.
>
> This will affect any calls to $link.setPage() that contain a hash
> mark.
> e.g $link.setPage("admin,index.wm#markMe")
Can't this be avoided by defining the link like this?
e.g $link.setPage("admin,index.wm")#markMe
>
> Also, there is a lot of unnecessary object (StringBuffer) creation.
> I will commit the fix for that as well.
>
> let me know,
>
> mike
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]