kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

can't access someclass.html where 'someclass' is also a persevere class #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
r481 (built about an hour ago)

If I have a persevere class named 'whatever', then I can't view an html
file of the same name .html (like 'whatever.html').  Not sure if this is
new or always been this way.

Original issue reported on code.google.com by dty...@gmail.com on 23 May 2009 at 12:19

GoogleCodeExporter commented 8 years ago
Clearly, your 'whatever' instances need a property 'html' which you assign in 
the
initializer to be the contents of the 'whatever.html' file.  Simple.

Just kidding, of course. 

Original comment by davidthi...@gmail.com on 23 May 2009 at 2:32

GoogleCodeExporter commented 8 years ago
Haha!

Just to be a little more clear, it's really any file that conflicts with a 
classname, not just html files.  So you can't view Class.html or Class.txt, for 
example.

Original comment by dty...@gmail.com on 24 May 2009 at 1:50

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 28 May 2009 at 8:34