Hello dear members of this group.

I almost finished the lab 4104 homework but I need some help, please.

FIRST QUESTION.

In the Exercise 2, Build "jsf-guessnumber" application from scratch,
the lab says:
Create a new NetBeans project, setting up the IDE windows with the
name of the project and the server type. My question is about the
server type because the lab says:
For the Server field, select Sun Java System Application Server 9.

How can I select Sun Java System Application Server 9?

I am using NetBeans 6.5.1 and it has the servers Tom Cat 6-0-18,
GalssFish V2(1) or GlassFish V3 to choose one.

The Sun Java System Application Server 9 is built in the NetBeans IDE
or I need to download this server and set up the IDE?


SECOND QUESTION.

I am using length validator tags to firstName field in my Address.jsp
fail of the homework like this:

<td>firstName:</td>
<h:inputText value=”” size=”10”>
        <f:validateLength minimum=”1” maximum=”10” />
<h:inputText>


In the lab is explained the process when is used a backing bean for
example AgeBean.java that start a JavaBean, define the properties
internally and provides accessor methods (getters and setters) to
these properties. After, we can manage the bean in  faces-config.xml.

Returning to the second question, if we use length validator tags we
can’t manage the field like a backing bean because there isn’t a
backing bean file.

How can I send the output to other file jsp and display a message when
the validation of this field fails?


Thanks in Advance.

Cruz

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

Reply via email to