Re: How to use struts with WEBSPHERE

2001-07-03 Thread Dan Miser
Take a look at this link: www.distribucon.com/struts/WASInstall.htm -- Dan Miser http://www.distribucon.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 9:06 AM Subject: How to use struts with WEBSPHERE > I try to

Re: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Dan Miser
You shouldn't have to change the XML. There are local copies of the DTD in struts.jar, and should be registered and loaded when you start Tomcat up. Which build are you using (source vs binary, and release vs beta)? This should be working just fine in the later builds. -- Dan Miser

Re: Extending ActionServlet

2001-06-20 Thread Dan Miser
ample). The closest I can get is using the second URI. Have you tried this? Does it work? Do you get exceptions on start up? Can you access the entire site? -- Dan Miser http://www.distribucon.com - Original Message - From: "Jonathan" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: Extending ActionServlet

2001-06-20 Thread Dan Miser
to admin.xml, except they define form-beans, action-mappings, etc. that are specific to the area of functionality they are grouped in (e.g. logon, registration, etc.) Using this approach, struts-example will not work. Do you get different results? -- Dan Miser http://www.distribucon.com - Ori

Re: Extending ActionServlet

2001-06-20 Thread Dan Miser
7;t looked at it, but I'm guessing the problem is in the Digester. Assuming entity references don't work, I outlined the reasoning for the approach I took in a previous message in this thread. -- Dan Miser http://www.distribucon.com - Original Message - From: "Jonatha

Re: Extending ActionServlet

2001-06-20 Thread Dan Miser
Sure. Specify multliple config parameters in web.xml would be the first thing I would think of trying. I don't see why merging to one file is a big deal. Part of your build script (via Ant, perhaps) would be a step that would concat the files together. -- Dan Miser http://www.distribuco

Re: ApplicationResources, strange behavior with WAS 3.5.3

2001-06-19 Thread Dan Miser
Change the param value inside WebSphere's Application Console. -- Dan Miser http://www.distribucon.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 8:56 AM Subject: ApplicationResources, strange behavior with WAS 3

Re: moving computer into DMZ affects Class.getResource() result

2001-06-19 Thread Dan Miser
of the DTD. Fortunately, the getResource call will load a local copy. Unfortunately, at least one app server (WebSphere) does not load resources from JAR files (this is a bug in WebSphere). Take a look at my other post a few minutes ago for possible solutions. -- Dan Miser http

Re: register the DTD in struts application

2001-06-19 Thread Dan Miser
n.com/struts/WASInstall.htm If you're using something else, just be sure that the DTDs are in the right directory (org.apache.struts.resources), and that the servlet engine has the right CLASSPATH set. Or, check that your servlet engine can load resource files from a JAR file (struts.jar). -- Dan

Re: Switching to Struts 1.0 (final) struts.jar yields error on Tomcat 3.2.1

2001-06-19 Thread Dan Miser
Yes, it will. -- Dan Miser http://www.distribucon.com > using. Do we know if Tomcat 3.2.1 downloaded from apache.org will fix the > problem?

Re: Extending ActionServlet

2001-06-19 Thread Dan Miser
ourse, the struts-config.dtd would need to reflect this rework too. -- Dan Miser http://www.distribucon.com - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > I haven't actually tried this, but conceptually it should work -- could > someone

Re: apostrophe in an application resource properties file does disappear in the JSP file compiled!!!!!!!!!!!

2001-06-19 Thread Dan Miser
Using 2 single quotes does indeed work. And yelling about it doesn't really help. Can you debug the problem at all to figure out why 2 quotes isn't working for you? -- Dan Miser http://www.distribucon.com - Original Message - From: "Matteo Di Giovinazzo" <[EMAIL

Re: struts-example.war

2001-06-19 Thread Dan Miser
struts.jar is on your CLASSPATH or in \tomcat\lib. Don't put it there. It belongs in \WEB-INF\lib. -- Dan Miser http://www.distribucon.com - Original Message - From: "Isomorph Pty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001

Re: RE: RE: [Not registered, use system identifier]?

2001-06-18 Thread Dan Miser
resources to the Struts project. Add them to the folder org.apache.struts.resources. -- Dan Miser http://www.distribucon.com - Original Message - From: "dsf65b y b3763476b3" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 4:07 AM Subject: RE: R

Re: Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server

2001-06-15 Thread Dan Miser
Put web in your classpath. After you do this, you'll need to restart the webapp. I've tested the instructions here countless times and it's worked: http://www.distribucon.com/struts/WASInstall.htm -- Dan Miser http://www.distribucon.com - Original Message - From: "Kar

Re: WebSphere, Jasper and Struts 1.0b3

2001-06-15 Thread Dan Miser
at want to run on stable versions. Anyways, I know you have nothing to do with this, but if you want to pass it on, that's fine by me. -- Dan Miser http://www.distribucon.com - Original Message - From: "Kyle Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

Re: help with package .java struts-classpath / invalid package/parsing errors

2001-06-15 Thread Dan Miser
nding, as we have no way of knowing what's a typo in your message vs. what could really be a problem. -- Dan Miser http://www.distribucon.com - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; Petr Jiricka Sent: Friday, June 15, 2001 5:58 AM Subject: Re:

Re: Problem with struts-example and WAS 3.5.2

2001-06-15 Thread Dan Miser
Take a look at this: www.distribucon.com/struts/WASInstall.htm There is no need to change the DTD declarations if you follow these directions. -- Dan Miser http://www.distribucon.com - Original Message - From: "D'Elia, Kevin" To: "'Struts User's Group'

Re: help with package struts-classpath

2001-06-14 Thread Dan Miser
Take a real close look at the spelling in the following 2 lines. -- Dan Miser http://www.distribucon.com Hi, does anyone no why i now reciveve the following invalid package declarations My Package classpath is struts-bbnpa/WEB-INF/classes/org/breconbeacons/it/ActionForward.java // (and the

Re: help with package struts-classpath

2001-06-13 Thread Dan Miser
Don't change those action types. Those are default classes provided in struts.jar. Open struts.jar with WinZip and you'll see the classes in there. They are for dynamic, run-time administration of your webapp and are not required at all. -- Dan Miser http://www.distribucon.com

Re: cant remove Attributes from request scope

2001-06-12 Thread Dan Miser
The problem is that the underlying Tomcat is 3.1, which has surfaces this bug. See this URL for instructions on how to upgrade Tomcat. http://community.borland.com/article/0,1410,26943,00.html -- Dan Miser http://www.distribucon.com - Original Message - From: [EMAIL PROTECTED

Re: Good 'ol "missing message for key..."?

2001-06-11 Thread Dan Miser
your app server. Also, take a look at this doc: http://www.distribucon.com/struts/WASInstall.htm -- Dan Miser http://www.distribucon.com - Original Message - From: "dsf65b y b3763476b3" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 4:11 AM Subje

Re: Problem With Struts and Tomcat

2001-06-11 Thread Dan Miser
Modifying TomcatRunner was trivial. Here's a link to the doc I was talking about (watch for word wrap): http://www7.software.ibm.com/vad.nsf/data/document2557?OpenDocument&p=1&BCT= 1&Footer=1 -- Dan Miser http://www.distribucon.com - Original Message - From: "Thom

Re: Problem With Struts and Tomcat

2001-06-09 Thread Dan Miser
ost of the things you need to do for Struts integration with VAJ. -- Dan Miser http://www.distribucon.com - Original Message - From: "Thomas L Richards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 4:47 PM Subject: Re: Problem With Struts and T

Re: Exceptions in Struts code

2001-06-08 Thread Dan Miser
This is due to a bug in WAS. Search the mail archives for this group, as there have been some patches that will solve this specific problem. Unfortunately, they open up other potential problems and the real fix rests in IBM's lap. -- Dan Miser http://www.distribucon.com - Original Me

Re: html errors tag not displaying content

2001-06-08 Thread Dan Miser
Title: html errors tag not displaying content Did you remember to add the html tag library to your JSP page? -- Dan Miser http://www.distribucon.com - Original Message - From: Chris Wilson To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 10:08 AM Subject: html

Re: Null PointerException when run with Apache/SSL/Tomcat

2001-06-04 Thread Dan Miser
Your SSL isn't configured properly. Take a look at bug 992 in Bugzilla for the solution <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=992> -- Dan Miser http://www.distribucon.com >From: "Brett G. Palmer" <[EMAIL PROTECTED]> > >We are getting a NullPiont

Re: Is struts-documentation really *required*?

2001-06-04 Thread Dan Miser
No, it's not required at all. What kind of error are you getting? -- Dan Miser http://www.distribucon.com >From: "Ritter, Steve" <[EMAIL PROTECTED]> > >I found that I could not successfully deploy struts-example.war without >first deploying struts-documentati

Re: Problem in struts-example accessing ApplicationResources

2001-06-02 Thread Dan Miser
The only place that struts.jar should exist is in WEB-INF\lib. Don't put it in the CLASSPATH. Don't put it in TOMCAT\LIB. Don't modify BAT files to include it. Just deploy struts-example.war to TOMCAT\WEBAPPS and everything will be fine. -- Dan Miser http://www.

Re: Struts Example on WebSphere 3.5.3

2001-05-24 Thread Dan Miser
writeup to my web site tonight when I get home. -- Dan Miser http://www.distribucon.com >From: "Alexander, Glynn (LIT)" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Struts Example on WebSphere 3.5.3 >Date: Thu, 24 May 2001 16:49:53 +

Re: Template Problems

2001-05-24 Thread Dan Miser
Be sure you're using at least Beta 2, and you can add the flush='true' attribute to the template:get tags. -- Dan Miser http://www.distribucon.com - Original Message - > Root Error-1: Server caught unhandled exception from servlet [jsp]: Server > caught unhandled e

Re: Splitting up struts-config.xml

2001-05-23 Thread Dan Miser
That should get you going with the DTDs. After that, it's back to trying to split the XML file up. ;-) -- Dan Miser http://www.distribucon.com >From: Doug Way <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED], TJM Todd McGregor ><[EMAIL PROTECT

Re: template problem in WAS

2001-05-21 Thread Dan Miser
The newest build should have an attribute named flush in the template:get tag. If you include flush="true", then you get this behavior out of the box. -- Dan Miser http://www.distribucon.com >"Assenza, Chris" wrote: > > > This is a resend from a ways back :) &g

Re: What commercial software uses Struts?

2001-05-17 Thread Dan Miser
I know the conference scheduling application for IBM's WebSphere conference was written with Struts. -- Dan Miser http://www.distribucon.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 3:45 PM Subject: What commerc

Re: html:image bug?

2001-05-17 Thread Dan Miser
Yes, this is an existing bug. See #1399. It's fixed in the nightly build. -- Dan Miser http://www.distribucon.com ><%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %> > > >results in this html being generated: > >style="curso

Re: Antwort: RE: VA 3.5.2

2001-05-16 Thread Dan Miser
Sorry, I thought you were asking about VAJ. The easiest way to see what will be needed under admin console for your webapp is to deploy struts-example.war and look at the different settings for the webapp. -- Dan Miser http://www.distribucon.com - Original Message - From: "Noel Seba

Re: struts-template and MVC

2001-05-15 Thread Dan Miser
you want to execute an action. -- Dan Miser http://www.distribucon.com - Original Message - From: "John Chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 1:28 AM Subject: Re: struts-template and MVC > should be: > > direct='true' />

RE: Antwort: RE: VA 3.5.2

2001-05-15 Thread Dan Miser
Take a look at the servlet-mapping in web.xml. action *.do -- Dan Miser http://www.distribucon.com >From: "Noel Sebastien" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject

struts-template and MVC

2001-05-15 Thread Dan Miser
a capacity other than a layout/presentation manager? Would the Components framework by Cedric solve this? Finally, if I got it all right, is there any interest in seeing this type of extension? Thanks for your time. -- Dan Miser http://www.distribucon.com ___

Re: Disable JSP ?

2001-05-14 Thread Dan Miser
If you don't want your users to access the JSP pages, place them in (or underneath) the WEB-INF directory. You still need to have the JSP processor as normal in web.xml. -- Dan Miser http://www.distribucon.com >From: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> >Repl

Re: Antwort: VAJ3.5, Tomcat, Struts

2001-05-14 Thread Dan Miser
Add the DTDs in struts\src\conf to the resources tab of the Struts project. Be sure to include them in the package org.apache.struts.resources. -- Dan Miser http://www.distribucon.com - Original Message - From: "Mikkel Bruun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Final WAS Install document

2001-05-13 Thread Dan Miser
This is the final revision of the WAS install document, based on feedback from this group. Let me know if you have any further comments. -- Dan Miser http://www.distribucon.com WebSphere Application Server 3.5 Configuration Server: Windows 2000 Server with WebSphere 3.5.3 Advanced

Re: Urgent help needed

2001-05-12 Thread Dan Miser
That is the wrong place to put your struts.jar. If doing this actually works, then that means there's a larger configuration issue. The proper place for struts.jar is in WEB-INF\lib. -- Dan Miser http://www.distribucon.com - Original Message - From: "Nanduri, Amarnath" &l

Re: Struts and VisualAge 3.5.3 with WTE

2001-05-08 Thread Dan Miser
This is the same classloader bug that WAS has. On the Resources page, go to the Struts project and create the folder structure for org.apache.struts.resources. In that folder, add the 3 DTDs from the struts.jar. -- Dan Miser http://www.distribucon.com - Original Message - From: <[EM

Re: How can I get a data source from custom tag?

2001-05-04 Thread Dan Miser
This is now in the nightly build. Download it, and you should be able to do what you want. -- Dan Miser http://www.distribucon.com >From: "Anna Hristova" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts-User" <[EMAIL PROTECTED]> >Subject:

Re: struts newbie trying to get onboard

2001-05-04 Thread Dan Miser
. Again, struts-example should show you what to do. Lastly, don't append the struts.jar to your classpath. For Tomcat, simply copy it to c:\tomcat\webapps\\WEB-INF\lib. Placing it anywhere else is asking for trouble. Hope this helps. -- Dan Miser http://www.distribucon.com >From: "

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Dan Miser
java/ide/project_resources/ibm websphere test environment/properties/webapp.xsl" -OUT %2 Example usage: cvtwebxml c:/dev/phone/web/web-inf/web.xml c:/wte/phone/servlets/phone.webapp -- Dan Miser http://www.distribucon.com >From: "Jon.Ridgway" <[EMAIL PROTECTED]> >Repl

Re: Struts and WebSphere

2001-04-28 Thread Dan Miser
Good thought. Makes sense to me. I'll update the docs to reflect these things and pass it on if TPTB want it. -- Dan Miser http://www.distribucon.com - Original Message - From: "Stephen Schaub" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 2

Re: html form widgets not appearing

2001-04-27 Thread Dan Miser
sts, so let's try to get that exact sample working (or not) somewhere so we can start figuring out where the problem lies. I'd also like to know if struts-example works with your Orion setup. -- Dan Miser http://www.distribucon.com - Original Message - From: "G.L. Gro

Re: Struts and WebSphere

2001-04-27 Thread Dan Miser
the DTDs in c:\websphere\appserver\classes is a good thing, since it can be done once system-wide *and* it solved my problems where the SYSTEM DTDs were not being registered properly. But that looks like the only change on there now. -- Dan Miser http://www.distribucon.com - Original Message

Re: html form widgets not appearing

2001-04-27 Thread Dan Miser
now I mentioned it before, but this is the *exact* error you get if you have extra struts.jar files laying around... -- Dan Miser http://www.distribucon.com - Original Message - From: "G.L. Grobe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 28, 2001

Struts and WebSphere

2001-04-27 Thread Dan Miser
p using http://localhost/struts-example/index.jsp. If it returns "Application not Available" then go back to the Admin Console, right-click on struts-example and select Restart WebApp. Once it reports success, go back to the URL above and try again - it should work flawlessly. =

RE: How can I use a Image as a submit button using struts

2001-04-26 Thread Dan Miser
Scott, Bug #3 you referred to has been fixed for a while, and is available in the nightly build. Just wanted to save you the headache of adding that bug too! -- Dan Miser http://www.distribucon.com >From: Scott Cressler <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: &qu

Re: Need help with logic:iterate :)

2001-04-19 Thread Dan Miser
You're closing your first element, so the iterate never gets to the bean:write until after the loop is finished. You have: It should be (note the lack of the trailing slash): If you only want to do something for one specific bean, then use logic:equal inside the iterate tag. -- Dan

Re: Confusing error and other questions

2001-04-17 Thread Dan Miser
servlet.findDataSource(null) to retrieve the default DataSource, or servlet.findDataSource(key) to retrieve the DataSource identified by the key attribute. -- Dan Miser http://www.distribucon.com - Original Message - From: Scott Fitzgerald To: Struts-User Sent: Tuesday, April 17, 2001 1:00 PM Subject

Re: struts not reading properties file

2001-04-17 Thread Dan Miser
Most likely you have a copy of struts.jar somewhere on your CLASSPATH. It only belongs in WEB-INF/lib. -- Dan Miser http://www.distribucon.com - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 10:27 PM Subject: struts not reading properties file

Re: how to restrict direct access to jsps(and have struts work)

2001-04-17 Thread Dan Miser
You can place the JSPs inside your WEB-INF directory. -- Dan Miser http://www.distribucon.com >From: "Daniel Toms" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts-User" <[EMAIL PROTECTED]> >Subject: how to restrict direct access to jsps(a

Re: Need help with Bean:define.

2001-04-17 Thread Dan Miser
setStoreroom and getStoreroom are not using the same class type. If you change them to match, this will work. -- Dan Miser http://www.distribucon.com >From: "Alex Colic" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts" <[EMAIL PROTECTED]

Re: SSL and Struts

2001-04-10 Thread Dan Miser
s to report the MalformedURLException in RequestUtils.absoluteURL to a log file. Dan Miser >From: "Michael Wilimsky" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: SSL and Struts >Date: Tue, 10 Apr 2001 17:54:48 +0200 > >

Re: Deployment on Sun's RI...?

2001-04-04 Thread Dan Miser
There's a J2EE Tutorial on Sun's site, and the JSP taglib section uses Struts. It worked fine for me. I'll try out struts-example tomorrow. -- Dan Miser http://www.distribucon.com - Original Message - From: "Anderson, Jessica" <[EMAIL PROTECTED]> To: <

Re: Port 80 interfering w/Struts in NN

2001-04-04 Thread Dan Miser
I reported this bug a week or 2 ago. I got an email that it was fixed, and the release notes for Beta 2 seem to confirm that. Try downloading the nightly build to see if that solves it. -- Dan Miser http://www.distribucon.com - Original Message - From: "Tom Miller" <[EMAIL P

Re: Example failed...

2001-04-01 Thread Dan Miser
The problem is that you added struts.jar to your CLASSPATH. Delete the file and all will be fine. -- Dan Miser http://www.distribucon.com - Original Message - From: "Rodrigo Zerlotti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 02, 2001 12:00 A

Re: session bean in action

2001-03-31 Thread Dan Miser
e = (ConfigBuildHome) PortableRemoteObject.narrow(ref, ConfigBuildHome.class); -- Dan Miser http://www.distribucon.com - Original Message - From: "G.L. Grobe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 9:02 PM Subject: session bean in action

Re:

2001-03-31 Thread Dan Miser
The subscription.jsp page of struts-example has an example of using html:select and html:options. -- Dan Miser http://www.distribucon.com - Original Message - From: James Bell To: [EMAIL PROTECTED] Sent: Saturday, March 31, 2001 4:40 AM Subject: Is there an example of and that I can

Re: Iterating over Hastable ??

2001-03-30 Thread Dan Miser
The opening tag should read like this (note the lack of the terminator): It looks like this is a bug in the docs. Also, be sure you include a reference to the logic TLD in the JSP page. -- Dan Miser http://www.distribucon.com - Original Message - From: "Christof Ettl&quo

Re: Can i get the exact Exception.

2001-03-30 Thread Dan Miser
Can i get the exact Exception.In addition to the suggestion about the server logs, turn off the "Show friendly HTTP error messages" option in IE. It's in Tools | Internet Options | Advanced. -- Dan Miser http://www.distribucon.com - Original Message - From: Tewathia,

Borland AppServer 4.5

2001-03-19 Thread Dan Miser
I just installed the struts-example program and one of my own Struts apps to BAS 4.5 and everything worked fine right out of the box. No modifications were needed.   If you want to add this to the Installation instructions, that would be great. -- Dan Miser http://www.distribucon.com

Admin actions

2001-03-02 Thread Dan Miser
table manner. Any opinions or advice?   Thanks. -- Dan Miser

Re: Example not working in Apache

2001-01-24 Thread Dan Miser
Thank you very much. That was it. -- Dan Miser - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 12:03 PM Subject: Re: Example not working in Apache > If you run Tomcat behind Apac

Example not working in Apache

2001-01-24 Thread Dan Miser
/struts-example I see http://localhost/struts-example/logon.jsp;jsessionid=d4hn9n5b31. The registration link is the same (i.e. it has jsessionid appended to the URL). This results in a 404 when trying to access the page. Any ideas on what's causing this? Thanks. -- Dan Miser