private ActionForward lastAnswerWasYes(ActionMapping mapping,
ActionForm form, HttpServletRequest request, HttpServletResponse
response) throws Exception
{
final String value =
String.valueOf(GuessController.getInstance().lastAnswerWasYes(mapping,
(GuessForm)form, request, respons
Carol Li wrote:
Hi, Wouter, I'm trying to duplicate the animal quiz project by
creating those diagrams by hand. If you open the sample animal quiz in
MagicDraw, and look at the left side navigation bar for the "guessing
the animal" activity diagram, click on the state symbol, then you will
see
Hi, Wouter, I'm trying to duplicate the animal quiz project by creating those diagrams by hand. If you open the sample animal quiz in MagicDraw, and look at the left side navigation bar for the "guessing the animal" activity diagram, click on the state symbol, then you will see two states that can
Carol Li wrote:
Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I
have two questions:
1. I didn't find states "ask if user is ready to restart" and "ready
to continue" in the "guessing the animal" activity diagram and their
related transitions.
me neither, who told you th
Hi, I tried to rebuild the animal quiz project using Magic Draw 7.5. I have two questions:
1. I didn't find states "ask if user is ready to restart" and "ready to continue" in the "guessing the animal" activity diagram and their related transitions.
2. I tried to use ant to build my animal quiz