Re: Best way to secure struts-webapps?

2006-08-30 Thread Thomas Hamacher
y isn't viable, but it > really depends on your exact security requirements. > > This is a topic that's discussed alot, both here on the Struts lists, > and in other web development forums, so I'd recommend doing some reading > to get a feel for the solutions others

Best way to secure struts-webapps?

2006-08-29 Thread Thomas Hamacher
Hi everyone, I think I have a very basic question here, but after spending some time with google I haven´t found a real solution to this question: What is the best way to secure a struts webapplication to be sure, that only logged in users are allowed to do some special action and access some s

Struts 1.3.5: Forward out of ComposableRequestProcessor-action

2006-08-28 Thread Thomas Hamacher
Hi everyone, I just played around a little bit with Struts 1.3.5 and did some nice tests with the new ComposableRequestProcessor, which is definately an improvement against the usual RequestProcessor! Compliments to the developers! But now I came to a question: I created my own AuthorizeActio

Which Java-framework für new webapplication development?

2006-08-28 Thread Thomas Hamacher
Hi everyone, I´m going to launch a completely new webapplication in closer future. Now I came to the question, which framework to choose best. After looking at the struts page I already found 3 different versions: 1.2.x, 1.3.5 and 2.0. I have worked a lot with the 1.2.x-series in the last year -

Forward to the same page

2006-08-24 Thread Thomas Hamacher
Hello everyone, I´m returning to a problem I already had, but after googling for a while I could not find a good solution to that. So I´d like to ask you again, hoping that someone has a solution and I simply overlooked something. How do I forward to the same page I was coming from? The typical

Re: html:rewrite with params

2005-11-17 Thread Thomas Hamacher
general problem, where you don't know in > your SwitchLanguage action where to return, it gets rather harder. See > my post earlier today on this topic for some suggestions for that problem. > > L. > > Thomas Hamacher wrote: > > Okay - here are some more details: > >

Re: [shale] why shale?

2005-11-17 Thread Thomas Hamacher
On Thursday 17 November 2005 04:24, Craig McClanahan wrote: > Does shale add jsf features Struts? > > > If I add MyFaces to Struts, can existing struts web app has jsf features? > > No, Shale does not do that ... it is completely independent of Struts > 1.xcode ... but there is an alternative libra

Re: html:rewrite with params

2005-11-14 Thread Thomas Hamacher
wonder what would be the best way, as I think refering back to one page and mulit-language-support should be one of the standard-issues on modern webapplication. I hope that helps a little.. Thanks Thomas On Thursday 10 November 2005 22:31, Laurie Harper wrote: > Thomas Hamacher wrote: >

Struts and displaytag

2005-11-10 Thread Thomas Hamacher
Hi, as we had a few display:*-tag questions in here in the last days I wonder if anyone found a solution to this problem: I´m using the display:* together with Struts 1.2.7 and this works quite good so far. But I´m experiencing the following problem now: I´m using a wrapper/decorator to create

Re: html:rewrite with params (solved)

2005-11-10 Thread Thomas Hamacher
Thomas On Thursday 10 November 2005 12:13, Thomas Hamacher wrote: > Hi, > > just a quick question: > > I want to replace the following: > > javascript:newWindow('popup-faq.jsp?txt=date','350', '500') > > with the html:rewrite. So I added

html:rewrite with params

2005-11-10 Thread Thomas Hamacher
Hi, just a quick question: I want to replace the following: javascript:newWindow('popup-faq.jsp?txt=date','350', '500') with the html:rewrite. So I added an entry into my struts-config and my tiles-def and changed it to: javascript:newWindow('?txt=date','350', '500') Now a want to add the p

Re: Changing language (locale) with a button

2005-11-08 Thread Thomas Hamacher
wed me information about the current page, but not the refering-page. I hope, this aren´t to many questions, but I really didn´t find any information on this topic. Thank you in advance Thomas On Monday 07 November 2005 18:05, Michael Jouravlev wrote: > On 11/7/05, Thomas Hamacher <[

Re: Changing language (locale) with a button

2005-11-07 Thread Thomas Hamacher
Danny, thank you very much for this ideas. Unfortunately the "display"-stuff together with the request.getRequestURL() doesn't work for me either, because I am working with tiles and therefor the requestURL is not correct. So I am pretty interested in what you do with the "lastAction"-Attribute

Changing language (locale) with a button

2005-11-07 Thread Thomas Hamacher
Hi everyone, I have the following problem and cannot find a real solution to it. Usually this should be a common and known problem, so I'm wondering if I anyone has found a solution to this. I have internationalized my struts 1.2.7 application through tiles and the use of ResourceBundle an jav

Link to action-forward without calling the action-class

2005-11-07 Thread Thomas Hamacher
Hi everyone, I'm runnig Struts 1.2.7 with tiles and I am wondering if it is possible to call an action-link, that is defined in the struts-config.xml without calling the defined action-class and the corresponding execute/perfom-method. Right now I have the problem that I have html:links and refe