Re: need help using Struts2 - interator

2014-06-24 Thread Lukasz Lenart
2014-06-24 22:11 GMT+02:00 Tri Quan : > I use Netbeans-7.0, Tomcat 2.2.3, JDK1.6 for development and use ant-deploy > Per the perspective of Netbeans, iteratorkfc.jsp is under 'Web Pages' > Project IteratorKFC has the following structure: > > InteratorKFC > Web Pages > M

RE: need help using Struts2 - interator

2014-06-24 Thread Tri Quan
C/IteratorKFC/iteratorkfc.jsp) is not available. Tri Quan -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Tuesday, June 24, 2014 3:18 AM To: Struts Users Mailing List Subject: Re: need help using Struts2 - interator 2014-06-23 23:06 GMT+0

Re: need help using Struts2 - interator

2014-06-24 Thread Lukasz Lenart
2014-06-23 23:06 GMT+02:00 Tri Quan : > iteratorkfc.jsp file is in 'web' folder of the project. Its content listed 'web folder' means nothing, you cannot label folder web or js or css and expect it will be automagically selected as a folder with web content. It depends on build tool you are using,

need help using Struts2 - interator

2014-06-23 Thread Tri Quan
All, I use Struts2 version 2.3, Tomcat 7, Java JDK 1.6, NetBeans 7.0 in learning Iterator of Struts. url : http://localhost:8080/IteratorKFC/IteratorKFC/menu.action receives Struts error : The requested resource (/IteratorKFC/IteratorKFC/iteratorkfc.jsp) is not available. Could

Re: Need help using

2009-03-16 Thread benjamin haimerl
03/16/2009 03:06 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Need help using hi hermann imho it should work.. which page will be shown when you follow the link? just an empty page? Then i guess your action returned null as A

Re: Need help using

2009-03-16 Thread hermann . x . lau
. but I have looked over my config many times and I don't see anything wrong with it. Any ideas? Thanks for your help! benjamin haimerl 03/16/2009 03:06 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Need help using

Re: Need help using

2009-03-16 Thread benjamin haimerl
hi hermann imho it should work.. which page will be shown when you follow the link? just an empty page? Then i guess your action returned null as ActionForward, or an notConfigured forward or did you saw an error page for example: http status 404 - invalid path was requestet that means the act

Need help using

2009-03-16 Thread hermann . x . lau
I am having trouble getting two links to work. The links render properly but when I click on the links, it doesn't forward to the appropriate page. I am not getting any exceptions on the server either. What am I missing? The jsp:

Re: Need help using tiles taglib with JSTL

2005-08-19 Thread Michael Mattox
> > > > classname="fr.data.Inscription" > name="inscription" > scope="request" > ignore="false"/> > > > I figured it out.. the problem was the JSTL var in the forEach was limited in scope t

Re: Need help using tiles taglib with JSTL

2005-08-19 Thread Jurn Ho
nested within the tiles:insert, I think you want a tiles:put instead of a useAttribute? Jurn At 01:59 AM 19/08/2005, Michael Mattox wrote: I'm trying to use the tiles taglib with JSTL (servlet spec 2.4).. if I use just the HTML tags they work file, and JSTL 1.1 by itself works fine. The proble

Need help using tiles taglib with JSTL

2005-08-18 Thread Michael Mattox
I'm trying to use the tiles taglib with JSTL (servlet spec 2.4).. if I use just the HTML tags they work file, and JSTL 1.1 by itself works fine. The problem comes when I need to use them together. Here I have a list of inscriptions in the request scope and I want to loop through them and pass each