Dan, 

It seems that as of rev 1172721, 
ObjectActionParameterAbstract.java#getName() returns camel case 
instead of getSingularName.

So now, if I have a method annotated as:
setFeePayer(@Named("Fee Payer") String feePayer){
...
}

On the HTML viewer, it shows up as:
"feePayer" instead of "Fee Payer" as expected.

I assume you are returning camel case for a reason, probably to do 
with RO, but could you use another annotation? The new behaviour is 
inconsistent with the applib documentation[1].

Regards,
Kevin

[1] 
http://incubator.apache.org/isis/applib/docbkx/html/guide/ch07s06.html

Reply via email to