numberFormat

2003-01-16 Thread Stephen . Chambers
All, I know this has been asked several timed, but I could not find it in the archives for some reason. What is the proper format string to put into ApplicationResources.properties to get to produce $3,456.00 from an integer? Steve -- To unsubscribe, e-mail:

RE: Error loading struts-config

2002-12-23 Thread Stephen . Chambers
I'm not certain, but are you sure that your DTD's are being found? We once had a similar problem due to firewall issues. Steve "Robert

bean:include question

2002-11-05 Thread Stephen . Chambers
All, Does anyone know if this is possible? I keep getting java.io.CharConversionExcpetion: isHexDigit at org.apache.tomcat.util.buf.UDecoder.converter(UDecoder.java:124) etc... Any help would be appreciated. Steve -- To unsubscribe, e-mail:

RE: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
No, it is a little different. The user calls Page-A ---> form-A is instantiated --->action-A is run and the execute method is called, prepopulating the drop downs --> the user does stuff and submits --> Validation of form-A fails and does not go to Action-A --> Page-A re-displayed, but with

RE: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
If I do that, will validation always go to the action class, even when it fails? Steve "Andrew Hill"

Re: Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
That is what we are doing now. It goes through a controller to the database, but we are using the validator and when an error occurs, the form does not go to the Action class and the helper methods are not called and as a result, the drop downs are empty. Steve

Please help decide a religious discussion

2002-09-27 Thread Stephen . Chambers
All, My team is currently at loggerheads about the correct place to put the database calls that are prepopulating our drop downs. We can not decide if they should be in the ActionForm or in the Action class. We are trying to stick them in the validate method in the ActionForm to make sure they a

html:link confusion

2002-09-24 Thread Stephen . Chambers
All, I had the code below in my jsp and everything was fine. It worked like it was supposed to. view Employment History Report Then the users decide that they didn't like the fact that the new window had all the scrollbars and menus and everything on the top and so I did the next piece of cod

html:link confusion

2002-09-24 Thread Stephen . Chambers
All, I had the code below in my jsp and everything was fine. It worked like it was supposed to. view Employment History Report Then the users decide that they didn't like the fact that the new window had all the scrollbars and menus and everything on the top and so I did the next piece of cod

Re: apache+tomcat consulting help needed

2002-09-03 Thread Stephen . Chambers
Anand, With that set up, the best thing to do is to buy David Harms' book "JSP, Servlets and MySQL". It explains EVERYTHING including Struts and is available on bookpool.com Stev

Something fundamentally wrong

2002-08-20 Thread Stephen . Chambers
All, I think I am doing something fundamentally wrong with a small pop up window that I have, but I don't understand what. When I click the add button, i.e. html:submit, the jsp is supposed to forward back to itself, which it does rather successfully. But in the request, when it forwards back t

RE: datasource classpath issue with MySQL driver

2002-07-02 Thread Stephen . Chambers
I've had this problem as well, even after I unzipped the jar file. I put it out on the list twice and never got much response. You can try different versions of the driver, but there is something buggy with the MySQL driver and Struts. I was on RH 7.1 Steve