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: 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 PROTECTED

Re: Data type handling

2002-05-31 Thread Will Spies/Towers Perrin
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 Towers Perrin Phone: (215

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-mail: [EMAIL PROTECTED

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, e-mail

Re: Design question

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

Design question

2002-04-29 Thread Will Spies/Towers Perrin
? ___ 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]

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 PROTECTED

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 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 PROTECTED

Re: Velocity-Tools / Struts

2002-01-22 Thread Will Spies/Towers Perrin
as index ( [n] ) elements. The 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

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-21 Thread Will Spies/Towers Perrin
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 this message from WebLogic

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: Grid

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

Re: Velocity-Tools / Struts

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

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: Will Spies/Towers Perrin) john.corro@corner Subject: Re: Creating reports

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

2001-10-23 Thread Will Spies/Towers Perrin
% ? Will To: [EMAIL PROTECTED] Ted Husted cc: (bcc: Will Spies/Towers Perrin) husted@apache Subject: Re: AW: HOW TO span

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

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

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:

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

Tiles?

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

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: Field level ActionErrors

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

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 struts UIs

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-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: Building struts UIs

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

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

Re: XML screen generation

2001-07-30 Thread Will Spies/Towers Perrin
] Calvin Yu cc: (bcc: Will Spies/Towers Perrin) cyu77@yahoo.Subject: Re: XML screen generation com

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 input name=data.value. For example: input name =data.employeeName/input. I seem to be having difficult referencing these in Javascript due to the .'. Javascript thinks employeeName is a property of data rather than

RE: javascript and struts

2001-05-08 Thread Will Spies/Towers Perrin
. To: '[EMAIL PROTECTED]' Jason Chaffee [EMAIL PROTECTED] JasonChaffee@mcc: (bcc: Will Spies/Towers Perrin

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: Vague session issue

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

RE: POSTing arrays in struts

2001-04-10 Thread Will Spies/Towers Perrin
t ( yes, it's public )? To: [EMAIL PROTECTED] "Niall Pemberton" cc: (bcc: Will Spies/Towers Perrin)

Re: Debugging struts exceptions

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

RE: Debugging struts exceptions

2001-04-10 Thread Will Spies/Towers Perrin
using it for other exceptions. To: [EMAIL PROTECTED] [EMAIL PROTECTED] cc: (bcc: Will Spies/Towers Perrin) elheim.com

RE: POSTing arrays in struts

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

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: html:form action="/saveEmployees" table tr td align="left"

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
Jeremy" cc: (bcc: Will Spies/Towers Perrin) jtaylor@lehmSubject: RE: POSTing arrays in struts

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
[EMAIL PROTECTED] Jeremy" cc: (bcc: Will Spies/Towers Perrin) jtaylor@lehmSubject: RE: POSTing arrays in struts

RE: POSTing arrays in struts

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

RE: POSTing arrays in struts

2001-04-09 Thread Will Spies/Towers Perrin
cc: (bcc: Will Spies/Towers Perrin) niall.pemberton@btIntSubject: RE: POSTing arrays in struts

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

RE: Debugging struts exceptions

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

Debugging struts exceptions

2001-04-04 Thread Will Spies/Towers Perrin
with this? This could be a newbie stupid question. If so I apologize in advance. Thanks for any information! Will - Forwarded by Will Spies/Towers Perrin on 04/04/01 10:54 AM

RE: Debugging struts exceptions

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

Debugging struts exceptions - correction

2001-04-03 Thread Will Spies/Towers Perrin
Oops...I put the wrong tag in there: html:form action="/logon" focus="badproperyname" (see what I mean?) - Forwarded by Will Spies/Towers Perrin

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: html:text property="badpropertyname" size="16" maxlength="16"/ If 'badpropertyname' does not exist the exception I see in the log file is: javax.servlet.ServletException:

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

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