On Tue, 15 Oct 2002, Shawn wrote:

>  <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

We'd need more information to help.  The JSTL expression refers to a
scoped attribute, whereas the scripting expression refers to a scripting
variable; the two can be different.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to