That is the complete URL, it's just that most of the information is being
passed inside POST request has hidden form field data.

With some work in T3, you can force a redirect-after-post.  It's easier in
T4 and automatic in T5.  You have to be aware of what data will persist from
one request to the next.

I would suggest that you investigate Firebug for Firefox; it gives you a
much clearer idea about what requests are passing between client and server.

On 5/7/07, Peter Dawn <[EMAIL PROTECTED]> wrote:

guys,

i am running tap3.

i have a page which contains a form and the form contains a check. if
the check is not successful i reload the page and display an
additional error message using the @Conditional tags.

now my problem is that when the user first comes to the page, the URL
of the page is full and correct. however when the user fails the form
check and the page reloads (am using cycle.activate for this), the URL
of the page is lost and i only get http://localhost:8080/WEBAPP/app.
just to add i am using frames and the top and bottom frames dont
reload, just the middle main frame.

so i was wondering why is this happening and if there is a way i can
obtain the complete URL when the page reloads.

thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Reply via email to