Parameters are either set this way:

1. from the page itself:
        <form class="hidden" name="cal" action="business_calendar_2.jsp"
method="post">
            <input type="hidden" name="windowTitle" value="<%= windowTitle
%>">
            <input type="hidden" name="headTitle" value="<%= headTitle %>">
           ....
2. from building xmls which are then integrated into the page itself which a
user can click on for links:
 
href="../servlet/tpservlet?transactiontype=sessionProfileActionBean&amp;ACTIVITY_TYPE=Exit"
or
 href="../jsp/security.jsp" (no parameters needed)

I'm assuming that when a user clicks on either of this parameters should
have been part of the request.

By the way, I have a silly question, can a POST method ever get changed to a
GET method somewhere? Where, aside  from html forms, can these methods be
set?

Thanks again!
    

-- 
View this message in context: 
http://www.nabble.com/Missing-Request-Parameters-tf2018230.html#a5580175
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to