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
*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
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
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
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:
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,
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
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
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
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
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
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
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
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,
*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,
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
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
17 matches
Mail list logo