Hi everybody, I have a question... If i wanted to make a "pure JSR 168 portlet" and use ajax within it then is it true that the only option i have is to make the ajax calls to a servlet ???
if that is the case , how would i validate the user making the calll..whether he has logged in to the portal and what role he is in ...etc..basically all related information to the user. as of now i am setting using the portlet session to pass info between the servlet n portlet..is there a more elegant solution? I am really new to J2EE so please excuse me if this a really stupid question....and point me to the right documentation.. thanks Team VIT
