Mime mapping not found for file, while displaying static content

2001-03-12 Thread Oliver . Lauer
Hi, using the ReqestDispatcher.forward(URL) with a mapped URL I get the following repsonse: "...Mime mapping not found for file, while displaying static content..." I'm using IP WS/AS 6.0 AS SP2. Does anybody know what I have to do to let that work ? I'm trying to forward to a mapped URL

WG: Mime mapping not found for file, while displaying static content

2001-03-12 Thread Oliver . Lauer
Hi, using the ReqestDispatcher.forward(URL) with a mapped URL I get the following repsonse: "...Mime mapping not found for file, while displaying static content..." I'm using IP WS/AS 6.0 AS SP2. Does anybody know what I have to do to let that work ? I'm trying to forward to a mapped URL

AW: Mime mapping not found for file, while displaying static content

2001-03-12 Thread Oliver . Lauer
-Ursprngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 12. Mrz 2001 21:44 An: [EMAIL PROTECTED] Betreff: Re: Mime mapping not found for file, while displaying static content On Mon, 12 Mar 2001 [EMAIL PROTECTED] wrote: Hi, using the

AW: Re: AW: Struts on IPlanet

2001-02-20 Thread oliver . lauer
-- Original Nachricht -- Oliver, For the installation page, I just entered for iPlanet Application Server 6.0 Service Pack 2 is recommended. == In a week I will know if that will fix our problems concerning the Servlet2.2 incompatibility NOTE: At present, the Struts example application

A-Tag

2001-02-16 Thread Oliver . Lauer
Hi, following does not concern to STRUTS but maybe somebody has an idea ? Using the following statement doesn't work a href="javascript:window.open('%= response.encodeURL("candiHilfe.jsp") %','CANDI++HILFE','toolbar=no,location=no,scrollbars=no,resizable=no,width= 600,height=500');"

AW: A-Tag

2001-02-16 Thread Oliver . Lauer
Thanks for your help, but that didn't work. The reponse is: a a href='javascript:window.open("candiHilfe.jsp","CANDI++HILFE","toolbar=no,loc ation=no,scrollbars=no,resizable=no,width=600,height=500");?GXHC_gx_session_ id_=GXLiteSessionID-5570806940102209979' I still get a scripting error !?

AW: AW: A-Tag

2001-02-16 Thread Oliver . Lauer
Yes, seems so...GX is IPLANET6.0...! -Ursprngliche Nachricht- Von: Craig Tataryn [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 16. Februar 2001 18:00 An: [EMAIL PROTECTED] Betreff: Re: AW: A-Tag Yikes, yah it looks like something is adding session information to your a tags What

AW: Forwarding an action to multiple JSPs

2001-02-14 Thread oliver . lauer
We have the same problem. We forward our "success" to a frameset (jsp) with two frames included that point to different jsps. The problem we have with this approach is the fact that we produce three requests and 'loose' our errors because those are bound to different requests. Oliver --

Thanks

2001-02-14 Thread oliver . lauer
Hi, today I want to thank everybody who was involved making STRUTS such a simple but effective framework and to everybody in this mailing list showing the world :-) that OpenSource is an working alternative. We, that is a large insurance company (80.000 employees), today decided to stuff our

AW: Struts and Frames

2001-02-14 Thread oliver . lauer
No, I guess not. We make heavy use of framesets and frames and we did not config anything special. You should use the target-property of your form in the logon.jsp to point the result to the frame you came from. Oliver -- Original Nachricht -- I'm working to build a web based application

AW: accessing a property of ActionForm

2001-02-01 Thread Oliver . Lauer
...maybe that is what you want to do..? jsp:useBean id="myForm" scope="session" type="myPackage.MyForm"/ table tr td%= myForm.getSomething() % /td /tr /table where you have to 'deploy' your form with scope 'session' form-beans

AW: Link to UML Diagrams

2001-01-29 Thread Oliver . Lauer
And how about RationalRose-Support ? Does TogetherJ export for Rose ? Thanks ! Oliver -Ursprngliche Nachricht- Von: Pete Black [mailto:[EMAIL PROTECTED]] Gesendet am: Sonntag, 28. Januar 2001 23:40 An: '[EMAIL PROTECTED]' Betreff: RE: Link to UML Diagrams How about something that us

XML as STRUTS-interface to EJBs ?

2001-01-29 Thread Oliver . Lauer
Hi, I need some advise although my problem not really relates to STRUTS: We have build a framework based on EJBs and MQ (for our mainframe) that only interface is an XML one. Until now the client developer had to present his screen with XSL. At this stage we became aware that for building

AW: HELP !! Can I use struts with iPlanet ??

2001-01-27 Thread oliver . lauer
Hi, IPLANET WS or AS. What Version ? We use IPLANET6.0 SP1 AS with ServletEngine and it works - with a little modification. SUN said with SP2 we don't need this modification anylonger. IPLANET6.0 Servlet Engine doesn't follow all the rules of Servlet2.2 and JSP1.1. Oliver -- Original

AW: problems with the logic:iterate tag

2001-01-26 Thread Oliver . Lauer
But I am interested in any kind of solution, too, so please publish it here. Oliver -Ursprngliche Nachricht- Von: Ted Husted [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 26. Januar 2001 13:31 An: Struts List Betreff: Re: problems with the logic:iterate tag Could you submit your

AW: Struts V1.0 and JRun 3.0

2001-01-25 Thread Oliver . Lauer
Hi, you have to fix several changes in your sources see http://jakarta.apache.org/struts/release.html or http://jakarta.apache.org/struts/userGuide/index.html concerning 1.0. Oliver -Ursprngliche Nachricht- Von: Santschi Oliver [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 25.

AW: why struts-config.xml AND action.xml

2001-01-25 Thread Oliver . Lauer
Hi, those two, I guess, are more or less redundant while action.xml is depreciated and has a different syntax and dtd. I used struts-config.xml within the example and this one worked. Oliver -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet am:

AW: Antwort: AW: why struts-config.xml AND action.xml

2001-01-25 Thread Oliver . Lauer
See http://jakarta.apache.org/struts/userGuide/building_controller.html#config Oliver -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 25. Januar 2001 11:26 An: [EMAIL PROTECTED] Betreff: Antwort: AW: why struts-config.xml AND

AW: HtmlTag - locale

2001-01-24 Thread Oliver . Lauer
Hi Craig, it seems to me that you've written the spec. and SUN and I didn't read it till the end :-) ! Nevertheless STRUTS is good thing and we (insurance company) will decide to use it with IPLANET6.0 (thanks for creating STRUTS). But one question left: The page in the spec. you

Where are the *.tlds ?

2001-01-23 Thread Oliver . Lauer
Hi, where do I find the 'new' *.tld-files. I have downloaded the latest nightly build and try to migrate the example, but I can't find the *.tlds mentioned for example in the logon.jsp: %@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" % %@ taglib uri="/WEB-INF/struts-html.tld"

AW: Where are the *.tlds ?

2001-01-23 Thread Oliver . Lauer
Where did you find that ? The only one I have is: 'jakarta-struts-src-20010122.zip' and there isn't any struts-example.war or I'm blind what could be of course. Oliver -Ursprngliche Nachricht- Von: Rob Leland [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 23. Januar 2001 15:26 An:

AW: Where are the *.tlds ?

2001-01-23 Thread Oliver . Lauer
Hi, it might seem that I'm a little bit stupid and Germans tend to be :-) but it isn't in the source distribution zip-file. I have unzipped it and found everthing but not the *.tlds..! Oliver -Ursprngliche Nachricht- Von: Roger Kjensrud [mailto:[EMAIL PROTECTED]] Gesendet am:

AW: AW: Where are the *.tlds ?

2001-01-23 Thread Oliver . Lauer
Thanks, I've found those in the binary distribution ! Oliver -Ursprngliche Nachricht- Von: Rob Leland [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 23. Januar 2001 16:18 An: [EMAIL PROTECTED] Betreff: Re: AW: Where are the *.tlds ? In the binary distribution is under:

AW: Always the same URL

2001-01-21 Thread Oliver . Lauer
Hi, concerning the described problem below I've contacted SUN and the answer to that problem is: "...This has been fixed in SP2 release. SP2 will be available in 2-3 weeks. Contact Rohit Valia if you need to get hold of it sooner..." Regards Oliver -Ursprngliche Nachricht- Von:

AW: Container doesn't seem to allow *.do

2001-01-19 Thread Oliver . Lauer
Hi, I work with Iplanet6.0 and the *.do-URL works fine using within any JSP-Page as action-parameter in a form-tag and within requesting directly via URL, but it doesn't work using a *.do-URL as a forward-tag like: forward name="success"path="/editRegistration.do"/. Here I have

JSP-compile-error with IPLANET6.0

2001-01-17 Thread Oliver . Lauer
Hi, we use IPLANET6.0 AS/WS and translating the struts example JSP 'registration.jsp' produces a nullpointer in the following code: public final class EnumerateTei extends TagExtraInfo { public VariableInfo[] getVariableInfo(TagData data) { return new VariableInfo[] {

AW: JSP-compile-error with IPLANET6.0

2001-01-17 Thread Oliver . Lauer
Hi, one 'cheap' work-around is to comment the tag extra info class tag nameenumerate/name tagclassorg.apache.struts.taglib.EnumerateTag/tagclass !--teiclassorg.apache.struts.taglib.EnumerateTei/teiclass-- bodycontentJSP/bodycontent attribute namecollection/name

AW: RE: Container doesn't seem to allow *.do

2001-01-15 Thread Oliver . Lauer
Hello, I use IPlanet6.0 sp1 as well and it works but I have the problem that I get always the URL of the ActionServlet in the method getServletPath() although invoked by different *.do-URLs. Oliver Lauer AXA Insurance 50236 Cologne Germany -- Original Nachricht -- I noticed that as well

AW: Always the same URL

2001-01-14 Thread Oliver . Lauer
something solving that problem via deployment but no chance. Now I am a little bit disappointed due to I really started to like STRUTS... Thanks a lot. Oliver Lauer AXA Insurance Germany Coloniaallee 10-20 50502 Cologne Germany -Ursprngliche Nachricht- Von: Craig R. McClanahan

STRUTS - SERVLET-put_nonserial: Putting non-serializable object

2001-01-12 Thread Oliver . Lauer
I wrong ? Thanks a lot Regards Oliver Lauer AXA Insurance Germany

WG: STRUTS - SERVLET-put_nonserial: Putting non-serializable object

2001-01-12 Thread Oliver . Lauer
when setting attributes. Message: SERVLET-put_nonserial: Putting non-serializable object when using NAS session Do you know if STRUTS runs on IAS6.0 with the included Servlet-Engine or what do I wrong ? Thanks a lot Regards Oliver Lauer AXA Insurance Germany

Always the same URL

2001-01-12 Thread Oliver . Lauer
Hello, I always get the same path-info in 'path = request.getServletPath()', the path of the ActionServlet, although I have invoked the following 'http://cgn01ws0012/NASApp/strutsone/logon.do' to get onto the logon-page in the struts-example. Doing so I get difficulties in resolving the