and what i get back is myContentTypeName (ie no “rx:” in front). From what i can tell, both of them should return the same value as we do use the same method. Could it be differing RX versions (i have been using it since 6.5.2)?
Eh…I learned about it the round about way: I knew what the java class relresult was then looked at the jar file corresponding to it and figured out what methods were available to that class.
But that was before I knew what I was doing (read experience). Of course now I would just look at the API (usually located at [RX ROOT]/Docs/Rhythmyx/Javadocs/index.html) to figure out what actions i can do to a specific item.
I believe velocity equates Node => getNode method calls (if Node does not exist…same with all other method calls starting with “get”) hence the code that I gave should be identical to Jimbos (which is why i was wondering why he had the “rx:” in front of what was returned…