Dear All,
I had been using gotoButton to redirect the user to different pages withoud
specifying destPos o destTable... in this way (for example):

<inputy type="hidden" name="myHiddenField" value="myValue" />
<db:godoButton caption="create.PDF"
destination="/absolute/path/to/anotherjsp.jsp" />

int the "anotherjsp.jsp" I have code that's using the request object to get
parameters from the previous post for example:

String value=request.getParameter("myHiddenField");

Last year (september 2004) this was ok and value was == "myValue".

Now I'm testing the same page and in the "anotherjsp.jsp" page the request
object has no parameters and value will be setted to null...

What's wrong? Has the behaviour of gotoButoon been changed?

Thank you
Ivan


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to