Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Session Tracking - May 28th, 2007: Week #4
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
foxero@gmail.com  
View profile  
 More options May 27 2007, 11:30 pm
From: "fox...@gmail.com" <fox...@gmail.com>
Date: Mon, 28 May 2007 03:30:00 -0000
Subject: Session Tracking - May 28th, 2007: Week #4
Hola a todos,
  Estoy realizando la tarea corrspondiente al capitulo "Session
Tracking". Para esto abri el proyecto HelloWeb y segui las
intrucciones:

# It appends the newly typed name to the previously saved string.
# The string is maintained as an attribute in the Session scope object

    * Hint: You get HttpSession object through the following code
fragment
          o HttpSession session = request.getSession();
    * Hint: You might want to change the setName() method as following
          o     public void setName(String name) {
                    if (this.name == null) {
                       this.name = name;
                    }
                    else {
                       this.name = this.name + name;
                    }
                }

Con lo anterior sólo me basto agregar ese código en la clase
NameHandler y funciono todo OK.

¿Eso es todo lo que hay que hacer? ¿Me salté algúna parte???

Desde ya gracias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »