[java ee programming] Re: 4003 - Forward to another page, middle.jsp

2009-10-28 Thread Simplex
This code works. > Is it correct the code below to forward to another page? > >  <% >             String username = request.getParameter("username"); >             if ( username != null && username.length() > 0 ) { >         %> > >         >             >         --~--~-~--~~-

[java ee programming] Re: 4003 - Forward to another page, middle.jsp

2009-10-24 Thread rahul subbayya
not sure abt the "read only" property - you can try disabling the "Inherit from Parent" option on the folder, under Properties -> Security -> Advanced. the code in below email works well. was initially trying to do it using the setAttribute(), but i am sure using "jsp:param" is the better way to do

[java ee programming] Re: 4003 - Forward to another page, middle.jsp

2009-10-22 Thread Eric Lonnett
Hi, Not to hijack this thread, but i am trying to create this middle file(a blank jsp) within netbeans, and i keep getting a "target folder is read only". I am unable to create the file. I have tried the usual through dos ATTRIB - R, and through the vista properties. Any suggestions? I also downlo