struts-user@jakarta.apache.org

2002-02-15 Thread holger.wiechert
depends on where your pages are. If you have them in the root web app dir, use: If you have it , let's say under /myjsps, use: Having the jsps under WEB-INF doesn't work on some servers WL, for instance. From: Henry Lu Subject: Re: frame page src=? Date: Fri, 15 Feb 2002 0

Re: isTokenValid(request) is always returning false

2002-02-13 Thread holger.wiechert
As far as I know, saving and testing a token within one Action doesn't work. You have to have a flow of Actions. So saving a token and testing will always return false, when done in one Action (or true, if saved before and not reset yet). Holger Hi What would cause saveToken(request); if (

Howto redirect/forward to other webapp with one config file?

2002-02-12 Thread holger.wiechert
I've read in the list that it's possible to do a forward with Struts from one WebApp to another. But according to the struts-config1_0.dtd, the forward paths are all relative. My question is: have those "forwards" actually been "redirects" or is it really somehow possible (without using some ser

Re: Best pratice for using Log4j, EJB, Struts, and WebLogic 6.1 together

2002-02-06 Thread holger.wiechert
Sorry, that I continue this line even though this is not a Struts issue. There's more to think about within this setup. Log4J does not include any transactions/synchronisation for the appenders (you would have to implement your own to do so). Let's say: you want to log into the same RFAppender fr

Solved: ActionErrors within frames manually forwarded

2002-02-05 Thread holger.wiechert
Well, after an eternity, the problem found was that the ApplicationResources property "errors.header" had a value with double quotes in it (like ). That spoiled the src string in the frame page. Have fun, Holger -Ursprüngliche Nachricht- Von:[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTE

ActionErrors within frames manually forwarded

2002-02-05 Thread holger.wiechert
Hi, I've spent some time checking the list for this issue, but I could only find related topics, that didn't really help. In case that this has been answered before, please ignore it and send me a link. I think that there must be something I've missed when using the Struts validation feature wi

Re: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread holger.wiechert
Hi, I just came a good step closer. The version of the struts-config.xml I sent was not correct. It should have the WEB-INF in upper case of course: After all that different versions on NT (with its strange file namings), I ended up with this when sending. However, the correct version is:

404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread holger.wiechert
After reading the Struts Catalogue and having spent a good amount of time trying to get the JSPs run under the web-inf directory, I figured out that there has been a thread on "Can't place JSP beneath WEB-INF in WebLogic 6.0". I'm using BEA WL 6.1 and also have the same 404 error mentioned in th