[java ee programming] Lab 4215 minor typo

2010-09-10 Thread Chris K
Exercise 4 - 4.1.2 2. Build and run tiles-channel project. Right-click *struts-cookbook* project and select Run Project. Browser gets displayed. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group,

[java ee programming] Re: problem with Web Application Security lab

2010-08-04 Thread Chris K
It appears that the link to the .zip file for web application security lab is not good, it just redirects to the homepage (as does the link for the .pdf for Security Basics. Thank you. Chris On Aug 1, 8:52 am, Michèle Garoche migat...@gmail.com wrote: On Aug 1, 2:59 pm, juszczec

[java ee programming] JavaDoc for PrintColumnTypes

2010-07-31 Thread Chris K
I cannot get a JavaDoc for PrintColumnTypes, it's working for everything else just not PCT. Anyone able to get the JavaDoc for this statement? Thanks. -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this

Re: [java ee programming] J2EEHomework-el.

2010-05-26 Thread Chris K
I had trouble with this one too, Michele was able to help me and I have copied her e-mail to me below: On Apr 19, 6:15 am, Chris K ckella...@gmail.com wrote: I cannot get person.name.lastName or person.name.firstName to display in the table. I have combed the group and looked at many posts

Re: [java ee programming] Re: 4016 onSale not accessible?

2010-05-19 Thread Chris K
it to books.jspx. BillyRay On May 16, 11:59 am, Chris K ckella...@gmail.com mailto:ckella...@gmail.com wrote: Thank you for the feedback. What I don't seem to understand is that is the original code in Bookstore5, I simply added jsp:setProperty name

Re: [java ee programming] 4016 onSale not accessible?

2010-05-16 Thread Chris K
. Best regards, Chris On Fri, May 14, 2010 at 11:50 PM, Chris K ckella...@gmail.com wrote: There is an error with my logic in trying to create a condition based on bookDetails.onSale. Here is my catalog page, any help is appreciated. Thanks in advance Chris %@ include file

[java ee programming] 4016 onSale not accessible?

2010-05-15 Thread Chris K
There is an error with my logic in trying to create a condition based on bookDetails.onSale. Here is my catalog page, any help is appreciated. Thanks in advance Chris %@ include file=parsebooks.jsp % jsp:useBean id=cart class=cart.ShoppingCart scope=session/ c:if test=${!empty param.Add}

[java ee programming] Re: Lab 4006

2010-04-24 Thread Chris K
Never mind, I figured it out. Thanks again for all your help. Chris On Apr 18, 11:18 pm, Michèle Garoche migat...@gmail.com wrote: On Apr 19, 6:15 am, Chris K ckella...@gmail.com wrote: I cannot get person.name.lastName or person.name.firstName to display in the table.  I have combed

[java ee programming] Re: Net Beans error

2010-03-11 Thread Chris K
On the output window of NetBeans do you see a tab that shows GlassFish and see it initialize? On Mar 11, 10:59 am, vandana arora vandana.6...@gmail.com wrote: Hi friends, when i try to run hello1.jsp in netbeans then this error comes {0} Server cant start. The start jar was not found. How

[java ee programming] Re: How to create web app in netbeans 6.8

2010-03-08 Thread Chris K
Hi Neetika Did you download the JAVA EE plugins? Depending on what NetBeans bundle you downloaded you may not have the necessary files. You can download the plugins; under the tools menu (I think), click plugins, and download all of the JAVA EE and Web plugins. Then you should be good to go.