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: Beginner's question on Struts and JSP

2006-04-27 Thread Dharmendra Singh
7;<%= "vSectors[" + index + "]" %>' /> > > > > > > > > > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/

Re: Beginner's question on Struts and JSP

2006-04-23 Thread Vinit Sharma
+ index + "]" %>' /> > > > > > > > > > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/userGuide/index.htm

Re: Beginner's question on Struts and JSP

2006-04-22 Thread Larry Meadors
gt; > > > > > On 4/21/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > > Another resource I found to be very helpful is: > > http://struts.apache.org/struts-action/userGuide/index.html > > > > Harsh. > > > > -Original Message-

Re: Beginner's question on Struts and JSP

2006-04-21 Thread Developer Developer
: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 10:55 AM > To: Struts Users Mailing List > Subject: Re: Beginner's question on Struts and JSP > > > The best thing might be to start by going through the MailReader > application that is bundled with

RE: Beginner's question on Struts and JSP

2006-04-21 Thread Chaudhary, Harsh
truts and JSP The best thing might be to start by going through the MailReader application that is bundled with the distribution. It does things like populate a table from a database, and covers several other use cases you will run into. Also be sure to review the latest FAQs on the website,

Re: Beginner's question on Struts and JSP

2006-04-21 Thread Ted Husted
The best thing might be to start by going through the MailReader application that is bundled with the distribution. It does things like populate a table from a database, and covers several other use cases you will run into. Also be sure to review the latest FAQs on the website, to be sure you get

Beginner's question on Struts and JSP

2006-04-21 Thread Developer Developer
Hello, I need to create a Table in JSP with values coming from the database. I want to use struts frame work for this application. Here is my question How should I design a formbean and link it to the view (JSP) ? Sample view code would be very helpful. I think I need to have a collection ty

RE: struts and jsp

2005-02-18 Thread Ruben Cepeda
epeda [EMAIL PROTECTED] * Original Message Follows From: jonathan zhang <[EMAIL PROTECTED]> Reply-To: jonathan zhang <[EMAIL PROTECTED]> To: user@struts.apache.org Subject: struts and jsp Date: Thu, 17 Feb 2005 20:56:41 -0800 is it a good idea

Re: struts and jsp

2005-02-18 Thread Mr Maillist
You can also use security constraints and create module-like folders for jsp pages. After listening to the discussion about placing jsp pages under WEB-INF I found an article that discussed security constraints (Not to get the discussion started again)... On Fri, 18 Feb 2005 14:56:35 +0800,

Re: struts and jsp

2005-02-17 Thread Andrew Hill
Its considered best practice to go through an action first - even in those cases where the action doesnt need to do anything. In such cases its recommended (though not unanimously - we had a bit of a debate about this a couple of weeks ago on the list!) that you also put your JSPs under WEB-INF

struts and jsp

2005-02-17 Thread jonathan zhang
is it a good idea to have a direct link to jsp instead of going through an action in a jsp page? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]