Just added a lang construct, which I can still edit @ http://codefinder.org/editLangConstruct/Javascript+function
However it is not being displayed on the manage page, when using this for loop:

for( lc : LangConstruct in( from LangConstruct order by name ) ) { .. }

My suspicions that it had to do with the fact that it is the 11th language construct and the for loop using a limit of 10 seems to be wrong, as /test/succeed/for-loop-order-by.app seems to pass.

Submitted by Elmer van Chastelet on 5 April 2013 at 11:38

On 5 April 2013 at 11:38 Elmer van Chastelet tagged manage

On 5 April 2013 at 15:55 Elmer van Chastelet commented:

Strange, it now shows up in the manage page after tomcat has been restarted. I think it has to do with a caching issue.

Log in to post comments