How do I get Aptana to recognize .jspf files?
I'd like to have syntax highlighting for .jspf files. I'm sure there's a preference/config option or an xml file to edit, but I'm not finding it.
I assume it's similar to the eclipse process, so I'm tagging eclipse, too. If it's not, I'll remove the tag.
...
This might be a very newbie question, but I didn't find anything satisfying
I want to do somethign like this in JSP (out of the box preferably):
e.g. in a file called products.jsp an imaginary implementation that explains what I want
<x:named-segment name="product">
Product: <strong>${product.name}</strong> <br/>
price: ${pr...
Our javascript YUI framework depends a lot on html elements written on jspf file.
As it is getting more complex, we are trying to find a way to package the jspf along with javascript files to ease deployment.
Currently to modify/add new element, we have to modify jspf and add the javascript dependencies manually.
Is there a way to pa...