Re: Action and ActionForm newbie questions

2008-09-29 Thread UseTheFork
Hi Dave, I am sorry if this question goes out of the range. Thanks for your answer !!! J. -- View this message in context: http://www.nabble.com/Action-and-ActionForm-newbie-questions-tp19692405p19721298.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Action and ActionForm newbie questions

2008-09-26 Thread Dave Newton
--- On Fri, 9/26/08, UseTheFork <[EMAIL PROTECTED]> wrote: > What is the proper way? There is no single "proper way". It depends on your environment, your application, and so on. In general your actions should be wrappers around calls to services, no matter how they're implemented. These quest

Re: Action and ActionForm newbie questions

2008-09-26 Thread UseTheFork
ntext: http://www.nabble.com/Action-and-ActionForm-newbie-questions-tp19692405p19696185.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Action and ActionForm newbie questions

2008-09-26 Thread Dave Newton
s finished its job, it returns the > next page to > display via an ActionForward object. > > Thanks, > > J. > -- > View this message in context: > http://www.nabble.com/Action-and-ActionForm-newbie-question

Re: Action and ActionForm newbie questions

2008-09-26 Thread Laurie Harper
UseTheFork wrote: Hi, I am learning about Struts and I am trying to understand the proper usage of Actions and ActionForms. Can you tell me if the following is correct? i) Actions are implemented as glue between the View (JSP for example) and the Model part (Hibernate for example) in MVC. Typi

Action and ActionForm newbie questions

2008-09-26 Thread UseTheFork
the user on a HTML (or JSP page) form. Some data validation can be performed. iv) Once the Action has finished its job, it returns the next page to display via an ActionForward object. Thanks, J. -- View this message in context: http://www.nabble.com/Action-and-ActionForm-newbie-questions

RE: Struts vs JSF newbie questions

2008-09-24 Thread Martin Gainty
pache.org > Subject: Re: Struts vs JSF newbie questions > > > Wow, nice !!! Thanks Joachim !!! > -- > View this message in context: > http://www.nabble.com/Struts-vs-JSF-newbie-questions-tp19645533p19646792.html > Sent from the Struts - User m

Re: Struts vs JSF newbie questions

2008-09-24 Thread UseTheFork
Wow, nice !!! Thanks Joachim !!! -- View this message in context: http://www.nabble.com/Struts-vs-JSF-newbie-questions-tp19645533p19646792.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

Re: Struts vs JSF newbie questions

2008-09-24 Thread Joachim Rohde
There is a JSF-plugin for Struts. Have a look at http://struts.apache.org/2.1.2/docs/jsf-plugin.html Hopefully this answers some of your questions. Joachim UseTheFork schrieb: Hi, I am still in my quest to understand J2EE technologies. Today, I am reading about JSF. My questions are: i) I u

Struts vs JSF newbie questions

2008-09-24 Thread UseTheFork
ould this be avoided? Thanks, J. -- View this message in context: http://www.nabble.com/Struts-vs-JSF-newbie-questions-tp19645533p19645533.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubsc

Re: 2 newbie questions about Struts and JSP

2008-09-23 Thread UseTheFork
Hi Alberto, thank you for your answer !!! Very helpful !!! J. -- View this message in context: http://www.nabble.com/2-newbie-questions-about-Struts-and-JSP-tp19627021p19628686.html Sent from the Struts - User mailing list archive at Nabble.com

Re: 2 newbie questions about Struts and JSP

2008-09-23 Thread Alberto Flores
If you are developing using Tomcat (hopefully you are), consider reading the comments (and documentation) on the Jasper 2 JSP Engine. Particularly look here: http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html Specifically, trying the flags "keepgenerated" will bring some light to your

2 newbie questions about Struts and JSP

2008-09-23 Thread UseTheFork
C) provide implementation of such 'JSP servlets'? Or does Strut (and Spring MVC) have nothing to do with this? Thanks, J. -- View this message in context: http://www.nabble.com/2-newbie-questions-about-Struts-and-JSP-tp19627021p19627021.html Sent from the Struts - User mailing list a

RE: Newbie questions

2005-06-22 Thread Pilgrim, Peter
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== > > > From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> > > > What I would like to learn right now is how to get > information from a > > Select statement from a database and display it on a HTML > table. T

Re: Newbie questions

2005-06-21 Thread Wendy Smoak
From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> > What I would like to learn right now is how to get information from a > Select statement from a database and display it on a HTML table. That > is, first I have a search form > and them a search result with records from a MySQL database. I kno

Newbie questions

2005-06-21 Thread C.F. Scheidecker Antunes
Hello all, I am very familiar with Servlets, JSPs and custom Tags however Struts is a new beast to me. Hence I am studying to learn it. What I would like to know is if anyone could point me to websites that would have recipes on how to code Struts such as phpbuilder.com for php. What I woul

Re: Struts, XHTML, DOCTYPES, and EL (several newbie questions)

2005-01-29 Thread Eddie Bush
Have you tried examining the source? ;-) Let's do: If you set the code is going to set a PageContext variable indicating XHTML should be used to true. You can find an identical line of code in the XhtmlTag class. I'd say, based off the code, that they're functionally equivalent. For you DOCTY

Re: Struts, XHTML, DOCTYPES, and EL (several newbie questions)

2005-01-29 Thread Graham Reeds
I have another question. I seem to only get the JavaDoc help for Struts in the source of JSP files where I have the reference to the tag's via an <[EMAIL PROTECTED] ...%> scriplet. In Java I receive the error "JavaDoc not installed" from Netbeans so I was wondering where the docs folder for

Struts, XHTML, DOCTYPES, and EL (several newbie questions)

2005-01-27 Thread Graham Reeds
Okay I am new to struts (around a week) and having made a couple of little test apps am moving towards validation and w3c compliance. I am using 1.2.4 for what it is worth in Netbeans 4.0. There appears two methods of enabling html compliance with struts. The first is which adds the xmlns info