tags:

views:

45

answers:

1

Hi, A question regarding the HtmlUnit java libary: I've created a log on my server, and noticed that the click() method doesn't pass the "referral" information when it is invoked through a "HtmlElement" or "HtmlArea". when invoked through the more commonly used HtmlAnchor- the refferral information is passed.

This is strange since HtmlAnchor is a Subclass of HtmlElement

Thanks for the help

A: 

Thanks for reporting, issue is fixed in SVN.

Next time, you may consider HtmlUnit user-list.

Ahmed Ashour
thanks for the fixbut it seems now the ability to cast an HtmlElement to HtmlArea is lost
rhcp2p