[java ee programming] Re: 4003-jsp basics

2009-03-08 Thread Raghavendra M
Hi! Take a look at the Syntax for JSP:Forward , You should be able to figure how to pass a new parameter from here , http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html just to make things easier for you : here you go , On Mon, Mar 9, 2009 at 7:57 AM, BOOKER Steve wrote: > Hi

[java ee programming] Re: 4003-jsp basics

2009-03-08 Thread MayerHG
try this: and recieve My Param is ${param.myParam} On 8 mar, 21:27, "BOOKER Steve" wrote: > Hi All, > > I am very new to J2ee and web programming. > > Trying to do the homework for 4003 and cannot quite see how to add a new > parameter in a jsp. As far as I can make out the training showe

[java ee programming] Eclipse Shortcuts - Some really useful ones

2009-03-08 Thread abhishek parikh
A good article about eclipse shortcuts http://choosyinfo.com/technology/eclipse-shortcuts-some-really-useful-ones --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming wi

[java ee programming] 4003-jsp basics

2009-03-08 Thread BOOKER Steve
Hi All, I am very new to J2ee and web programming. Trying to do the homework for 4003 and cannot quite see how to add a new parameter in a jsp. As far as I can make out the training showed how to do this in a java servlet, but not in a jsp. Being so new I cannot make the association between th

[java ee programming] Re: Homework Lab 4006 - Not sure what I'm doing wrong

2009-03-08 Thread Warren Schembri
Thanks to all the responses. I have it working now On Sun, Mar 8, 2009 at 2:38 PM, Biljana Biljana wrote: > You have to have create funciton in class funcio, you call this funcion > in Init. java, where you crete Vector person to this one you add you example > firstName, and lastName, vector pe