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
-~----------~----~----~----~------~----~------~--~---

Reply via email to