[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
Sang: Following that tutorial seems to work just fine. I think I can get the hang of it using that. I will review your Homework and see if I can use what I've learned to get it done. John On Sep 19, 2:16 pm, Sunshine <[EMAIL PROTECTED]> wrote: > after adding the action name properties to the str

[java ee programming] C++ developer with vb6 and GUI

2008-09-19 Thread aswini devi
*NEED VB6.0 AND GUI* Hi *Duration: 3 month * *Location: MN* *Bill-Rate: $40-45/Hr inc. all on c2c* *Title: Developer* Required Skills Ø C++ Ø (GUI) Ø VB 6.0 ** *Aswini Sr.IT Recruiter,* *Ambrosia Infotech Ltd - 3086,"Synergising Minds" Route 27, Suite No: 9, Kendall

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
after adding the action name properties to the struts.xml file the Action to the Welcome page works. On Sep 19, 2:00 pm, Sunshine <[EMAIL PROTECTED]> wrote: > I decided to review the resources and I am using the Getting Started > on Struts 2 link. > Using the jar files from your library and follo

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
I decided to review the resources and I am using the Getting Started on Struts 2 link. Using the jar files from your library and following the sample I can get the HelloWorld.jsp to work. But the action to bring up the Welcom.jsp page is not working yet. I don't have a namespace for the Welocome a

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
Sang: Here are the errors without changing the JDK Compiling 2 source files to C:\Documents and Settings\John Darby\My Documents\training\j2eeHomework\struts2basics\samples\struts2-blank \build\web\WEB-INF\classes javac: invalid target release: 1.6 Usage: javac where possible options include:

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
The other thing is that My Netbeans is built with JDK 1.5 so upgrading the IDE to JDK 1.6 could be done but may take a while. On Sep 19, 11:04 am, Sang Shin <[EMAIL PROTECTED]> wrote: > Sunshine wrote: > > Sang: > > When I tried Exercise 1 using JDK 1.5 and NetBeans 6.1 with Glassfish > > V2 ur2,

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
Sang: As I indicated I had to switch to JDK 6.0 to get the Project to compile. Compiling 1 source file to C:\Documents and Settings\John Darby\My Documents\training\j2eeHomework\struts2basics\samples\struts2-hellotime \build\web\WEB-INF\classes Copying 3 files to C:\Documents and Settings\John Dar

[java ee programming] Re: (Struts and Databases) Lab 4222_Struts_DataBase

2008-09-19 Thread Sang Shin
Ice-Man wrote: > Hi Sang, how u're doing?!! ;-)) > > We already get a great widely number of Struts Lab available. > So I beleave DataBase Struts Lab would be more relevante and > interesting (for the sake and completeness of Struts study), don't you > agree?! > Sang, do you get a

[java ee programming] Re: Lab-4221: Struts 2 Basics

2008-09-19 Thread Sang Shin
Sunshine wrote: > Sang: > When I tried Exercise 1 using JDK 1.5 and NetBeans 6.1 with Glassfish > V2 ur2, The project failed because the target plaform was JDK 1.6. > I reconfigured this project to use Java 6 but Glassfish is still using > JDK 1.5 and the project did not deploy beacuse of the clas

[java ee programming] Lab-4221: Struts 2 Basics

2008-09-19 Thread Sunshine
Sang: When I tried Exercise 1 using JDK 1.5 and NetBeans 6.1 with Glassfish V2 ur2, The project failed because the target plaform was JDK 1.6. I reconfigured this project to use Java 6 but Glassfish is still using JDK 1.5 and the project did not deploy beacuse of the class differences. I think I c

[java ee programming] Re: How to create,compile and run a java class at runtime (on the fly) .

2008-09-19 Thread ajones
Hi Naveen, You can use Java Compiler API for compile at runtime from source code and reflection for load, create and run java class on the fly. You can also generate java class byte code without comilation from source code using cglib http://cglib.sourceforge.net. On Sep 18, 2:39 pm, "naveen jago

[java ee programming] Re: array help

2008-09-19 Thread Swapan
You may declare an array. boolean a[]= new boolean[2]; a[0]=true; a[1]=false; sportsbluec wrote: > how do i put boolean vaules into an array...such as true or false --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ja

[java ee programming] CSS support in IE7

2008-09-19 Thread Rohith Raghu Prakash
Hi My application uses a CSS which works fine in IE6 but not in IE7, CSS breaks up. So any solution for this? Awaiting for reply Regards Rohith.R --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ja

[java ee programming] Problem with javascript popup ...

2008-09-19 Thread Hamid Komaïri
Hi, At some point in my code a url is constructed. Below is the code used to do this and the javascript function showing that nothing obscure is being done in there. < %=ViewUtilities.formatPartNumber(item.getPartNumber())%> function popUpAcsPage(htmlfile) { htmlWindow = window.open(htmlfile,

[java ee programming] Re: array help

2008-09-19 Thread Lakshitha Ranasinghe
*boolean [] test = new boolean[]{false,true}; boolean [] test = {false,true}; or boolean [] test = new boolean[2]; test[0]=true; ...* On Fri, Sep 19, 2008 at 3:27 PM, Aley R. Zaidi <[EMAIL PROTECTED]>wrote: > you convert them in Boolean Class Objects and then store in Array. > > > Date: Thu,

[java ee programming] Re: array help

2008-09-19 Thread Aley R. Zaidi
you convert them in Boolean Class Objects and then store in Array. > Date: Thu, 18 Sep 2008 13:11:17 -0700 > Subject: [java ee programming] array help > From: [EMAIL PROTECTED] > To: java-ee-j2ee-programming-with-passion@googlegroups.com > > > how do i put boolean vaules into an array...such as

[java ee programming] array help

2008-09-19 Thread sportsbluec
how do i put boolean vaules into an array...such as true or false --~--~-~--~~~---~--~~ 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-p