PDA

View Full Version : JSP Code @ Tutorial:Introduction to Ext 2.0



BijuGC
12 Jan 2008, 6:53 AM
JSP Code @ Tutorial:Introduction to Ext 2.0 (http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0) looks incorrect

JSP
From Server: ${param.name}

I think it will be something like
JSP
From Server: <%= request.getParameter("name") %>

see an example (http://www.exampledepot.com/egs/javax.servlet.jsp/getparam.html)

mystix
12 Jan 2008, 7:01 AM
well spotted.

it's a wiki though i.e. it's open for editing by the community. feel free to make the corrections in the wiki page directly. ;)

mlarese
12 Jan 2008, 8:44 AM
JSP Code @ Tutorial:Introduction to Ext 2.0 (http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0) looks incorrect

JSP
From Server: ${param.name}

I think it will be something like
JSP
From Server: <%= request.getParameter("name") %>

see an example (http://www.exampledepot.com/egs/javax.servlet.jsp/getparam.html)

it is correct it use jstl;)

mystix
12 Jan 2008, 8:49 AM
it is correct it use jstl;)

title probably needs to be changed though. it says JSP, not JSTL. *LOL*

BijuGC
13 Jan 2008, 5:08 AM
title probably needs to be changed though. it says JSP, not JSTL. *LOL*

Thanks for info...
I changed heading to JSTL (JSP)