I'm just starting out with JSF and currently using JSF 2.0.
I want to incorporate ajax scripts in a traditional manner without relying on JSF's f:ajax tag.
While I understand that bypassing JSF features can potentially impact the application's state, I'm curious if anyone has tried this approach before. Any advice or recommendations on how to achieve this safely? Suggestions for existing frameworks that could assist with this task are also welcome.