I have two very similar lines of code - one of them causes a weird syntax
interpretation on Orion. According to my reference books the two expressions
should produce the same result. Does anyone know why these expressions work
differently on Orion?


Correct on Orion:   <p>/sub<%= t.getString() %></p>

Incorrect on Orion: <p><%= "/sub" + t.getString() %></p>


FYI: I am using 1.3.8.

R.


Reply via email to