Re: Forward to original page

2004-05-10 Thread Christian Grobmeier
Hello, there is a form, which is included in all three templates. It sets the sort-order for my results. The Problem is, when i change this order i would like to be forwarded to the page where the form has been submitted. You could pass the name of the forwarding as a hidden field into the form. T

Re: Forward to original page

2004-05-05 Thread Christian Grobmeier
Hello RĂ¼diger You could pass the name of the forwarding as a hidden field into the form. The value of the field is defined in the tile definition of the actual page template. You might put into the page templates to have access to that page attribute (not sure about this). Does this work? This so

Re: Forward to original page

2004-05-05 Thread RĂ¼diger Schulz
Hello Christian Grobmeier, on 05.05.2004 at 11:52 you wrote: > I have this pages (Tiles): > frontend.overview > frontend.details > frontend.results > there is a form, which is included in all three templates. It sets the > sort-order for my results. The Problem is, when i change this order i > w

RE: Forward to original page

2004-05-05 Thread Ashutosh Satyam
L PROTECTED] Subject: Forward to original page Hello all, i have written an small application with struts. Now i have a problem, which is easily to solve with such languages as PHP. But with Struts it seems not to be such easy. I have read all the documentation and what i could find in the archives no

Forward to original page

2004-05-05 Thread Christian Grobmeier
Hello all, i have written an small application with struts. Now i have a problem, which is easily to solve with such languages as PHP. But with Struts it seems not to be such easy. I have read all the documentation and what i could find in the archives nor in google. I have this pages (Tiles):