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 it.

~rahul

On Thu, Oct 22, 2009 at 6:47 AM, Eric Lonnett <ericlonn...@gmail.com> wrote:

> 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
> downloaded another winzip utility, and i still have the same problem. I am
> using windows Vista.
>
> Thanks.
>
> On Tue, Sep 22, 2009 at 3:49 PM, Guilherme Coimbra Quelhos <
> guilherme...@gmail.com> wrote:
>
>>
>>  Hi,
>>
>> Is it correct the code below to forward to another page?
>>
>>  <%
>>             String username = request.getParameter("username");
>>             if ( username != null && username.length() > 0 ) {
>>         %>
>>
>>         <jsp:forward page="middle.jsp" >
>>             <jsp:param name="myParameter" value="passion!"/>
>>         </jsp:forward>
>>
>>
>> --
>> Guilherme
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to