Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Rama Krishna
i get a Server not found error when i click download after filling u r form. :-) - Original Message - From: John Yu To: [EMAIL PROTECTED] Sent: Sunday, September 16, 2001 9:42 PM Subject: [ANNOUNCE] Visual tool for Struts We'd like to invite everyone in

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread John Yu
Rama, Sorry about it. A few people have also reported they experienced problem with the download page. We have done some small alternation. You may want to try again. Please let me know if the problem persists. Thanks. -- John At 12:09 am 17-09-2001 -0700, you wrote: i get a Server not found

Re: Queryyy

2001-09-17 Thread Rama Krishna
seems like u have problem with u r config.xml file. did u place it in the web-inf folder??? - Original Message - From: sai srinivas [EMAIL PROTECTED] To: StrutsUser [EMAIL PROTECTED] Sent: Sunday, September 16, 2001 8:46 PM Subject: FW: Queryyy -Original Message- From:

|ANNOUNCE| Struts Workflow Extensions V0.6

2001-09-17 Thread Matthias Bauer
Hi all, my colleague Alexander Lamm and me have implemented an extension to the core struts framework which provides rudimentary control flow between actions. It has received some considerable rework since the prior version we published and can now be configured much more flexible, including

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Lawson, Rick
There's a fairly common fault with IE5.5, too. (No surprise there, then) If you appear to be downloading a html page instead of the 'real' download, open it rather than saving and the next save dialog has the real zip file in it. A lot of the sun downloads seem to work this way, too. Rick

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread John Yu
Some people are still reporting problem about the download. I am still not sure why. I suspect the low bandwidth timed out the connection on our ISP. We have got rid of the download servlet for the being. Hopefully, this will get around the problem. Apologies for the inconvenience. -- John At

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread John Yu
Some people are still reporting problem about the download. I am still not sure why. I suspect the low bandwidth timed out the connection on our ISP. We have got rid of the download servlet for the being. Hopefully, this will get around the problem. Please try again at

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Magnus Stattin
I have been trying Camino tool and I really liked it. I just resently started to learn Struts and this is really a big help. P.S One of the dialog boxes appears to be missing in the tutorial. The one where you associate the FormBean userDetails. Best Regard /Magnus - Original

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Alexander Jesse
Hi, seems that the only working version is the one for Unix/Linux which downloads 1.3MB the Windows download is a mere 50kB. Still the UNix-download when expanded shows up a invalid compressed data, unable to inflate message. But at least gives quite some stuff. cheers Alexander

Re: struts-config.xml : input attribute ?

2001-09-17 Thread Erik Hatcher
input defines where control will return if validation errors are generated. For complete documentation on struts-config.xml, check out the comments in the DTD.You can view it here: http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/struts-config_1_0.dt d?annotate=1.5 - Original

Re: Multiple Submit Buttons per Form

2001-09-17 Thread Dirk Jaeckel
On Sat, Sep 15, 2001 at 09:21:47AM +0200, Marcel Andres wrote: Hi I handle something like this, how you describe it at last. I route both buttons to a single action class, and this class decides, based on the pressed button (value), what to do. How do you do this with image-buttons

Weblogic server Not started...

2001-09-17 Thread Rathikindi, Venkata
Hi All, I am new to Struts frame work,I am trying to install struts and execute a example which provided by struts. I am using the struts-config.xml which is provided by the struts example. When i am trying to strat the weblogic i am getting the following exception.Please

Problem with mappings and html:form tag

2001-09-17 Thread Alexander Jesse
Hi, I am using Struts 1.0; the template tags and Tomcat 3.2.1 as server. In my web.xml I have the following action-mapping: servlet-mapping servlet-nameaction/servlet-name url-pattern/do/*/url-pattern /servlet-mapping In the main-template-jsp I have the following lines: html:html

RE: Problem with mappings and html:form tag

2001-09-17 Thread Marcel Andres
hi alex if you want to use an action /do/createProject?action=submit, you have to make sure, that the according settings are made in the struts-config.xml. Make an entry like this in the action mappings definition: actionpath=/do/createProject . /action cheers, marcel -Original

Very slow loading select tags...

2001-09-17 Thread Marc-Andre Thibodeau
Hi! I noticed that when I have many combo boxes in one page, it takes an eternity to load!! It is really a problem if some people are trying to load that kind of page at the same time. For example, a page with 12 combo boxes, accessed by 5 people at the same time may take 2-3 minutes to load

Config for WAS 3.5 on OS/390?

2001-09-17 Thread KASSON, STEVEN R (Steve), ALMSH
Hi All, I've been developing a Struts application on my Windows 2000 machine running WebSphere 3.5.3. Everything is working fine, thanks to all the helpful information found on this mail list and the Jakarta site. But, now I'm trying to deploy on WebSphere 3.5 running on a mainframe under

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Lou Farho
You shouldn't need to specify a classpath to tools.jar. I didn't. -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:03 AM To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCE] Visual tool for Struts When I run camino, I've got this error:

wpost available yet?

2001-09-17 Thread Peter N. Harbo
Is anyone aware of a tool like wget only one that can fabricate forms using POST method on the fly and send them, so we can invoke struts applications from the UNIX command-line interactively via wget?

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread emmanuel.boudrant
No, the problem is the JRE. With 1.2 we have the error(see bottom) and with 1.3 It's working. tahnx --- Lou Farho [EMAIL PROTECTED] a écrit : You shouldn't need to specify a classpath to tools.jar. I didn't. -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]]

Re: wpost available yet?

2001-09-17 Thread Rogerio Saran
cURL should be a solution. Take a look at: http://curl.haxx.se/ *Saran Peter N. Harbo wrote: Is anyone aware of a tool like wget only one that can fabricate forms using POST method on the fly and send them, so we can invoke struts applications from the UNIX command-line

Using a dynamic number of Multibox objects

2001-09-17 Thread s k
Hi, I am able to display a dynamic number of multibox objects in my JSP page but when I select some of them and hit the 'Submit' button I get a JSP Exception. The specific problem seems to be with the BeanUtils.Populate() method. I have a set and get method thatuses a String[] and I've

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Anthony Martin
This is a really neat tool. Great job. Just one problem... When do a File|New and locate the Struts Example, the program loads fine. But when I try it on my own project, I get: Parsing Error - Failed to parse JSP Page 'C:\path\to\project\myPage.jsp'. The log file says: 2001-09-17

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Rakesh
Well..I finally managed todownload itand tried opening my existing application.this is what I got. Rakesh - Original Message - From: Rakesh To: [EMAIL PROTECTED] Sent: Monday, September 17, 2001 1:23 PM Subject: Re: [ANNOUNCE] Visual tool for

Struts Websphere 3.5.4 for Windows 2000

2001-09-17 Thread Bryan Mallinson
Hi everyone, I know Struts requires a JAXP 1.1 compliant XML parser. Does anyone know if the IBM XML parser that comes with WAS 3.5.4 is JAXP 1.1 compliant? Is there any reference to this (couldn't find any on the IBM site)? Cheers, Bryan Bryan Mallinson Software Developer Toronto Global

Re: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread avinash
that's because of your jre version number.put into classpath a jre that is 1.3 or more. - Original Message - From: emmanuel.boudrant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 17, 2001 15:33 Subject: Re: [ANNOUNCE] Visual tool for Struts When I run camino, I've

Problems with PoolMan finding mm.mysql driver

2001-09-17 Thread Adam Smith
The answer to this has to be painfully easy, but I have gone over this many times now and can't find the answer. I am using Tomcat 3.2.3, Struts 1.0, PoolMan 2.0.3 and the mm.mysql driver version 2.0.4. Whenever I try to make a database connection, I am told that PoolMan cannot find the driver.

HELP with struts and WAS

2001-09-17 Thread Henry Tong
hello everybody: First, thanks for all your mails, and the help. I fixed my first error with struts and WAS. I have struts working fine with VAJ 3.5.3 ok but I have troubles moving to production Now, I have the following error, that shows in the std_out.log

where is the struts log?

2001-09-17 Thread Henry Tong
hey guys! one more question... I see that struts writes to a "log" sometimes like in log(internal.getMessage("initDataSource", key), e); ok the question is where is that log? I mean... is there a "struts.log" somewhere? or anyfile? where is that log going to?

RE: [ANNOUNCE] Visual tool for Struts

2001-09-17 Thread Lou Farho
Your PATH variable is not exposed below. So, if your pointing java to a 1.2 jre and trying to combine it with a 1.3 tools.jar I would expect things not to work. Again, you only need to execute the jar as specified in the readme supplied with camino. -Original Message- From:

Struts and VAJ 3.5.3

2001-09-17 Thread Fenton, Pat
Hi everyone, I am new to the struts mailing list and need some help. Does anyone have any steps to follow to get Struts working with VAJ 3.5.3? Thanks in advance, Pat

MultipartIterator: invalid multipart request

2001-09-17 Thread Holger Wiechert
Hi, I just found out that I have this once discussed problem regarding the forward with multipart/form-data. I wanted to do something like having a general upload action that can be triggered from other actions. After handling the upload, the control shall be forwarded to somewhere else. The

Re: where is the struts log?

2001-09-17 Thread Ted Husted
Struts just uses the default Servlet.log(string) inherited from GenericServlet. http://java.sun.com/j2ee/j2sdkee/techdocs/api/javax/servlet/GenericServlet.html Where it ends up would depend on your container. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical

Re: Problems with PoolMan finding mm.mysql driver

2001-09-17 Thread Will Jaynes
This problem has to do with classloaders and relative positions of the poolman and jdbc jar files. There are a lot of possible configurations. The simplest is: poolman.jar in WEB-INF/lib poolman.xml in WEB-INF/classes jdbc jar in WEB-INF/lib or in %JAVA_HOME%/jre/lib/ext (where I like it)

RE: Struts and VAJ 3.5.3

2001-09-17 Thread Young, Jim
The following link contains an excellent document describing getting VAJ working with Struts. We have been using Apache Tomcat Test environment with VAJ and have had no problems. Jim http://www7.software.ibm.com/vad.nsf/data/document2558?OpenDocumentSubMast= 1

html:file tag -- cannot set label

2001-09-17 Thread Wiechert, Holger
Hi, sorry for the silly question, but what am I doing wrong that the html:file tag does not label the button with Select file, but with Durchsuchen... instead? I'm using IE5.5 on Win2k. The jsp is: html:file property=uploadFile value=Select file/ Thanks in advance, Holger

Re: Problems with PoolMan finding mm.mysql driver

2001-09-17 Thread Vic Cekvenich
This says that your JDBC class is not found, not poolman. Make sure it is in the classpath. Vic Adam Smith wrote: The answer to this has to be painfully easy, but I have gone over this many times now and can't find the answer. I am using Tomcat 3.2.3, Struts 1.0, PoolMan 2.0.3 and the

Form select

2001-09-17 Thread Nortje, Andrew
Hi Struts Users I am new to struts and am try to get a form with a select list working. I have struts installed and working with simple forms but I can't get the select lists to work and initialize from my bean. Any examples and pointers out there? Thanks Andrew

RE: Problems with PoolMan finding mm.mysql driver

2001-09-17 Thread Adam Smith
You're right, that is the error I am getting. But, the jdbc class is in the classpath, and it is being seen by a servlet in the app when I make a static connection (registering the driver, etc.) However, when I try to create the connection pool in PoolMan, it says it cannot see the driver class.

forget it... select problem solved!

2001-09-17 Thread Marc-Andre Thibodeau
Hi! Forget about my last email... if it's not already in your trash can! I solved the problem by replacing the many option tags, by a few options tags... It makes a huge difference! MA

template usage for vertical and horizontal menu

2001-09-17 Thread Thinh Doan
My question is at the end of the msg after I present the background. Thx. I'd like to create 2 templates: one with the menu on the left side and one with the menu on top horizontally. e.g 1) template_v.jsp %@ taglib uri='/WEB-INF/tlds/template.tld' prefix='template' % htmlheadtitletemplate:get

Validator going into infinite loop

2001-09-17 Thread Mike Bridge
Hi- When I submit (or access) a ValidatorForm, it goes into an infinite loop. I had this working with 0.5, but after upgrading, it doesn't seem to function any more. I've done the following to set it up: 1) set up a validator.xml from the example, removing the existing bean definition and

[ANNOUNCE] Struts Console v0.3

2001-09-17 Thread James Holmes
The latest and greatest Struts Console is ready. I have fixed some bugs and added some more functionality. Most notably there is now the ability to sort the table columns. Lots of people asked for this. I also added the notion of an Editor and Source view. This way you can see (in the Source

processPreprocess

2001-09-17 Thread Bryan Ross
Hi there, I'm trying to implement some common authentication behaviour. To do this, I've implemented my own ActionServlet and overrided the processPreprocess method. In this method, I want to check to see if the user is authenticated. If they are, the processing should continue as normal. If

Re: processPreprocess

2001-09-17 Thread Robert Parker
I did a similar thing, except I derived my own action class from the Action class. Hence my perform() method checks for a session based token indicating successful login. If the token does not exist, the action uses a struts forward to redirect to an initialisation page. If the token exists, then