Hello, In my project, i would like to use DWR along with Tapestry! But i've a probelm. Its like i need to access the DB, i use Hibernate with Tapestry. In my class i've:
@Inject private Session _session; when i access this class from DWR, Tapestry doesn't interfere at all. But, i'm getting a null pointer exception where i first start using the Session. How and what should be done for this? - Ashwanth Kumar