I don't think you need to pass the name back to the index page, but you need to provide a link or a button to be able to go back to the index page from response page. Also you need to change the scope to session instead of request.
On Oct 12, 7:15 pm, derezone <derez...@yahoo.com> wrote: > Hi > Can someone point me in the right direction ? > Once the name is entered the response.jsp executes the following > code > > <jsp:useBean id="mybean" scope="request" > class="org.me.hello.NameHandler" /> > > since the "mybean" has the value that was entered , can I save this > in a string variable > and pass it back to the index.jsp ? > syntax for this > > or can I use getProperty function to assign a to a string to pass > back to the index.jsp > syntax for this > > or am I working to hard?? (lol) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---