Re: Using iterator tag to retrieve list from session

2008-08-26 Thread Chriss Nold
Thanks guys, that did it. Lukasz, I will look into hibernate. In your email about hibernate, what did you mean by 'use Database'? I am currently working on two projects. This one is just a simple tournament tracking system that will not face a heavy load, so I may just continue with sessions in

Re: Using iterator tag to retrieve list from session

2008-08-26 Thread Chriss Nold
Thanks Lukasz, most of the java/struts I know I learned while working for a company that used sessions, so that's what I used and I have never used Hibernate. Do you know of any good resources for this off hand? I have no problem with learning new tech, I am the only person on this project, so

Re: Using iterator tag to retrieve list from session

2008-08-26 Thread Chriss Nold
three times. Any ideas? The code is the same as previously send except that the iterator value is #session.eventList Thanks, Chriss On Tue, Aug 26, 2008 at 1:59 PM, Chriss Nold <[EMAIL PROTECTED]> wrote: > Thank you very much. I changed the getList to getEventList, and changed >

Re: Using iterator tag to retrieve list from session

2008-08-26 Thread Chriss Nold
which doesn't have a "round" field > at all. I suspect that you just want to iterate over eventList itself (or > #session.eventList, I forget offhand). > > jk > > On Tue, Aug 26, 2008 at 1:30 PM, Chriss Nold <[EMAIL PROTECTED]> > wrote: > > > Hel

Using iterator tag to retrieve list from session

2008-08-26 Thread Chriss Nold
Hello All, I am trying to retreive a list from the session and display that list on a jsp, but I am not entirely sure of the correct syntax for reading the list. Any help would be appreciated. Here is the code that I am cuurently using: Action class: package round; import java.sql.Connectio

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
o the Europa Release, but it fixes the problem. Thanks, Chriss On 2/18/08, Chriss Nold <[EMAIL PROTECTED]> wrote: > > Dave, >Thank you for all of the help, I really appreciate it. I had to go > into each project and manually create the classes folders in the WEB-INF > fold

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
everything goes boom. Thank you again for you patience and help, Chriss On 2/18/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Chriss Nold <[EMAIL PROTECTED]> wrote: > > I am importing the project into eclipse from the .war file with the j2ee > > preview enabled for

Re: [OT] Re: Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
: /Blank Subdirectory for web app root: /WebContent I start the server, and the project builds successfully. Am I missing a step? I didn't do anything regarding classpath configuration. On 2/18/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Chriss Nold <[EMAIL PROTE

Action mapping not found - eclipse configuration problem???

2008-02-18 Thread Chriss Nold
Hello all, I have used struts before, but I have never configured it or eclipse before and I am new to Struts2. I am trying to configure that struts-blank project, but I am receiving the following error when I attempt to accept the page: SEVERE: Could not find action or result There is no Act

Problems setting up example applications

2008-02-18 Thread Chriss Nold
I am new to both Eclipse and Struts2 and I am having issues with the struts2 examples. First, I open eclipse and import the .war file for the blank project, and set the Eclipse configuration to add it is a Tomcat project. When I attempt to access the app, it fails to find the action mappings. It a