RE: JRun works?

2002-06-26 Thread Jacob Hookom
I've deployed it in its raw format, the JRun logs look okay and I've done tons with struts and Tomcat, just that ActionServlet is not loading the desired Application properties successfully, I'm reading the old mailing list forums to find a resolution, so far, it seems quite common. Thanks!

RE: JRun works? SOLVED!

2002-06-26 Thread Jacob Hookom
Okay, ANYONE ELSE WHO HAS THIS PROBLEM IN THE FUTURE: *ONLY* put the struts jar in the struts-example/WEB-INF/lib/struts.jar If you put it at the server level or any other location for that matter, the ActionServlet will not find your ApplicationResources.properties file. JRun seems to search

Re: SAX Error ?

2002-06-26 Thread Adolfo Miguelez
Do you have Xerces 1.4.4 installed with Struts 1.1b1? From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SAX Error ? Date: Tue, 25 Jun 2002 15:40:00 -0400 I am getting this for every application I started under 1.1b How can I tell

Re: nested:image, image src, nested:write

2002-06-26 Thread Arron Bates
On Wed, 2002-06-26 at 03:11, Barbara Post wrote: Well, this scriplet does not work, it throws an error (com.sun.tools.javac.Main deprecated), because the name attribute is not set. So here we go : what is the name of the current bean using nested tags ? ahem. nested:root %-- here

Re: Tiles And Struts

2002-06-26 Thread Cedric Dumoulin
Hello, For now, the Tiles plugin is not available. If you use Struts1.1, I think you can use the definitions-config file without ActionComponentServlet. In Struts 1.1, the servlet is only used to initialize the tiles definition factory, which in turn read the config file. So, if you

struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
I run into some design issue, which I think is false. I'll explain by this example: I have this html form which I need to use onkeypress event attribute, so I have tried to extends struts's FormTag and add this

select box tag - selection

2002-06-26 Thread Rajesh Pradhan
Hi, I am stuck here again but this time for the select tag. Here I have a group of select boxes and depending on the value selected previously I try to highlight only that label. I have set the values of selected option in the Action but when it comes to jsp, it takes only the first value that is

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 Alan Macfarlane
We used popchart once, it seemed very good. http://industry.java.sun.com/solutions/products/by_product/0,2348,all-4005-1 9,00.html -Original Message- From: Will Spies/Towers Perrin [mailto:[EMAIL PROTECTED]] Sent: 26 June 2002 12:36 To: Struts Users Mailing List Subject: Charting

Re: Best Practice Question/Conceptual Problem

2002-06-26 Thread Ted Husted
There's an option for using a Map if you need more than one parameter. Struts Newsgroup (@Basebeans.com) wrote: Subject: Re: Best Practice Question/Conceptual Problem From: Kenny Smith [EMAIL PROTECTED] === Hi Mark et al, Thank you all for your help, I've gotten it to work, and I

Re: struts design problem, need some advice.

2002-06-26 Thread Ted Husted
The Struts tags already support the Java events as attributes, along with all the 4.01 attributes in the official specification. http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/html/package-summary.html#package_description -- Ted Husted, Husted dot Com, Fairport NY US

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]

Struts Architecture in Cluster mode

2002-06-26 Thread kumar rupesh
Hi all, Can anyone tell me this. I am using struts for my application. Now if I cluster either my application server (iPlanet) or the hard disc itself, Can any one tell me if this struts architecture would work fine without changes. Thanks in advance.

Help on Struts Id

2002-06-26 Thread Chandra Sekharan Bhaskaran
Title: Message How to use styleId in struts for css rgds Bhaskaran **Disclaimer Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual

RE: Struts Architecture in Cluster mode

2002-06-26 Thread Jon.Ridgway
Hi Kumar, Struts itself would be fine. I've deployed apps to a cluster of iAS6/6.5 instances and a cluster of WebLogic instances without problem. Session size does become a performance issue. I believe that form beans are stored in session scope by default, try if practical, to put forms

Re: Can Somebody help me with PDF?

2002-06-26 Thread cforbes
I just wanted to make a comment about PDF generation. Please try FOP! (http://xml.apache.org/fop) I used iText for a while before I found FOP. It will save you tons of (messy) coding : you can replace all those iText method calls with a nice stylesheet. One caveat - FOP requires quite a bit more

RE: SAX Error ?

2002-06-26 Thread wbchmura
Yep, 1.4.4 is installed... -Original Message- From: pelly69 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:23 AM To: struts-user Subject: Re: SAX Error ? Do you have Xerces 1.4.4 installed with Struts 1.1b1? From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

Re: SAX Error ?

2002-06-26 Thread Cedric Dumoulin
Maybe a bad (or old) Tiles config file header. The error report that an xml root element is missing, but Tiles factory seem to have been successfully loaded. The error doesn't say what file is wrong ;-(. Check your tiles config files, and compare them to following header / root component :

html:errors and property and header bug

2002-06-26 Thread Boris Nieuwenhuis
Hi, I find some strange behaviour in de html:errors tag, when I use a form and have two input fields and I separate the errormessages with the property attribute in a form, like: html:error property=name html:text property=name html:error property=pwd html:text property=pwd and the name text

what to store in session?

2002-06-26 Thread [EMAIL PROTECTED]
Consider following situation. User is logging into web application. What to store in session? 1. User object - it can be a large one (about 30 attributes, Strings, associated Objects). In this situation will be only one request to database (on user logon). Then all data will be taken from

RE: SAX Error ? - nope

2002-06-26 Thread wbchmura
Its exactly what I have... I've spent the morning checking DTD's and even going up to the nightly build to see if that helps... -Original Message- From: cedric.dumoulin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:09 AM To: struts-user Subject: Re: SAX Error ?

RE: SAX Error ? - ?

2002-06-26 Thread wbchmura
Through a long process of elimination... Remove a file, restart, see if the error occurs... I got it down to the datetime.tld... Which for some insane reason is a completely empty file... Why would it not spit forth the filename when it had the problem? -Original Message- From:

RE: what to store in session?

2002-06-26 Thread Robert Taylor
I would say it depends. How expensive is a database hit and how many times do you find the need to hit the database to retrieve data? Is all the data used all the time or is just some of the data used? In your application is it acceptible to have a slight delay while loading the users profile?

RE: struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
Hi Tad. You are right about the specification, but there is a long list of attributes that can be used, so why not? At struts there is no way to extend those tags. So in that case I have to write my own Tag. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent:

Re: Tiles And Struts

2002-06-26 Thread Vincent Stoessel
Just out of curiosity, what functionality is lost by using tiles' ActionComponentServlet ? Thanks Ricardo de Souza Moura wrote: Can I use a plugIn to Tiles ? I am not wanting to use the ActionComponentServlet, but I am wanting to use the definitions-config param. There are some way ?

user-tiles-definitions-config.xml

2002-06-26 Thread Carlos Fernandez
Is there a way that you can use more than one user-tiles-definitions-config.xml file? Currently we have an application that uses only one and it's getting veryhard for UI people to access it, due to the "traffic" on that file. Thanks. Carlos x356 -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Charting tools

2002-06-26 Thread cforbes
JFreeChart works great for us. It's free software (LGPL'd). http://www.object-refinery.com/jfreechart/ Casey Will Spies/Towers Perrin said... We are looking for charting tools to integrate in with our struts applications. Anyone have any suggestions? We are evaluating Sitraka's jClass

Re: Dynamic Properties

2002-06-26 Thread Adrian Cunningham
Hi, I have implemented your code below for dynamic forms and it works a treat, I might even say it is a little more convenient than the actual DynaActionForm as you don't have to declare any form properties in the struts-config file. Although I do have one question for you. Have you managed to

Html:options question help

2002-06-26 Thread Eyassu, Daniel
IF I have an ActionFrom that looks like public class WorkAuthForm extends ActionForm { private ArrayList engineers; public ArrayList getEngineers() { return this.engineers; } public void setEngineers(ArrayList engineers) { this.engineers =

RE: user-tiles-definitions-config.xml

2002-06-26 Thread wbchmura
if you are using it as a servlet you can add the multiple files onto it:   (web.xml) servlet param-namedefinitions-config/param-name param-value/WEB-INF/jsp/plantsec/tilesDefinitions.xml,/WEB-INF/jsp/com mon/tiles/tilesGlobal.xml /param-value /servlet An alternative method I also use

Problem with populate the way I want to use it...

2002-06-26 Thread wbchmura
I also can do the instanceof inside that one and cast depending on that, but it would mean I have to code each one in there... Phooey -Original Message- From: Chmura, William B. Sent: Wednesday, June 26, 2002 10:00 AM To: 'struts-user' Subject:Problem with Populate

RE: Charting tools

2002-06-26 Thread Regan, Patrick
We also use popcharts and are very happy with it. Pat -Original Message- From: Alan Macfarlane [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 7:37 AM To: 'Struts Users Mailing List' Subject: RE: Charting tools We used popchart once, it seemed very good.

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Robert Taylor
Have you tried downloading Struts and running the examples that come with the distribution? What settings do you need? What type of project is it? I need some more information in order to help. robert -Original Message- From: Rai, Nandkishore [mailto:[EMAIL PROTECTED]] Sent:

Re: user-tiles-definitions-config.xml

2002-06-26 Thread James Holmes
The Struts Console will support Tiles config files in the next release (out in a week or so). That should make managing the files much easier. Struts Console: http://www.jamesholmes.com/struts/ I know it doesn't help you now, but thought I would give you a heads up. -james [EMAIL PROTECTED]

RE: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread Chen, Dean (Zhun)
There's a lot of issues with 5.1, I'm having trouble installing any struts apps that uses ApplicationResources.properties file. There's also problems with WebLogic classloaders, they load up the files in the wrong order. Dean Chen -Original Message- From: Chris Hardin [mailto:[EMAIL

Re: DispatchAction

2002-06-26 Thread matt_raible
Try LookupDispatchAction - this allows you to map button names (vi ApplicationResources.properties) to your button names. jakarta site - struts - javadocs. HTH, Matt --- In [EMAIL PROTECTED], Tim T. Young [EMAIL PROTECTED] wrote: I am using a subclass of DispatchAction to route multiple

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Rai, Nandkishore
yes i was able to run the sturts on jakarta but not on servlet exec it is giving execpions i will tell you one second -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:34 AM To: Struts Users Mailing List Subject: RE: How to implement

Re: Tiles And Struts

2002-06-26 Thread Cedric Dumoulin
By using tiles ActionComponentServlet , no Struts functionalities are lost. You gain one : the ability to use Tiles definitions names as Struts forward. Note that Struts1.1 also require the TilesRequestProcessor to enable Tiles. Cedric Vincent Stoessel wrote: Just out of curiosity,

ACCEPT-CHARSET in form?

2002-06-26 Thread @Basebeans.com
Subject: ACCEPT-CHARSET in form? From: Torgeir Veimo [EMAIL PROTECTED] === Is there any way of setting the accept-charset attribute on a form element with the struts html taglib? Eg. ' html:form action=/article method=POST accept-charset=utf-8 -- -Torgeir -- To unsubscribe, e-mail:

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Robert Taylor
Okay. BTW, which version of Struts are you using? -Original Message- From: Rai, Nandkishore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:41 AM To: 'Struts Users Mailing List' Subject: RE: How to implement sturts on Servlet Exec yes i was able to run the sturts

OptionTag BodyContent

2002-06-26 Thread emmanuel.boudrant
Hello, For my framework extended from struts, I need to create a input tag witch encapsulate some options tags with my business parameter. I have created a tag with this pattern : public int doStartTag() { for ( all parameter ) { org.apache.struts.taglib.html.OptionTag option = new

Re: ApplicationResources.properties location

2002-06-26 Thread Ted Husted
It needs to be on the class-path, like any standard resource bundle. Where does WebLogic want you to put resource bundles? Chen, Dean (Zhun) wrote: Is there a way to put ApplicationResources.properties inside WEB-INF instead of WEB-INF/classes/.? I'm trying to work around the

Re: ActionError strange behavior

2002-06-26 Thread Barbara Post
check errors.header and errors.footer, they must be present even blank in your ApplicationResources.properties Babs - Original Message - From: Oren Gross [EMAIL PROTECTED] To: Struts User (E-mail) [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 6:17 PM Subject: ActionError strange

Re: Tiles And Struts

2002-06-26 Thread Vincent Stoessel
Thanks. That's what I thought. I was wondering why the original poster id not want to use it. Cedric Dumoulin wrote: By using tiles ActionComponentServlet , no Struts functionalities are lost. You gain one : the ability to use Tiles definitions names as Struts forward. Note that

License and copyrighted code

2002-06-26 Thread Tim T. Young
I am preparing technical and business information to deliver to a technology group at my firm. I know the issue of licensing and copyright will come up and of course I have read and studied the Apache license. One question I know will be asked is this: How does the Apache process (with its

RE: what to store in session?

2002-06-26 Thread Jon.Ridgway
Hi All, I'd add to Roberts very pertinent comments that Clustering as mentioned in an earlier post is also an issue here. If you intend to run your app in a cluster then session size becomes an issue; as your user object *may* be copied over the network to other machines. Also the projected

RE: ApplicationResources.properties location

2002-06-26 Thread Chen, Dean (Zhun)
Do I need to have WEB-INF/classes/ in my class path? Doesn't WebLogic load up files in WEB-INF? it sees the *.class files in WEB-INF/classes. Any WebLogic gurus out there that might know this answer? Dean Chen -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent:

Learning by doing: longer

2002-06-26 Thread Vincent Stoessel
I think I will go for JSP Site Design, thanks for that. OK, it's time for me to get real basic here. I want to make the ulimate Hello MVC Struts app from scratch as a learning exercise and for a tutorial that I will freely post and give away. Platform: tomcat 4.01 , struts 1.1 with

Re: ActionError strange behavior

2002-06-26 Thread Tim T. Young
In your ApplicationResources.properties file put errors.header= and errors.footer= lines with either something meaningful or just nothing and they will go away. Tim

Re: Charting tools

2002-06-26 Thread stefan werner
Hi, maybe you want to try svg and batik?! Here is a basic Jsp1.2 taglib to handle svg inside your jsp. The tag is using Batik to convert svg sources to jpg, png or tiff files. You will find a dynamic chart example here:

RE: JRun works? SOLVED!

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Jacob Hookom wrote: Date: Wed, 26 Jun 2002 01:41:06 -0500 From: Jacob Hookom [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: JRun works? SOLVED! Okay, ANYONE ELSE WHO HAS THIS

RE: java printing (off-topic)

2002-06-26 Thread Raffy_Lata
Sorry about the OOTO message yesterday, our lan admin turned it on and didn't notify me... James, I meant printing on a shared devide from the web server James Mitchell [EMAIL PROTECTED] on 06/25/2002 10:11:36 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED]

how to remove ActionForm from session

2002-06-26 Thread Hoang, Hai
Most of my forms are in the session scope. I want to remove it from the session object when I am done using it. My question is, is there a way for me remove those forms? Remove an object from the session is easy but how do I know which one to remove? -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Help on Struts Id

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Chandra Sekharan Bhaskaran wrote: Date: Wed, 26 Jun 2002 17:55:51 +0530 From: Chandra Sekharan Bhaskaran [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Help on Struts Id How to use

RE: Struts sequence diagrams

2002-06-26 Thread Dan Cancro
Check this one out. http://members.telocity.com/dcancro/images/eng/Struts_MVC.gif -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:23 AM To: '[EMAIL PROTECTED]' Subject: Struts sequence diagrams Hi, I am

Re: Learning by doing: longer

2002-06-26 Thread Joe Germuska
So what is the first step, creating a struts-config file, writing the business logic class/bean/taglib or drawing a pretty visio diagram? Last time I started a Struts project, I began by identifying all the action mappings I'd need. I was sort of operating along the lines of the Struts

Re: Tiles And Struts

2002-06-26 Thread Ricardo de Souza Moura
Thanks to all !!! _ Converse com amigos on-line, conheça o MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to avoid storing data in session (we prefer request scoped data) when the JSP requires form validation?

2002-06-26 Thread Nekkalapudi, Viplava
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 11:31 AM To: Struts Users Mailing List Subject: Re: what to store in session? On Wed, 26 Jun 2002, [EMAIL PROTECTED] wrote: Date: Wed, 26 Jun 2002 15:19:48 +0200 From: [EMAIL

Re: Learning by doing: longer

2002-06-26 Thread Kevin . Bedell
So what is the first step, creating a struts-config file, writing the business logic class/bean/taglib or drawing a pretty visio diagram? Here's a methodology I've used: 1. Create use cases for the application. From these identify all user screens required. Make sure here you identify both

Collection for ResultSet

2002-06-26 Thread @Basebeans.com
Subject: Collection for ResultSet From: David Chu [EMAIL PROTECTED] === What is the preferred method to iterate through the rows of a database query from a JSP under the Struts framework? Should I write a class that dumps the contents of a ResultSet into some Collection? It seems this is a

RE: Collection for ResultSet

2002-06-26 Thread Joseph Barefoot
I'm not sure how everyone else does it, but we always map the contents of a ResultSet to a Collection of beans to be stored in the request or session for display by the JSP tags. peace, Joe -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Wednesday, June

RE: Collection for ResultSet

2002-06-26 Thread Kamholz, Keith (corp-staff) USX
I just learned how to do this sort of database work yesterday. Obviously I'm no expert, but it seems like you should just do exactly what you thought. A ResultSet is generally not scrollable, so you should probably put the retrieved info in a collection. Any of those database experts out there

logic:equal problem

2002-06-26 Thread Beccio, Paul
Hello, I was running into a problem with the logic:equal tag: logic:equal name=country property=countryCode value=5 option value=bean:write name=country property=countryCode / selected /logic:equal I wanted the country with the value of 5 to be selected... easy enough- However,

Re: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread Daniel Jaffa
I have struts working fine in 5.1 sp 11 and 5.1 sp 8. Just make sure that you have your weblogic class path and java class path built correctly. I put the struts.jar in the weblogic classpath and it works fine. And put your xerces.jar in the java class path - Original Message - From:

Re: Collection for ResultSet

2002-06-26 Thread Daniel Jaffa
ArrayList of java beans works great. - Original Message - From: Kamholz, Keith (corp-staff) USX [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 1:46 PM Subject: RE: Collection for ResultSet I just learned how to do this sort of

Re: License and copyrighted code

2002-06-26 Thread Tim T. Young
Thanks Craig, this information will help me explain that the risk is low (and I like your point that the same risk is also present with in-house developers, too). Thanks, Tim

RE: Collection for ResultSet

2002-06-26 Thread Susmita Pati
Putting it into a Vector is the perfect bet... -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 1:53 PM To: Struts Users Mailing List Subject: Re: Collection for ResultSet ArrayList of java beans works great. - Original Message -

RE: Collection for ResultSet

2002-06-26 Thread Dan Cancro
Where do folks do this? In their business object classes or their Action classes? Or some other place? -Original Message- From: Susmita Pati [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:58 AM To: 'Struts Users Mailing List' Subject: RE: Collection for ResultSet

Messaging problems...

2002-06-26 Thread wbchmura
HELP ME I have two applications. One of them is passing messages back to the JSP fine. Works wonderfully. The other I am doing the EXACT SAME way, and when it hits the tag in my JSP it generates the error at the bottom of this email: My action servlet does this: ---

RE: Collection for ResultSet

2002-06-26 Thread Joseph Barefoot
If you need synchronized access, yes. An ArrayList is a slightly more lightweight component as its methods are not synchronized. This means it is not thread-safe, but since every session is contained in its own thread, it can be safely used for page, request, or session scopes. Anything placed

RE: Collection for ResultSet

2002-06-26 Thread Shekhar Jain
You can use a CachedRowSet instead of a ResultSet and then just iterate thru that in the JSP Shekhar Jain -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: Collection for ResultSet Subject:

RE: Collection for ResultSet

2002-06-26 Thread Joseph Barefoot
The preferred method is to retrieve the Collection of beans using a business object or Data Access Object from your Action class. In practice, we've ended up with some of this code in our Action classes, but it is really a better idea to put your database access methods in as few classes as

RE: Collection for ResultSet

2002-06-26 Thread Jerome Jacobsen
In a Data Access Object (DAO). Keep your business object as persistence agnostic as possible. http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/ -Jerome -Original Message- From: Dan Cancro [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:01 PM To:

RE: Collection for ResultSet

2002-06-26 Thread Joseph Barefoot
Good point. Woudn't this require more logic in the JSP to retrieve values from the CachedRowSet though? I mean, won't you have to write code like % int displayValue = getInt(n++); % in order to retrieve values? peace, Joe -Original Message- From: Shekhar Jain [mailto:[EMAIL

Re[2]: what to store in session?

2002-06-26 Thread Rick Reumann
On Wednesday, June 26, 2002, 12:31:11 PM, Craig wrote: CRM * Do not store complete data structures that are large and complex, CRM unless they really represent shared application data (in which case CRM they should probably be in the servlet context attributes instead). CRM * Hide the

how to get multiple value from action class

2002-06-26 Thread Toni Nehme
Hi, who can help me out on how to deal with multiple selected value from jsp in action class, how to define this property, I thought I can define it as Vector, sounds don't make sense, how bean form to handle this senario html:select multiple=true html:options /html:options Thanks.

RE: Collection for ResultSet

2002-06-26 Thread Chen, Dean (Zhun)
We use a collection of beans. We also have a generic bean that can be created based on resultset. So we basically have one bean and one collection class for all types of resultsets. Dean Chen -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27,

RE: java printing (off-topic)

2002-06-26 Thread James Mitchell
This is an interesting requirement, and I'd like to see how it turns out. Personally, my implementation would involve sending jobs to an asynchronous printing service (JMS/queue) on the back end. Just my thoughts.good luck!!! James Mitchell Software Engineer\Struts Evangelist

Re[2]: what to store in session?

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Rick Reumann wrote: Date: Wed, 26 Jun 2002 14:19:52 -0400 From: Rick Reumann [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re[2]: what to store in session? On Wednesday, June 26, 2002, 12:31:11

RE: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread Chen, Dean (Zhun)
I thought struts.jar is supposed to go into WEB-INF/lib. Dean Chen -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 1:51 PM To: Struts Users Mailing List Subject: Re: Struts and WebLogic 5.1 from WebLogic 6.1 I have struts working fine

Re: Collection for ResultSet

2002-06-26 Thread @Basebeans.com
Subject: Re: Collection for ResultSet From: David Chu [EMAIL PROTECTED] === I am no expert bean developer, so this question may seem trivial to most of you: Supposing I have a ResultSet with colmnn names x, y and z, how can I implement a generic bean that has getter's and setter's such as getX

RE: Html:options question help

2002-06-26 Thread James Mitchell
Try adding type=com.whatever.Engineer html:select property=id value=name html:options collection=workAuthForm.engineers type=com.whatever.Engineer Here labelProperty=name property=id/ /html:select HTH James Mitchell Software Engineer\Struts Evangelist

Problem with Populate the way I want to use it...

2002-06-26 Thread wbchmura
Hey... My problem for the day involves the bean utilities and the populate method. Under normal circumstances I use it and it works fine. but now I am leaving the beaten path and crashing through the woods. What I have is a method that performs my SQL call and gets the result set. It

Re[3]: what to store in session?

2002-06-26 Thread Rick Reumann
Thanks so much Craig, this has been tremendously helpful! Some comments below... On Wednesday, June 26, 2002, 2:38:54 PM, Craig wrote: CRM My suggestion is to implement this logic inside a bean that hides whether CRM or not you are really caching the data or not -- say a StoresBean CRM

RE: Problem with Populate the way I want to use it...

2002-06-26 Thread Nelson, Laird
-Original Message- From: [EMAIL PROTECTED] If I remove the cast then it blows up with an argument mismatch somewhere in the bowels of the beanutils... Class factory = target.getClass(); Object bean = factory.newInstance(); BeanUtils.populate(bean,map);

RE: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread don . keeting
It is supposed to go into WEB-INF/lib according to the spec, but I have not been able to get that to work in WebLogic 6.1. I created a struts app in a war file and deployed it to Tomcat. The app worked fine in tomcat. I then copied the app to WebLogic 6.1 and deployed it. I receive many

Re: bean:write format

2002-06-26 Thread Sandeep Takhar
bean:message --- Graham Lounder [EMAIL PROTECTED] wrote: Hello All, I can't seem to find much documentation on the format option of the bean:write tag. I've search the mail archive and couldn't find anything. I was able to format numbers by using ###.##0.00 in the format option. My

RE: Collection for ResultSet

2002-06-26 Thread Dan Cancro
So does that mean the only things that know your database table and field names are your DAOs? -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 11:10 AM To: Struts Users Mailing List Subject: RE: Collection for ResultSet In a

Content Management Systems - Any advice?

2002-06-26 Thread Mete Kural
Hello All, Does any of you know a little about Jakarta Slide or OpenCMS? I'm looking for a content management system to ease website maintenance. What advice would you give on a CMS to use with a Struts-based webapp? Thanks, Mete Kural __ Do You

RE: Collection for ResultSet

2002-06-26 Thread Chen, Dean (Zhun)
Check out Jakarta's Commons BeanUtils. Dean Chen -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:55 PM To: [EMAIL PROTECTED] Subject: Re: Collection for ResultSet Subject: Re: Collection for ResultSet From: David Chu [EMAIL

Re[3]: what to store in session?

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Rick Reumann wrote: Date: Wed, 26 Jun 2002 15:16:11 -0400 From: Rick Reumann [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re[3]: what to store in session? Thanks so much Craig, this has been

Re[4]: what to store in session?

2002-06-26 Thread Rick Reumann
Sorry Craig, I just realized I misread some of what you originally wrote. You were talking about sharing 'across' applications and I wasn't concerned with that so much. You can ignore my previous post. I apologize. Rick On Wednesday, June 26, 2002, 3:16:11 PM, Rick wrote: RR Thanks so much

RE: Content Management Systems - Any advice?

2002-06-26 Thread Yerramreddy, Sridhar
BroadVision has a pure XML based content management system. Let me know if you need more information. Thanks! Sridhar -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:31 PM To: [EMAIL PROTECTED] Subject: Content Management Systems - Any

Re: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread Daniel Jaffa
These are just some of the problems with Weblogic 5.1. Remember that Weblogic 5.1 is not j2ee certified. So you might have to jump through so hoops - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 3:19 PM Subject: RE: Struts and WebLogic

Re: Struts and WebLogic 5.1 from WebLogic 6.1

2002-06-26 Thread Kevin . Bedell
We have a problem where we have completed an app for a customer on WebLogic 6.1 using all aspects of the EJB2.0 API and Struts and now the customer refuses to upgrade. What are some issues that we will faced retrofitting the app to WebLogic 5.1. Specifically, how is struts going

RE: Collection for ResultSet

2002-06-26 Thread Jacob Hookom
I had some problems with unsynchronized lists and the iterate tag with causing a memory leak in tomcat, where it would jump about 500kps in memory usage until the VM crashed. I had developed a DAO implementation that did the same thing, send it a sql string and it used BeanUtils to populate a

RE: Collection for ResultSet

2002-06-26 Thread Joseph Barefoot
I don't understand how an unsynchronized list can be responsible for a memory leak, unless it was: A) being written to in the iterate tag, and B) being accessed by multiple threads. B) would only be possible (AFAIK) if the list in question were in some place besides the request or session

Action as Welcome File

2002-06-26 Thread Jerry Jalenak
Is it possible to do the following? in web.xml.. servlet servlet-nameaction/servlet-name . . . /servlet servlet-mapping servlet-nameaction/servlet-name

RE: Action as Welcome File

2002-06-26 Thread Rathore, Pavan
Instead of that You can make a dummy (xyz.jsp) and then in xyz.asp you can Redirect to index.do Pavan -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:07 PM To: '[EMAIL PROTECTED]' Subject: Action as Welcome File Is it possible to do

RE: Action as Welcome File

2002-06-26 Thread Kevin . Bedell
Another approach is to use the refresh META tag. This is supported by most browsers. Specifically: welcome-file-list welcome-fileindex.html/welcome-file /welcome-file-list Then, in index.html: html head titleRedirect to our home page/title META

  1   2   >