| Article: |
Java Web Development with Stripes | |
| Subject: | Code typo? | |
| Date: | 2007-01-25 11:08:32 | |
| From: | garthabrindoid | |
|
Is the code for HelloWorldAction in the first code snippet correct? I'm confused about how this part in particular:
|
||
Showing messages 1 through 1 of 1.
-
Code typo?
2007-01-25 11:41:14 mjeagle [View]



public void setPerson(Person person) {this.person = person;}
public Person getPerson() { return person;}
Sorry for the confusion.
Mark