Hi,

I tried this line and thought I should get the same value but didn't:

 <td><c:out value="${currentRow_questions.numb}"/>xx<%= 
currentRow_questions.get("numb") %>&nbsp;</td>   

currentRow_questions is a scripting variable (hashtable) in DbForms (open source rad). 

However the c:out value was incorrect.  Am I just an idiot who can't do simple things 
correctly or is something goofy here?

My output looked like this which according to the info in the database is not correct 
(and intuitively should be the same).

2xx1

3xx2

3xx3

Puzzled and confused and shying away from JSTL though it looks handy for some things.

Shawn

Reply via email to