How to turn off validation momentarily

2001-07-18 Thread Tom Miller
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

Opening another window from Struts

2001-06-29 Thread Tom Miller
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

Re: Opening another window from Struts

2001-06-29 Thread Tom Miller
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- From: Tom Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001

relaying attribute in request objects

2001-06-28 Thread Tom Miller
, 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

Stylesheets and bean:message

2001-06-28 Thread Tom Miller
What is the technique to use for affecting bean:message 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

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 approach is to pass the query

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
==null) parameter = request.getParameter(parameter); Tom Miller wrote: 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

Updating in Components

2001-06-25 Thread Tom Miller
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: 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 take advantage of container security features

Re: Any hosting sites that use Struts?

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

difficulty with logic:forward in template

2001-06-11 Thread Tom Miller
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, Inc. [EMAIL PROTECTED

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 grid-style JSP

Re: Any hosting sites that use Struts?

2001-05-31 Thread Tom Miller
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 and a pretty

Which nightly build to use?

2001-04-23 Thread Tom Miller
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
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
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 R

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
tag to render the elements that get set in the array's initialization expression. [Craig McClanahan] -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-3463. -- http://www.husted.com/about/struts/ -- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

html:img tag cannot find image

2001-03-19 Thread Tom Miller
/ % /* image shows in browser */ % p Dot Twohtml:img src="WEB-INF/images/orange-ball.gif"/ % /* image missing in browser */ % /body /html:html ---------- Tom Miller Miller Associates, Inc. [EMAIL PROTECTED] 641.469.3535 Phone 413.581.6326 FAX

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

My struts-template is broken

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

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. Instead

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
. 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 internal Websphere TE

Still need help with VAJ Struts

2001-02-23 Thread Tom Miller
nding 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
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
.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 Associates, Inc. [EMAIL PROTECTED

Problem w/ Struts and VA for Java

2001-02-20 Thread Tom Miller
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 [EMAIL