RE: Charting tools

2002-06-26 Thread Will Spies/Towers Perrin
Thanks for the info. I'll check that one out. ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROT

Charting tools

2002-06-26 Thread Will Spies/Towers Perrin
We are looking for charting tools to integrate in with our struts applications. Anyone have any suggestions? We are evaluating Sitraka's jClass ServeraSide now ( http://www.sitraka.com/software/jclass/ ) but I was hoping to find a couple good ones to compare. Thanks for any info, Will --

Re: Data type handling

2002-05-31 Thread Will Spies/Towers Perrin
hit this so I'm convinced it's a newbie question. We have typically only used strings ujtil now in our Actionforms so we have not hit this before. We now have a need to mix up types to reuse some of our serializable classes. Thanks in advance for any help, ___________ Will Spies

Re: Data type handling

2002-05-30 Thread Will Spies/Towers Perrin
I meant 'commas' not 'commands'. sorry bout that. _______ Will Spies Towers Perrin Phone: (215)246-7145 e-ma

Data type handling

2002-05-29 Thread Will Spies/Towers Perrin
commands ( e.g. 37,000.34 ) as opposed to to having no commands ( e.g. 37000.34 works fine ). Any suggestions? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Re: Design question

2002-04-30 Thread Will Spies/Towers Perrin
again! ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED

Re: Design question

2002-04-29 Thread Will Spies/Towers Perrin
Good idea but the other problem is your web server doesn't mix with non-Struts applications. I was kinda hoping for a struts only solution. Thanks for the idea though! ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROT

Design question

2002-04-29 Thread Will Spies/Towers Perrin
ideas? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

IBM has struts counterpart?

2002-04-15 Thread Will Spies/Towers Perrin
Anyone see this and have any comments --> http://alphaworks.ibm.com/tech/servletmanager I'm a little curious. Comments I've seen so far in how it compares to Struts is it has a nice workflow mechanism built in. Whadda ya think? _______ Will Spies Towers Perrin Ph

RE: using struts for larger apps

2002-01-22 Thread Will Spies/Towers Perrin
What application server does it use? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
e ActionForm's would contain indexed properties in order for this to work. What would the velocity equivalent of the above look like? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
No problem. I sent them a support email. I'll let you know what they say. ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROT

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
That's great! But how about the other way? Can I post an array in velcity up to a struts form ( via a controller ) which contains an array? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROT

Re: Velocity-Tools / Struts

2002-01-21 Thread Will Spies/Towers Perrin
It would be real helpful if this example include posting an array. Is this even doable with velstruts? ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail: [EMAIL PROTECTED

Re: Velocity-Tools / Struts

2002-01-21 Thread Will Spies/Towers Perrin
e class if it's not contained in a jar? Maybe try to unwrap velocity-tools-view-0.3.jar below WEB-INF/classes/ If anything about web development is difficult then it's these deployment issues... Gabe Will Spies/Towers Perrin wrote: > > I did a quick deployment of your war and got

Re: Velocity-Tools / Struts

2002-01-18 Thread Will Spies/Towers Perrin
ava:209) at $Proxy37.addWebDeployment(Unknown Source) at ___ Will Spies Towers Perrin Phone: (215)246-7145 e-mail:

Re: Grid

2002-01-18 Thread Will Spies/Towers Perrin
elease? To: Struts Users Mailing List <[EMAIL PROTECTED]> Ted Husted cc: (bcc: Will Spies/T

Re: Creating reports in PDF format

2002-01-03 Thread Will Spies/Towers Perrin
? To: "Struts Users Mailing List" <[EMAIL PROTECTED]> "John M. Corro" cc: (bcc

Re: AW: HOW TO span a FormBean over several JSP's

2001-10-23 Thread Will Spies/Towers Perrin
Correction: I deployed the scaffold.war not the Struts-Simple ( but I still have this problem ) - Forwarded by Will Spies/Towers Perrin on 10/23/01 11:16 AM

Re: AW: HOW TO span a FormBean over several JSP's

2001-10-23 Thread Will Spies/Towers Perrin
> <%@ taglib uri="/WEB-INF/taglibs/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/taglibs/struts-logic.tld" prefix="logic" %> ? Will

ApplicationResources.properties

2001-10-19 Thread Will Spies/Towers Perrin
This file is somewhat problematic if you want to keep these values in a database and then have them reflected in an application in real time. Has anyone out there every run into or built a solution to this problem? Any info would be appreciated, Will

Real World Struts

2001-08-29 Thread Will Spies/Towers Perrin
We have been dabbling with struts. We have an upcoming project and are faced with a decision to use Struts or to continue to use plain old JSP. I understand the long term benefits of struts however I must do a cost comparison of using struts as opposed to using JSP. We have developers who are

WLS 6.1

2001-08-17 Thread Will Spies/Towers Perrin
I'm using WLS 6.1 and trying to deploy a struts application in a WAR file contained in an EAR file. The WAR file by itself works fine. However, when I'm trying to deploy this through an EAR I get this ( old familar ) exception: java.lang.ClassCastException: org.apache.struts.util.PropertyMes

Re: struts and castor

2001-08-16 Thread Will Spies/Towers Perrin
Does this somehow give you the ability to post XML data to a struts framework and have it mapped to an ActionForm properly? A complaint I've often heard about struts is it does not map XML data elements to ActionForm bean elements. If you want to post XML data from , let's say, a browser and map

Tiles?

2001-08-14 Thread Will Spies/Towers Perrin
Did I see a message saying Struts 1.1 will support Tiles?

Re: Field level ActionErrors

2001-08-07 Thread Will Spies/Towers Perrin
: [EMAIL PROTECTED] VASQUEZ_JASONcc: (bcc: Will Spies/Towers Perrin) @LILLY.COM Subject: Re: Field level ActionErrors

Field level ActionErrors

2001-08-07 Thread Will Spies/Towers Perrin
I have been told that struts can associate an individual error to fields ( i.e. form properties ). Is this so? It didn't look like it to me but I know I could be wrong. Or, does ActionError.getKey() have to be manually set?

Re: Building struts UIs

2001-08-06 Thread Will Spies/Towers Perrin
Will To: [EMAIL PROTECTED] Jean-Noel Ribettecc: (bcc: Will Spies/Towers Perrin) <[EMAIL PROTECTED]Subject

RE: Building struts UIs

2001-08-06 Thread Will Spies/Towers Perrin
Will To: [EMAIL PROTECTED] kurt.mccaw@cecc: (bcc: Will Spies/Towers Perrin) ndec.com Subject: RE: Building strut

Re: Building struts UIs

2001-08-03 Thread Will Spies/Towers Perrin
it. Thanks To: [EMAIL PROTECTED] Ted Husted cc: (bcc: Will Spies/Tow

Building struts UIs

2001-08-03 Thread Will Spies/Towers Perrin
I have a generic question. We use struts. Struts *really* doesn't help much with rapidly building UIs. I'm sure everyone here realizes this. I do not want to abandon struts, I've have had great experience with it but I also would like a way to build a mechanism to rapidly automatic the building

Re: XML screen generation

2001-07-30 Thread Will Spies/Towers Perrin
AIL PROTECTED]> "Calvin Yu" cc: (bcc

XML screen generation

2001-07-30 Thread Will Spies/Towers Perrin
This is an odd ball question but ...nothing ventured ...nothing gained. We use struts. It's working well for us. However, one thing it's missing is rapid screen generation functionality. For example, in the spirit of an MVC, we would like to generate screens in our views based on XML data derive

RE: javascript and struts

2001-05-08 Thread Will Spies/Towers Perrin
yeeName"].value -----Original Message- From: Will Spies/Towers Perrin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:39 AM To: [EMAIL PROTECTED] Subject: javascript and struts I have some HTML tags that have struts form data associated with them of the form . For exam

javascript and struts

2001-05-08 Thread Will Spies/Towers Perrin
I have some HTML tags that have struts form data associated with them of the form . For example: . I seem to be having difficult referencing these in Javascript due to the ".'. Javascript thinks employeeName is a property of data rather than both being one single variable name. Anyone else run in

RE: Vague session issue

2001-04-13 Thread Will Spies/Towers Perrin
my session data. To: <[EMAIL PROTECTED]> "Abraham cc: (bcc

Vague session issue

2001-04-13 Thread Will Spies/Towers Perrin
I know this is going to sound vague, but I'm going to ask anyway. I seem to be having some anonolomous problems with session data using WebLogic SP8. For example, using request.getSession().setAttribute(...) sometimes seems result in data not being saved properly. Also, sometimes on occasion I re

RE: Debugging struts exceptions - get SP9 for WL5.1

2001-04-12 Thread Will Spies/Towers Perrin
10:33 PM To: [EMAIL PROTECTED] Subject: Re: Debugging struts exceptions On Wed, 4 Apr 2001, Will Spies/Towers Perrin wrote: > > > I didn't get any response so I'm going to try again. Here is another > exception: > > Wed Apr 04 10:53:26 EDT 2001:

RE: Debugging struts exceptions

2001-04-10 Thread Will Spies/Towers Perrin
f was because I already had this method and was using it for other exceptions. To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: (bcc: Will Spies/Towers Perrin)

Re: Debugging struts exceptions

2001-04-10 Thread Will Spies/Towers Perrin
ost this. Will To: [EMAIL PROTECTED] "Craig R. cc: (bcc: Will Spies/Towers Perrin) McClanahan" Subject: Re: De

RE: POSTing arrays in struts

2001-04-10 Thread Will Spies/Towers Perrin
need to figure out my own problem. Unless you think the inner class has something to do with it ( yes, it's public )? To: <[EMAIL PROTECTED]&g

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
"Niall Pemberton" cc:

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
tell. To: <[EMAIL PROTECTED]> "Niall Pemberton" cc: (bcc: Will

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
? To: "'[EMAIL PROTECTED]'" "Taylor, <[EMAIL PROTECTED]> Jeremy" cc

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
"Taylor, <[EMAIL PROTECTED]>

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
put tags. Also, how does your save action class work? If you based it on the struts examples you'll need to change it because the util class that copies bean properties won't work with the array of values for the rows property. > -Original Message- > From: Will Spies/

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
Jeremy" cc

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
Jeremy" cc

POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
I've read a couple archived notes on this topic and it's not helping me so here goes. I'm trying to post an array of data from my view (JSP) into my bean. I'm having great difficulty. Here is a JSP snipet of what I'm doing:

RE: Debugging struts exceptions

2001-04-05 Thread Will Spies/Towers Perrin
. To: [EMAIL PROTECTED] "Ludwig, Pat" cc: (bcc: Will Spies/Tow

RE: Debugging struts exceptions

2001-04-05 Thread Will Spies/Towers Perrin
atch these. To: [EMAIL PROTECTED] "Ludwig, Pat" cc: (bcc: Will

struts populating ActionForm behavior

2001-04-05 Thread Will Spies/Towers Perrin
My ActionForm contains another JavaBean along with native types. For example: public class MyForm extends ActionForm { public void setString( String str); public String getString( ); public void setData( MyObject str); public MyObjectg getData(); } I have this working fine right now but the w

RE: Debugging struts exceptions

2001-04-04 Thread Will Spies/Towers Perrin
. To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: (bcc: Will Spies/Towers Perrin

RE: Debugging struts exceptions

2001-04-04 Thread Will Spies/Towers Perrin
To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: (bcc: Will Spies/Towers Perrin) elheim.comSubject: RE: Debugging struts

RE: Debugging struts exceptions

2001-04-04 Thread Will Spies/Towers Perrin
L PROTECTED]> "Kurt Olsen" cc: (bcc:

Debugging struts exceptions

2001-04-04 Thread Will Spies/Towers Perrin
one just live with this? This could be a newbie stupid question. If so I apologize in advance. Thanks for any information! Will - For

ActionForm vs. ActionFormBean

2001-04-03 Thread Will Spies/Towers Perrin
I would like to supply a new class for my Forms. When I look at the view documentation and the example, I see that it uses an 'ActionForm' class. However, when I look at the controller documentation it refers to an 'ActionFormBean' class. When I go and look at the struts source I find both of th

Debugging struts exceptions

2001-04-03 Thread Will Spies/Towers Perrin
Seems certain exceptions don't come with very good explanations. For example, I have a tag which had a bad property: If 'badpropertyname' does not exist the exception I see in the log file is: javax.servlet.ServletException: runtime failure in custom tag 'form' at jsp_servlet._logon._jsp

Debugging struts exceptions - correction

2001-04-03 Thread Will Spies/Towers Perrin
Oops...I put the wrong tag in there: (see what I mean?) - Forwarded by Will Spies/Towers Perrin on 04/03/01 08:12 AM

CreateProcess

2001-03-28 Thread Will Spies/Towers Perrin
I am trying to get struts working for Weblogic 5.1 SP8. I am getting the error below. This doesn't seem to be the class cast exception I am seeing often in the archives here ( yes, I tried looking there first for an answer to this...I swear! ). Anyone have any idea? Do I need to do something in W