Ok, I thought you named your hidden input "carpetalink", so you should
change the hidden input to "carpetalink" or use "request.getParameter(
"carpeta" )". Hope this helps. Bye and good luck,<br>
<br>
Nacho<br><br><div><span class="gmail_quote">On 9/22/06, <b class="gmail_sendername"><a href="mailto:maria.freixes_graells@alcatel.es">maria.freixes_graells@alcatel.es</a></b> <<a href="mailto:maria.freixes_graells@alcatel.es">
maria.freixes_graells@alcatel.es</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Helo Nacho!<br><br>If I have in my first jsp file:
<br><br><form method="post" action="result55.jsp"><br>.........<br>with the variable string carpeta link<br>........<br><input type="submit" value="Submit"><br></form>
<br><br><br>You say that in my second jsp file, I can use:<br><br><%<br>   String carpeta = request.getParameter("carpetalink");<br>%><br><br>But I optain null for the carpeta value.<br><br>Any help??<br><br>
I appreciate your recommendation about learning to use javadocs or some<br>enviroment that automatically checks basic syntax errors, but my work<br>using all these is finishing, the objective of my job is completly<br>different, so, I don't have time to learn more about....I'm sorry, but I
<br>must implement this little features and nothing else in the future!!<br>This is really my great problem!!<br><br>Thanks and best regards,<br><br>Maria<br><br><br><br><br><br>Nacho Fernandez escribió:<br>> Hi Maria. Once again I strongly recommend you learn to use javadocs or
<br>> some enviroment that automatically checks basic syntax errors because<br>> that could maximize your efficiency and make you stop infinitely less<br>> for such small details. Besides that, you should use just the same
<br>> "request.getParameter" method you used when you got carpetalink from<br>> the "neulink" parameter. You are putting this carpetalink variable<br>> into a form, so that gets passed to the destination page as a
<br>> "carpetalink" parameter. This passing of parameters with forms will no<br>> doubt be extremely useful for you in the future. Greetings,<br>><br>> Nacho.<br>> ------------------------------------------------------------------------
<br>><br>><br>> _______________________________________________<br>> This mail is sent to you from the opencms-dev mailing list<br>> To change your list options, or to unsubscribe from the list, please visit
<br>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br><br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list
<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br></blockquote>
</div><br>