How to turn off validation momentarily

2001-07-18 Thread Tom Miller
ecord that I'm presenting to the user in order to confirm a delete, but the form is set up for validation, so that gets executed too. But we're deleting, so why bother? Thanks in advance for any tips. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Opening another window from Struts

2001-06-29 Thread Tom Miller
rityAction > base class that among other things, issues a serial number that must match > with one stored in the session. It can be incremented for each operation, > but if you're really anal, it's a good idea to randomly issue them. > > Anthony > > -Original Message

Opening another window from Struts

2001-06-29 Thread Tom Miller
x27;m unsure of how to do this in what with Struts passing beans and parameters through the Action servlet. Has anyone worked this out before? TIA for any ideas. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Stylesheets and bean:message

2001-06-28 Thread Tom Miller
What is the technique to use for affecting tags with stylesheets? My experiments have not suggested a way as yet. TIA -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

relaying attribute in request objects

2001-06-28 Thread Tom Miller
quest, because the attribute comes up null in my Action. I'd appreciate any tips. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Updating in Components

2001-06-25 Thread Tom Miller
header, menu, and footer to flash in the browser. So far I haven't been able to acheive that by experimenting with the tutorial code. Can anyone give me some perspective as to accomplishing this? TIA -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
tion: > > String parameter = mapping.getParameter(); > if (parameter==null) parameter = > request.getParameter("parameter"); > > Tom Miller wrote: > > > > Ted > > > > I'm not following entirely, or something may be missing here. Where is the

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
Ted I'm not following entirely, or something may be missing here. Where is the parameter name, in your case "task" specified? I don't see it in the action specification. Also, where is this feature in the documentation? TIA Tom Miller Ted Husted wrote: > Another approa

difficulty with logic:forward in template

2001-06-11 Thread Tom Miller
OutputStream or Writer has already been obtained Yet the same logic:forward works perfectly when invoked in a plain .jsp rather than in a template. Can anyone suggest a workaround, or even better, something I don't know about that might solve this? TIA. -- Tom Miller Miller Associates, I

Re: Any hosting sites that use Struts?

2001-06-11 Thread Tom Miller
(on NT).  If anyone knows, I'd be interested to hear from you... Tnx. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX  

Re: User management?

2001-06-11 Thread Tom Miller
Jon What is "struts role based templating"? Sounds good but I am not familiar with the technique. Thanks Tom Miller "Jon.Ridgway" wrote: > Hi, > > You seem to facing the same problem that I am. I'm using tomcat to do form > based auth. This way I can

Re: Grid / Matrix Controls Made Easy (src included)

2001-06-10 Thread Tom Miller
Jeff I'm very interested in trying your code, but only the TLD was attached. Would you please repost? Thanks Tom Miller Jeff Trent wrote: > Attached, you will find a couple of new tags I wrote to extend the > HTML tag library that comes with struts that will allow you to write &

Re: Any hosting sites that use Struts?

2001-05-31 Thread Tom Miller
sting facility that offers Java web hosting + Struts? -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX  

Re: page flow control

2001-05-18 Thread Tom Miller
Laurent and Matthias Has the action result enhancement to Matthias' code available? I think I would like to try using this system. Thanks Tom Miller Matthias Bauer wrote: > It was me, who posted the struts enhancement for flow control. The enhancement > provides flow control a

Which nightly build to use?

2001-04-23 Thread Tom Miller
e are recommended just now? Thanks in advance. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Is Struts with Websphere that slow ? - any other problems?

2001-04-09 Thread Tom Miller
here any major problems with websphere and struts? > > I am especially interested in known problems with WAS AE 3.5.2 on > > Solaris. > > > > Thanks, > > > > -hendrik > > -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Struts in WebSphere - VICTORY !!!!!!! - Addendum

2001-04-06 Thread Tom Miller
not find key org.apache.struts.MESSAGE" then your application is most > > likely still bombing on the struts-config issue that Richard discovered. > > The above steps SHOULD correct that leaving nothing out. If you are getting > > 404 errors about //logon or something not found, then you are still having > > XML config troubles and it is not initializing the Action servlet properly. > > Follow the steps above in regards to DTD's and it should work. > > > > As a final thought, I obviously haven't gotten to test too much but I don't > > believe that there are ANY coding changes that need to be made to the actual > > struts source. Everything about getting it to work in WebSphere has been a > > WebSphere configuration issue thus far (and I don't think I'll be having any > > more). > > > > Thanks for your help Richard and I hope others benefit from this as well! :) > > > > Chris Assenza -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Port 80 interfering w/Struts in NN

2001-04-03 Thread Tom Miller
try to filter the > :80 requests and redirect them back to my plain old URL, but does anyone > know where this is coming from, and what I can do about it? I really > can't tell the users not to use Netscape, or I'll lose a large > percentage of them. > > TIA! > -- &g

Port 80 interfering w/Struts in NN

2001-04-03 Thread Tom Miller
, but does anyone know where this is coming from, and what I can do about it? I really can't tell the users not to use Netscape, or I'll lose a large percentage of them. TIA! -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: JavaScript in Struts

2001-03-30 Thread Tom Miller
Thanks, Ted. I like Craig's suggestion about combining dynamic Javascript menu systems with Struts. I wonder if anyone has tried this. I'm looking for a Javascript tree or slider menu to adapt in this way and would appreciate it if anyone could share any research. I have looked at "Morten's Java

Re: Performance of struts

2001-03-23 Thread Tom Miller
is the reason that the logic:iterate in my JSP form takes so long to show 20-30 rows of bean:writes? (e.g. 6-10 seconds w/Tomcat 3.2.1 on a 400Mhz Windows box). This is not totally intolerable, it is just that this is the slowest part of my Struts application, and I'm naturally looking for optimizations. TIA Tom Miller

Re: Performance of struts

2001-03-22 Thread Tom Miller
ve experimented switching back and forth between Jasper and the IBM compiler. Not sure I can see great differences, but I haven't done any benchmarked comparison. So I'm wondering if anyone knows how these compare from an architectural point of view, a look "under the cover

html:img tag cannot find image

2001-03-19 Thread Tom Miller
;%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Dot One <% /* image shows in browser */ %> Dot Two <% /* image missing in browser */ %> ----------

Re: ActionForm (DataObject) generator?

2001-03-15 Thread Tom Miller
Kyle See jRelationalFramework at www.sourceforge.com. I find this an outstanding framework, and I've been very successful combining it with Struts. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX Kyle Robinson wrote: > We are using Struts

Re: My struts-template is broken

2001-03-05 Thread Tom Miller
Turned out the problem was using Tomcat 3.1, templates seem to work properly with Tomcat 3.2.1. Tom Miller wrote: > Whew! Somehow or other my 1.0b1 struts-template webapp is refusing to > place the header, sidebar, content and footer in their respective places > as per the template

My struts-template is broken

2001-03-05 Thread Tom Miller
ut now I'm doubting that memory. TIA -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Iterate with selects

2001-03-03 Thread Tom Miller
. I've been trying awhile with only partial success, and thought I'd ask if someone knows how to go about this, or whether it is possible. Thanks in advance. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Still need help with VAJ & Struts

2001-02-25 Thread Tom Miller
VAJ/Struts users. Have you heard about expected the time frame for patch3? That would be a nice thing to have. Regards, Tom Miller Johan Compagner wrote: > The tomcat test environment of IBM for VAJ is still version 3.1.I > heard that after the release of patch3 (which also brings the i

Re: Still need help with VAJ & Struts

2001-02-25 Thread Tom Miller
omcat Test Environment :-), and the probably sensible idea of waiting until IBM does it. We'll see. Hope I can return the favor sometime. Thanks again. Tom Miller "Brugge, John" wrote: > > > Tom, > > We have Struts (Jan 16 build) and VAJ 3.5.2 working with the Tomcat &

Still need help with VAJ & Struts

2001-02-23 Thread Tom Miller
now my understanding and/or my VAJ setup are hosed somehow or other, and that is why I'm asking for help. -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Missing struts-config_1_0.dtd when not logged on

2001-02-22 Thread Tom Miller
l error. After that, I can access the index.jsp of the example, but login with "user" and "pass" yields an HTTP 404. If I enter registration info and attempt to submit it, again HTTP 404. When I restart after loggin on to the Internet, the example application works as expected. Do you think something is broken? -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Missing struts-config_1_0.dtd when not logged on

2001-02-21 Thread Tom Miller
ger.initContext(org.apache.tomcat.core.Context) > > void org.apache.tomcat.core.ContextManager.init() > void org.apache.tomcat.startup.Tomcat.execute(java.lang.String []) > void org.apache.tomcat.startup.Tomcat.main(java.lang.String []) > java.lang.Object java.lang.reflect.Method.invok

Re: Missing struts-config_1_0.dtd when not logged on

2001-02-21 Thread Tom Miller
) void org.apache.tomcat.startup.Tomcat.main(java.lang.String []) java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object []) void TomcatStart.start(java.lang.String [], java.lang.String) void TomcatStart.main(java.lang.String []) -- Tom Miller Miller Associat

Missing struts-config_1_0.dtd when not logged on

2001-02-21 Thread Tom Miller
id org.apache.tomcat.startup.Tomcat.execute(java.lang.String []) void org.apache.tomcat.startup.Tomcat.main(java.lang.String []) java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object []) void TomcatStart.start(java.lang.String [], java.lang.String) void TomcatStart.main(java.l

Problem w/ Struts and VA for Java

2001-02-20 Thread Tom Miller
arily inhibit Tomcat from employing specialized classloaders for webapps just during development. If anyone knows another workaround for this, I would love to hear it. TIA -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Re: Tomcat/Struts-friendly hosting services

2001-02-07 Thread Tom Miller
Thanks, the suggestions were helpful in my research! -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

Tomcat/Struts-friendly hosting services

2001-02-06 Thread Tom Miller
Any recommendations on web hosting services that support Tomcat 3.2.1? I'm especially interested in experiences in fielding a Struts based site with a reasonably priced hosting service that was/is a good bet to recommend to clients. Has anyone compiled a list somewhere? TIA -- Tom Miller [