Newbie Questions

2002-09-17 Thread Vipul Sagare
Do I have to have a separate ActionForm bean for every HTML form? Can I use other beans or hashmaps with ActionForms? __ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail:

Newbie questions

2001-07-30 Thread Anthony Xin Chen
Hello there, I am new to Struts and I have a couple of questions after studying user guides and example. 1) Is it possible to assigne more than one form bean to the same action mapping? If it is not possible, is it possible to map one form bean to multiple html forms on on web page.

Newbie Questions / Direction

2002-10-15 Thread Robert Hendley
I am a php developer mainly. And am in the learning curve for JSP/Servlet development. I am sold on Stuts, I have read 20+ articles on Struts and have found them helpful. My problem is information overload. I am trying to port a php application to Struts that manages inventory and invoicing. I am

RE: Newbie Questions

2002-09-17 Thread James Mitchell
> -Original Message- > From: Vipul Sagare [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 11:45 AM > To: Struts Users Mailing List > Subject: Newbie Questions > > > Do I have to have a separate ActionForm bean for every HTML form? No, the Acti

2 newbie questions..

2001-05-12 Thread Roy Truelove
Hey guys, Quick questions from a newbie.. When the mapping is local to a particular action, the Action class should call findForward on the mapping that's passed in. But if the mapping is a global one, it should call findForward on the instance of ActionServlet (called servlet) that is passe

Re: Newbie questions

2001-07-30 Thread Ted Husted
Anthony Xin Chen wrote: > 1) Is it possible to assigne more than one form bean to the same > action mapping? No. As it stands, perform() takes a single ActionForm in its signature. > If it is not possible, is it possible to map one form bean to multiple > html forms on web page. Yes. They

RE: Newbie questions

2001-07-30 Thread Hardee, Tony
To: [EMAIL PROTECTED] Subject: Re: Newbie questions Anthony Xin Chen wrote: > 1) Is it possible to assigne more than one form bean to the same > action mapping? No. As it stands, perform() takes a single ActionForm in its signature. > If it is not possible, is it possible to m

Some newbie questions

2002-01-05 Thread Kevin O'Neill
I'm looking for guidance on the patterns used to handle composite patterns in struts. If there is a document I should have read ... please feel free to tell me to RTFM :) The in side of things I understand (I think :)), the output side of things starts to get a little shady for me when we sta

RE: Newbie Questions / Direction

2002-10-15 Thread James Mitchell
> -Original Message- > From: Robert Hendley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 11:28 PM > To: Struts Users Mailing List > Subject: Newbie Questions / Direction > > > I am a php developer mainly. And am in the learning curve for > JSP/Ser

Re: Newbie Questions / Direction

2002-10-16 Thread V. Cekvenich
Robert Hendley wrote: > I am a php developer mainly. And am in the learning curve for > JSP/Servlet development. I am sold on Stuts, I have read 20+ articles on > Struts and have found them helpful. My problem is information overload. > I am trying to port a php application to Struts that manages

Re: 2 newbie questions..

2001-05-12 Thread Jim Richards
The mapping that is sent to your object has the global mappings, and the local ones as well. As for your second question, I'm not sure but the example application was done very early and it wouldn't surprise me if the class is not used at all. Have you tried a global search? If it's not used any

Re: 2 newbie questions..

2001-06-01 Thread Craig R. McClanahan
On Sat, 12 May 2001, Roy Truelove wrote: > Hey guys, > > Quick questions from a newbie.. When the mapping is local to a > particular action, the Action class should call findForward on the mapping > that's passed in. But if the mapping is a global one, it should call > findForward on the

Re: Some newbie questions

2002-01-08 Thread Ted Husted
Inline ... Kevin O'Neill wrote: > > I'm looking for guidance on the patterns used to handle composite patterns in > struts. > > If there is a document I should have read ... please feel free to tell me to > RTFM :) > > The in side of things I understand (I think :)), the output side of things

semi-newbie questions re. struts

2003-01-31 Thread Sundar Narasimhan
Hi, I was told that jsp->jsp through link in an html file is not recommended struts practice. If this is not good.. and I can understand why.. I was told that replacing it with was the way to go. However, form's submits appear as "buttons" and not as "links". H

A couple of Newbie questions

2002-09-18 Thread Kevin Roast
Title: A couple of Newbie questions Hi, I am currently working with Struts for the first time, I have a couple of "newbie" questions, my apologies if they are obvious to Struts veterans :-) 1. I have an application where I use a single ActionForm instance to collect data ov

NEWBIE: questions concerning uploading of files

2002-08-27 Thread Leonard Wolters
Hi there, I have some questions concerning uploading of files. From my previous HTML experience I know that for uploading of files, one can (and should!) use the Oreilly Servlet package. I get a nasty 'javax.servlet.ServletException: BeanUtils.populate with root cause: java.lang.IllegalArgumen

Re: A couple of Newbie questions

2002-09-18 Thread Dave Derry
for the first time, I have a couple of "newbie" questions, my apologies if they are obvious to Struts veterans :-) 1. I have an application where I use a single ActionForm instance to collect data over several pages (like a wizard). Each step of the wizard requires different fields o

RE: A couple of Newbie questions

2002-09-18 Thread Homer, Christopher
" value of your ActionMapping entry in struts-config.xml. Chris -Original Message- From: Kevin Roast [mailto:[EMAIL PROTECTED]] Sent: 18 September 2002 13:40 To: [EMAIL PROTECTED] Subject: A couple of Newbie questions Hi, I am currently working with Struts for the first time, I have

Re: Some newbie questions (state/session info)

2002-01-08 Thread Keith Bacon
Hi Kevin > e.g. the top of the page contains some information regarding the user, the > application is stateless and extraction of the data is cheaper than storing > it in a session variable Your app also risks being totally hackable! Anything coming from the client can be faked so you need th

Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread Joe Hertz
"Struts in Action" says to copy struts-validator.dtd into WEB-INF. Couldn't find it. So I checked Manning's site for errata to this (since it was beta at the time) like the book suggested. Nothing. So I googled (imagine!). This changed since in the final release, to be part of struts-html.tld, d

Re: Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread majoko
Hi, > "Struts in Action" says to copy struts-validator.dtd into WEB-INF. > > Couldn't find it. So I checked Manning's site for errata to this (since > it was beta at the time) like the book suggested. Nothing. > > So I googled (imagine!). This changed since in the final release, to be > part of s

RE: Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread Joe Hertz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2003 5:02 AM > To: [EMAIL PROTECTED] > Subject: Re: Struts-validator.dtd, or why lame newbie > questions happen. > > > So I googled (imagine!). This

Struts + Hibernate: A few newbie questions about how to get thisright?

2003-07-24 Thread Thorbjørn Ravn Andersen
I have spent quite some time working with creating a new web interface on top of an existing database. As we want to eventually change the schema we have decided to put an abstraction layer on top of it, which I am in the process of modelling as Hibernate beans, where Ihave just started dealin

Re: Struts + Hibernate: A few newbie questions about how to get thisright?

2003-07-24 Thread Vilya Harvey
Thorbjørn Ravn Andersen wrote: * Can I use a persistant bean as my FormBean (or would that be asking for inconsistencies), or should I work with a DynaBean and then copy the result to the persistant bean in the end? I will probably need some validation. You could, I believe, but AFAIK it's not

Re: Struts + Hibernate: A few newbie questions about how to get this right?

2003-07-24 Thread Adam Levine
ginal data model. my $0.02, hth. -- adam From: Vilya Harvey <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Struts + Hibernate: A few newbie questions about how to get this

RE: Struts + Hibernate: A few newbie questions about how to get this right?

2003-07-24 Thread Raible, Matt
y 24, 2003 7:12 AM To: Struts Users Mailing List Subject: Struts + Hibernate: A few newbie questions about how to get this right? I have spent quite some time working with creating a new web interface on top of an existing database. As we want to eventually change the schema we have decided