Re: [S 1.3.8] Simple Struts Example

2011-01-28 Thread Dave Newton
On Fri, Jan 28, 2011 at 11:40 AM, Anjib Mulepati wrote: > So what will be the solution to issue #3? > Put the bean into the session. Dave

Re: [S 1.3.8] Simple Struts Example

2011-01-28 Thread Anjib Mulepati
1. " . when you try to display a bean property in your JSP you're not seeing the value you expect in the browser." Yes, I set the bean value in execute() method and I am trying to get that display in JSP result page. 2. "You also submit a form, and you might mean that the form isn't being

Re: [S 1.3.8] Simple Struts Example

2011-01-28 Thread Dave Newton
On Fri, Jan 28, 2011 at 9:50 AM, Anjib Mulepati wrote: > Can anyone help to get this simple program run? I suspect you mean "run correctly". > When I run this app I get null as result. When describing a problem it's helpful to be specific: while reading the code leads me to *believe* what you me

Re: [S 1.3.8] Simple Struts Example

2011-01-28 Thread Anjib Mulepati
Can anyone help to get this simple program run? Thanks Anjib On 1/27/2011 4:37 PM, Anjib Mulepati wrote: 1. JSP Files = a) Calling page - <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix=

RE: [S 1.3.8] Simple Struts Example

2011-01-27 Thread Doctor John Carter
http://www.mkyong.com/tutorials/struts-tutorials/ > Date: Thu, 27 Jan 2011 16:37:27 -0500 > From: anji...@hotmail.com > To: user@struts.apache.org > Subject: Re: [S 1.3.8] Simple Struts Example > > 1. JSP Files > ==

Re: [S 1.3.8] Simple Struts Example

2011-01-27 Thread Anjib Mulepati
1. JSP Files = a) Calling page - <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %> <%@ taglib uri="http://struts.apache.org/tags-logic"; prefix="logic" %> b) Result Pa

[S 1.3.8] Simple Struts Example

2011-01-27 Thread Anjib Mulepati
Hi All, I am looking for the simple example of using beans and tag in Struts to avoid using scriptlets. I am trying to get concept of using tag to access result from back end using the beans. It will be very helpful if some one can provide me a link or example which I can look into. Thanks