I want to start learning to write Ajax in Liferay. Can anyone givesome advice about how to start or introduce me some resources forwriting ajax in Struts based portlets
liferay supports jQuery, JSON and DWRsince it uses IceFaces internally,if you switch from struts to JSF you can do AJAX transparently without directly involving with AJAX libraries.
For Struts you could use, IceFaces and DWRandFor JSF you could use, RichFaces and Ajax4JSF and IceFaces and Gravel.
did you mention IceFaces for using with struts by a mistake or has some kind of uses out of JSF world?