Tiles problem - how to put attr in right context

2005-09-30 Thread Java News
Hello, I have problem with putting attributes in right context - my tiles definitions look like: What I would like to achieve is: 1) I would like that .header attribute "title" was passed from .add_product.form, so i can have only one header definition and many rendering pages like .add_pr

Struts and html:base - hidding implementation

2004-09-23 Thread Java News
Hi, I don't understand one simple thing with - when I had read about Struts and JSTL help for them, I saw that it helps to hide implementation, so why I got such output: http://localhost:8180/struts_test/pages/Welcome.jsp";> form page which was called from browser as: http://localhost:8180/struts_

Any common way to get back after login?

2004-09-15 Thread Java News
Hi, What is best method to get back to the previous page, after eg. login. All I thought so far is to set actual path in (if possible with JS), and use it to redirect in Action. But what if someone first use search form to get results of something, and after that he use login form - I can store so