java.sun.com has a useful article this week explaining the difference between the ${…} EL syntax used with JSP page tags and the #{…} EL syntax used with Java Server Faces.
The article explains the reasons for why they are different and why it’s probably best not to combine them to one unified syntax.