Re: Struts-Populating data in JSP

2007-09-28 Thread Antonio Petrelli
2007/9/28, mel-hustler <[EMAIL PROTECTED]>: > > > Hi, > I am new to struts. Ask this kind of questions in the Struts Users mailing list: http://struts.apache.org/mail.html Anyway I notice that you are *very* new to Struts 1, so I suggest you to read some tutorial: http://struts.apache.org/1.3.8/

Struts-Populating data in JSP

2007-09-28 Thread mel-hustler
;http://java.sun.com/jsp/jstl/core"; %> List Customer Item Price ${result.item} ${result.price} --- Any help is greatly appreciated. If someone can tell, what is wrong with, and why I cannot get any data on view.jsp it will be very nice. Best Regards Mel