Re: Error invoking servlet

2001-02-24 Thread Martin Duffy
If you go to the Bluestone site they have a patch to get struts to work with the Bluestone server. I do not have the URL handy but I think that is was not too hard to find. Not sure if it works with the version of the Bluestone server that you have but it would be a good place to look to get an

Re: hidden submit button

2001-02-24 Thread Anand Raman
hi pratima This works for me.. When the html page is rendered try to analyse the html code and see whats wrong.. Hope this helps Anand On Fri, Feb 23, 2001 at 10:40:39AM -0800, Gogineni, Pratima wrote: Hi, This is probably something very straight forward but ... I am trying to create a hidden

RE: redirect question

2001-02-24 Thread Robert Taylor
In your action class that calls the bean to do the work, you could pass a reference to the HttpSession. The work bean would then notify the session when it is done working. Then have the page that displays the "processing..." message auto-refresh itself, calling an action class that checks the

Fw: Problem in Beta release source download

2001-02-24 Thread Sundar @eSaravana
Working 14 hours almost everyday during this week got the better part of me; I was giving up easily towards the end. Anyway, when I try to download source for the beta release for my Solaris 8, the download doesn't seem to work. I have always been able to download nightly releases and build them

RE: perform() called twice + possible v1b1 bug

2001-02-24 Thread Fickes, Vic
To answer the question, I'm using IE5.5. However, I discovered the immediate problem, which turns out to be simple, but then it gets complicated again. First off, the double posting appears to be caused by specifying both an action attribute on the form tag and an onClick attribute on the

Re: Fw: Problem in Beta release source download

2001-02-24 Thread Craig R. McClanahan
"Sundar @eSaravana" wrote: Working 14 hours almost everyday during this week got the better part of me; I was giving up easily towards the end. Anyway, when I try to download source for the beta release for my Solaris 8, the download doesn't seem to work. I have always been able to download

Re: perform() called twice + possible v1b1 bug

2001-02-24 Thread Craig R. McClanahan
Vic, Not including the query parameter at the end of html:form action="..." sounds like a definite bug. Could you please post a bug report to our bug tracking system: http://nagoya.apache.org/bugzilla/ with your test case, so that we make sure it gets attention? Thanks, Craig "Fickes,

struts-template.tld

2001-02-24 Thread Jonathan Carlson
I am very pleased that Struts 1.0 is finally here! Thank you, developers, for all the effort. I have a question about the Struts 1.0 beta build. Please tell me if I'm wrong, but it appears that the template tags are included in the struts.jar, but not in the struts.tld file. Was this

Re: struts-template.tld

2001-02-24 Thread Craig R. McClanahan
Jonathan Carlson wrote: I am very pleased that Struts 1.0 is finally here! Thank you, developers, for all the effort. I have a question about the Struts 1.0 beta build. Please tell me if I'm wrong, but it appears that the template tags are included in the struts.jar, but not in the

Re: more than one formclass for a one jsp ?

2001-02-24 Thread Jim Richards
At 07:37 AM 23/02/01 -0500, you wrote: Hi, I wanted to have more than one form class for a one jsp file. Because in my one jsp file, i have a information of 4 tables. So i want to transfer the information to 4 formclasses? Is it possible? If what I think you are doing is wanting