Aggregator in Struts 1.1

2002-06-06 Thread Radhika Nadkarni
hi, CAn anyone tell me wat is Aggregator in Struts 1.1 ??? _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Aggregator in Struts 1.1

2002-06-06 Thread James Mitchell
I never mess with that...too many sharp teeth you know. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://struts-atlanta.open-tools.org ICQ: 27651409 AOLIM: jmitchtx (and NO I don’t use AOL;) -Original Message- From:

logging problems

2002-06-06 Thread Step
I encounter this problems when I run my application. Can anyone show me where I get wrong??? Thanks java.lang.NullPointerException at org.apache.commons.logging.impl.Jdk14Logger.warn(Jdk14Logger.java:290) at

RE: Flash and Struts

2002-06-06 Thread micael
Don't pay any attention to this guy, Joe. He is a luddite. At 05:05 PM 6/5/2002 -0400, you wrote: Oh boy! Just when I was getting bored, too! -Original Message- From: Joe Rice [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 5:03 PM I'm new to Flash but have still been

Weblogic 6.1 and Struts

2002-06-06 Thread Ext-Rahul.Mahindrakar
Hi, I am having the following problems when I try to move the deployed sample application to a target server . Any help will be very helpful. Thanks Jun 5, 2002 4:36:58 PM EEST Debug HTTP D1200034 wlcsServer main system 101158 Exception thrown while loading struts-blank:

RE: Flash and Struts

2002-06-06 Thread micael
Once again, Mark, you display your lack of knowledge about Flash. I think you must have learned about $.05 worth and think that is the whole game. You should suspect it is not. Anyway, as we know, JSP pages are, after all, servlets in the end, aren't they? At 05:32 PM 6/5/2002 -0400, you

RE: Flash and Struts

2002-06-06 Thread micael
The biggest problem is when you have to access other files from within the Flash. That is a matter that impacts directly on the struts architecture. At 06:23 PM 6/5/2002 -0400, you wrote: Think of your Flash movie as a very basic HTML form/page, this is because you don't have the flexibility

RE: logging problems

2002-06-06 Thread Vikram Goyal01
You need to provide more information for anybody to be able to help you. A nullpointerexception is mostly because you tried to invoke a method on an object without instantiating it first. Looks like in your actionclass there is a null object. Rgs V -Original Message- From: Step

RE: Flash and Struts

2002-06-06 Thread Vikram Goyal01
Ok I have not used Flash with struts but I would like to give this a shot.. Apologies if this seems totally out of whack.. Isn't Flash merely an embed in the jsp page? The browser does not know that the current page is being driven by Flash + Struts. Sooo a Flash + Struts development project

RE: Flash and Struts

2002-06-06 Thread micael
A Flash file is just a file at one level. To think that it is somehow paired off against or contrary to struts in any way is not a correct perspective, in my view. Essentially, the use of JFIF technology has its place, and, once worked on a bit, melds nicely with struts. There is always the

RE: Flash and Struts

2002-06-06 Thread Vikram Goyal01
The issue, again, is not the reference TO the swf files. That is a piece of cake. The issue is mainly the references FROM the swf files, that is a bit hairy. -- Aggreed.. Again, the talking to the Flash can very well be a struts issue. There are ways to do this that can be created,

RE: Flash and Struts

2002-06-06 Thread James Mitchell
I happen to know that Mark is actually a Munk in Germany named Heimschtoleik FrugenSchmidtzel III and he has secretly stolen and is using an identity from a farmer in Redmond, WA. (where the men are men, and the sheep are nervous) Late at night you can hear him pecking on his laptop from the

RE: Flash and Struts

2002-06-06 Thread Vikram Goyal01
LOL -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 1:18 PM To: Struts Users Mailing List Subject: RE: Flash and Struts I happen to know that Mark is actually a Munk in Germany named Heimschtoleik FrugenSchmidtzel III and he has secretly

parametred name fields

2002-06-06 Thread Nicolas Lapenne
Hello, If I have a jsp file with an undeterminated number of components, how can I use the ActionForm validation with parametred name fields ? Is it possible with struts ? How ? example : I want the user put the surname and name of n men in a form, and use a ActionForm without create n instance

RE: parametred name fields

2002-06-06 Thread Sai Prasad Baba Subramanyan (Cognizant)
Yes, as you can use HttpServletRequest parameter in public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) method to do it. -Sai -Original Message- From: Nicolas Lapenne [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 01:34 PM To: Struts Users Mailing

RE: Weblogic 6.1 and Struts

2002-06-06 Thread Arnaud Heritier
I had this problem. It was a problem with WL 6.1 SP2. I don't remember which patch I needed to use but I know that there was one. Contact the WL support to obtain it. Arnaud -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: jeudi 6 juin 2002 08:59 A:

RE: Weblogic 6.1 and Struts

2002-06-06 Thread Ext-Rahul.Mahindrakar
Thanks for the reply -Original Message- From: ext Arnaud Heritier [mailto:[EMAIL PROTECTED]] Sent: 06 June, 2002 11:07 To: 'Struts Users Mailing List' Subject: RE: Weblogic 6.1 and Struts I had this problem. It was a problem with WL 6.1 SP2. I don't remember which patch I needed to

RE: Weblogic 6.1 and Struts

2002-06-06 Thread Ext-Rahul.Mahindrakar
do you know whom i need to contact -Original Message- From: ext Arnaud Heritier [mailto:[EMAIL PROTECTED]] Sent: 06 June, 2002 11:07 To: 'Struts Users Mailing List' Subject: RE: Weblogic 6.1 and Struts I had this problem. It was a problem with WL 6.1 SP2. I don't remember which patch

Re: parametred name fields

2002-06-06 Thread Nicolas Lapenne
I know, but by this way I can't use the FormAction objects to fill the form. - Original Message - From: Sai Prasad Baba Subramanyan (Cognizant) [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 10:03 AM Subject: RE: parametred name fields

RE: Weblogic 6.0 and Struts

2002-06-06 Thread Ext-Rahul.Mahindrakar
Hi, Since I am facing unknown problems in weblogic 6.1 I have migrated back to 6.0 to try and use struts but after deploying a sample application i get the following error. or worse will be displayed in this window. This can be changed at Admin Console mydomai n Servers myserver Logging

RE: parametred name fields

2002-06-06 Thread Sai Prasad Baba Subramanyan (Cognizant)
I don't think this is possible in Struts. -Original Message- From: Nicolas Lapenne [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 01:51 PM To: Struts Users Mailing List Subject: Re: parametred name fields I know, but by this way I can't use the FormAction objects to fill the

RE: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread SATISH.T
hi When u show the list of values(I guess ur showing the user name as a href) , I guess u can u can hard code the mapping for your next action class (UserDetailsAction) and also pass the id of the user as a parameter by appending to the url .You can call a javascript function to do all this. In

Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

2002-06-06 Thread Dirk Storck
___ Bitte beachten Sie unsere neue Adresse Dirk Storck,

RE: Weblogic 6.1 and Struts

2002-06-06 Thread Ext-Rahul.Mahindrakar
Here is the actual trace again. Any information about how to solve this will be really helpful Thanks Rahul. java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException: Distributed Management [1 exceptions] at

RE: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread Anjali Jain
Hi Satish, thanx for the prompt reply. My query is bit different: What I'm asking about is after I've the details of the clicked user, how to send them to UserDetails.jsp from ListUserAction.java ---anjali -Original Message- From: SATISH.T [mailto:[EMAIL PROTECTED]] Sent:

Console created by James Holmes

2002-06-06 Thread Radhika Nadkarni
hi, can we create Action forms, Action classes, web.xml using Console created by James Holmes ??? _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Weblogic 6.1 and Struts

2002-06-06 Thread Arnaud Heritier
you must register on http://support.bea.com/welcome.jsp with an evaluation release you can have 60 days of support. -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: jeudi 6 juin 2002 10:09 A: [EMAIL PROTECTED] Objet: RE: Weblogic 6.1 and Struts do

Re: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread Nicolas Lapenne
Hi, I have already uncounter the same problem. In fact you don't use the right form in ListUserAction. You have to do make your web-config.xml differently, like behind : action-mappings action path=/listUser type=ListUserAction input=/listUser.jsp name=listUserForm scope=request

dynamic form properties

2002-06-06 Thread Yaman Kumar
Hi, I have a requirement to create (n number of)radio buttons dynamically.I would like to validate them at form, How would i do this as these are dynamic properties?. Like Administrator has got 3 options to choose against each student name, ex. in MVC it looks like % for (int

RE: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread Anjali Jain
thanx a lot Nicolas for the prompt reply. all the settings in the web.xml or struts-config.xml has laready been done. By looking at ur solution, I think control will first got UserDetailsAction.java an' then to UserDetailsForm.java Is it possible?? anyways I'll try out ur solution now.

Re: [ServletException in:/createReport/getGroupId.jsp] Cannot fin d bean under name groupQuery'

2002-06-06 Thread Angela Day
Mark, Thanks. Should have been obvious, but I didn't see it. Angela Galbreath, Mark wrote: Yeah, the container can't find the collection...? html:options iterates through a collection of beans. You are trying to iterate through an array - can't be done. Mark -Original Message-

Re: [ServletException in:/createReport/getGroupId.jsp] Cannot fin d bean under name groupQuery'

2002-06-06 Thread Angela Day
I converted it to a collection and I still get the same error? Please Help, Angela Galbreath, Mark wrote: Yeah, the container can't find the collection...? html:options iterates through a collection of beans. You are trying to iterate through an array - can't be done. Mark -Original

Re: Design Advice - Relational Databases Java Objects

2002-06-06 Thread Robert Taylor
Transaction lives in the VM and therefore the DAOs have access to its static methods which are used to get the Connection in the current thread via the methods described below. If you have any further questions about implementation, please email me directly, [EMAIL PROTECTED], so we can cut down

html:error tag

2002-06-06 Thread Schmidt, Carl
The docs for the property attribute of this tag state: Name of the property for which error messages should be displayed. The property of what? The bean specified by name? Carl -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread Nicolas Lapenne
With my solution, you will go directly to the UserDetailsAction without passing through UserDetailsForm.validate() because validate is at false in struts-config.xml, but you will able to use UserDetailsForm properties to fill your form inside UserDetailsAction.java. After that you have to make a

Re: html:error tag

2002-06-06 Thread Nicolas De Loof
Property of the FormBean that is used by jsp tags to build HTML input fileds. if your JSP uses : html:form ... ... html:errors property=birthdate/ html:text property=birthdate / ... /html:form if validation failed on birthdate property, error will be displayed just before this text field Nico

Struts ServiceManager and Struts PlugIn

2002-06-06 Thread dbgroups
hello: Would someone enlighten me on proper role of: 1) Struts PlugIn: add features without the requirement of extending ActionServlet. 2) Struts ServiceManager: extend Struts framework without the need to extend ActionServlet. What is the thinking of other add-ons such as Tiles?

RE: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread SATISH.T
Hi... Mebbe this piece of code might help u. In ur listUserDetails.jsp I guess u r doing sth like this td a href=javascript:userClicked(bean:write name='userInfo' property='userId'/) /a ur javascript function should forward set form action to the requsite class mapping userClicked(userId){

RE: [ServletException in:/createReport/getGroupId.jsp] Cannot fin d bean under name groupQuery'

2002-06-06 Thread SATISH.T
Hey...dunno if it works the way u doing it or notbut u seem to be setting a list of form beans under collection. I do it this way for a collection object for a combo box and it works fine. html:select property=groupId html:options

Re: html:error tag

2002-06-06 Thread Nicolas Lapenne
There is a propertie file define in web.xml (for behind, it's ApplicationResources.properties located in youProject/source/ ) init-param param-nameapplication/param-name param-valueApplicationResources/param-value /init-param where you add an error to you ActionError,

[WANTED] Struts Editor for Jakarta Newsletter

2002-06-06 Thread Ted Husted
http://www.mail-archive.com/general%40jakarta.apache.org/msg05603.html I can keep the News and Status page updated from week to week, but if it would be great if someone wanted to do a monthly highlight of what's happening on the lists. -- Ted Husted, Husted dot Com, Fairport NY US --

RE: [WANTED] Struts Editor for Jakarta Newsletter

2002-06-06 Thread Vikram Goyal01
By Lists you mean the struts mailing list ? Rgs V -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: [WANTED] Struts Editor for Jakarta Newsletter

RE: [ServletException in:/createReport/getGroupId.jsp] Cannot fin d bean under name groupQuery'

2002-06-06 Thread Galbreath, Mark
Let's see the relevant source. -Original Message- From: Angela Day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 5:10 PM I converted it to a collection and I still get the same error? Please Help, Angela -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Please recommend a IDE

2002-06-06 Thread Galbreath, Mark
You're male, right? Man, we ALL pay...one way or another. -Original Message- From: Dave Derry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:12 PM I NEVER pay!! - Original Message - From: Galbreath, Mark [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 5:28 PM

RE: Please recommend a IDE

2002-06-06 Thread Galbreath, Mark
That's either an oxymoron or...nah, not going there. -Original Message- From: Dave Derry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:13 PM Krispy Kreme?? - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 5:30 PM All

RE: [ANNOUNCE] Struts Console v1.12

2002-06-06 Thread Galbreath, Mark
Cool - thanks James! This version includes the documentation, right? ;-) -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:18 PM Struts Console version 1.12 is now available. http://www.jamesholmes.com/struts/ Download Now:

A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
I have this action mapping: action path = /createMediaDesc type = fi.funet.medar.actions.UpdateRecording name = RecordingForm scope = session forward name = success path = /insert_ok.jsp / forward name = review path = /createMediaDesc /

Dynamic FormBean properties to display dyanamic controls

2002-06-06 Thread Yaman Kumar
Hi Tim, I could not get, can u elaborate it? As i found this thread in struts-archive, I have a problem similar to this one. I would like to display 3 radio buttons per row(student info) grouped as one. and like that it would display no of rows(students). So As there are not dynamic properties

Re: Struts Design question

2002-06-06 Thread Mark Nichols
From: Yaman Kumar [EMAIL PROTECTED] I have a AformBean in A.jsp and the page action is actionA, actionA processed all AfromBean values and got some dynamic data from Database,Now i would like to keep this data in BFormBean and the actionA forwards the output to B.jsp how to keep the data

Re: A basic action mapping doesn't work

2002-06-06 Thread ajTreece
createMediaDesc is your action so the forward path should be /createMediaDesc.do Later, aj If it is an action then try path=/createMediaDesc.do If it is a tiles definition then try path=creatMediaDesc Aleksi Kallio wrote: I have this action mapping: action path = /createMediaDesc

Re: Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

2002-06-06 Thread Mark Nichols
- Original Message - From: Dirk Storck [EMAIL PROTECTED] To: Struts User (E-Mail) [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 4:00 AM Subject: Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

Re: Design Advice - Relational Databases Java Objects

2002-06-06 Thread Roy Truelove
Have you looking into Torque at all? (http://jakarta.apache.org/turbine/torque/index.html) It's been recently decoupled from Turbine and offers excellent object- relational mapping. I have about 30 tables in my project and haven't written any SQL yet! Good luck, Roy - Original Message

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
Uh, that's Luddite, to you, bourgeoisie pig. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:57 AM To: Struts Users Mailing List Subject: RE: Flash and Struts Don't pay any attention to this guy, Joe. He is a luddite. At 05:05 PM 6/5/2002

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
I'm missing your barb...did I not just admit I don't know how this is done, and directed the query to someone who would? Care to play again? -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:59 AM Once again, Mark, you display your lack of

RE: A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
I'm trying to invoke it directly ie. I point my browser to: myHost/medar/createMediaDesc.do I corrected the review-forward and now the error is gone: browser just keeps on loading and timeouts. So it works even less now. Tomcat logs say nothing interesting and all I get is a blank browser

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
You take everything s personal! It's nothing personal at all - I don't even know you. Post cards from the edge, eh? Looking forward to 'em. You have a friend? -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 3:16 AM Mark makes fun of my

RE: html:error tag

2002-06-06 Thread Galbreath, Mark
The name of the property in Application.Resources. -Original Message- From: Schmidt, Carl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 6:07 PM The docs for the property attribute of this tag state: Name of the property for which error messages should be displayed. The

Re: Console created by James Holmes

2002-06-06 Thread Roy Truelove
http://www.jamesholmes.com/struts/console/ Looks like it's just able to visually edit Struts configuration files and ... convert Pages (*.htm, *.html, *.jsp) to use the Struts HTML tag library for form handling. I know I shouldn't say *just* able to, because what it *can* do is very helpful.

RE: Jump Menu

2002-06-06 Thread Galbreath, Mark
I just posted a rather comprehensive example of this behavior a few days ago; look in the archive for newbie question on iterate. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg32505.html Mark -Original Message- From: Sudhir [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: A basic action mapping doesn't work

2002-06-06 Thread ajTreece
Within the createMediaDesc action How do you get from a review forward to success? I'm certainly no expert in the ways of Struts, but without looking at UpdateRecording.java it looks like you could be stuck in an endless loop. Later, aj Aleksi Kallio wrote: I'm trying to invoke it

Re: [Struts Tips] #2 - Template Method Dispatch Action?

2002-06-06 Thread Ted Husted
Adding dispatch support to the ExecuteLogic() method does sound like an interesting project for someone ... Molitor, Stephen wrote: Why are the Framework and Dispatch approaches mutually exclusive? It seems like you could do both -- have a base action with extension points (hot spots),

RE: preloading the values of next pageAction form in Action of previous page.

2002-06-06 Thread Anjali Jain
thanx a lot Nicolas. it works. ---anjali -Original Message- From: Nicolas Lapenne [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 3:28 PM To: Struts Users Mailing List Subject: Re: preloading the values of next pageAction form in Action of previous page. With my solution, you

Re: Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

2002-06-06 Thread James Holmes
Try: http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd It holds all of the information about the config file elements. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Dirk Storck [EMAIL PROTECTED] wrote:

Re: A basic action mapping doesn't work

2002-06-06 Thread Aleksi Kallio
Stupid me... Endless loop it was indeed. Now everything works fine, thanks very much! Within the createMediaDesc action How do you get from a review forward to success? I'm certainly no expert in the ways of Struts, but without looking at UpdateRecording.java it looks like you could be

Re: Console created by James Holmes

2002-06-06 Thread James Holmes
Right now you can only edit Struts configuration files and convert JSP/HTML pages into Struts(ized) pages. You can also plug the Struts Console into many IDEs for seamless management from one piece of software. It's very likely that you will be able generate other files in the future. Also

RE: [ANNOUNCE] Struts Console v1.12

2002-06-06 Thread James Holmes
I'm working on integrating some documentation into the app. This will take time so please bare with me. For now please visit the DTD. http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Galbreath, Mark [EMAIL PROTECTED]

Need Advice using templates with Struts

2002-06-06 Thread Frost, Howard
My HTML pages are made up of small rectangles of data which get reused around the web site. Each rectangle is painted from a bean. Ideally, there would be a paint action associated with each rectangle which populates this bean and forwards to the jsp page for rendering the rectangle. So far so

RE: [ANNOUNCE] Struts Console v1.12

2002-06-06 Thread Galbreath, Mark
Just kidding, James - I know you've received a lot of queries re: docs (including from me last Saturday), but the DTD is sufficient (for those who know what a DTD is). -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:42 AM I'm working on

RE: [ANNOUNCE] Struts Console v1.12

2002-06-06 Thread Chappell, Simon P
James, Were you able to figure out why your console.sh wasn't working straight out of the box on my Linux setup? Simon -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:42 AM To: Struts Users Mailing List Subject: RE: [ANNOUNCE] Struts

RE: dynamic form properties

2002-06-06 Thread Galbreath, Mark
What do you want to know? I use maps and collections in form beans now to capture multi-select list key-value pairs and checkbox array booleans, respectively. I think it would be a simple extrapolation to map key-values for an entire HTML form, permitting a single action form to capture states

Re: Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

2002-06-06 Thread Chuck Cavaness
I cover them in my chapter 4 from here: http://www.theserverside.com/resources/strutsreview.jsp Chuck At 06:52 AM 6/6/2002 -0500, you wrote: - Original Message - From: Dirk Storck [EMAIL PROTECTED] To: Struts User (E-Mail) [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 4:00 AM

DispatchAction Default Method?

2002-06-06 Thread Graham Lounder
Is there any way to execute a default method on a DispatchAction in case the user bookmarks a page where the dispatch request parameter has been submited as a POST? Overide the process method perhaps? I couldn't find anything in regard to this in the Javadoc. Thanks in advance, Graham

Pool Connection DataBase

2002-06-06 Thread Ricardo de Souza Moura
What the best practice about Connection Pool Database using Struts ! _ Envie e receba emails com o Hotmail no seu dispositivo móvel: http://mobile.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Frames not able to pick up the corresponding jsps

2002-06-06 Thread Karthik_Gurumurthy
Hi All, I have a page Nav.jsp When i try directly accessing this page, the frames pick up their respective resource jsps properly. But when i forward it to this page through struts, it does'nt work. I get a 404 error for the JSPs referred to by the frames. The viewNav.jsp, dataNav.jsp are in

Sharing JSP's across WAR files? Any Tricks?

2002-06-06 Thread Steve Muench
Not strictly Struts related but I'm hoping that some of you might have run into this in your appbuilding. I'm trying to help a customer who wants to bundle a page like common.jsp into a /common context root in a common.war and then have a page like myapp.jsp in a /myapp context root in a

Re: Struts User Group

2002-06-06 Thread @Basebeans.com
Subject: Re: Struts User Group From: Jeff Duska [EMAIL PROTECTED] === As the former SC Upstate Java User Group President, I can think of quite few people that might be intrested. Where can I find more information? Regards, Jeff Duska -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Frames not able to pick up the corresponding jsps

2002-06-06 Thread Sri Sankaran
Have you tried using html:frame? Sri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 9:22 AM To: Struts Users Mailing List Subject: Frames not able to pick up the corresponding jsps Hi All, I have a page Nav.jsp When i try directly

Re: Struts User Group

2002-06-06 Thread James Holmes
We’re getting info together now. We have started a Yahoo Groups group to begin communication and planning. I would recommend subscribing to that to stay informed and/or get involved. http://groups.yahoo.com/group/struts-atlanta/ -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/

I should know this, but....

2002-06-06 Thread Jerry Jalenak
Hi All, Really easy question, but I'm apparently too dumb to figure it out ;) I get a run time error of 'Missing Term' (about var1 in the anchor tag) when I do the following: nested:define id=var1 name=beanName property=var1 / a href=% =var1 %This is my anchor/a This is a

RE: (newbie) WAR files and JDeveloper 3.2.3

2002-06-06 Thread Jerome Jacobsen
The JDev 3.2.3 servlet container (Web-To-Go) does not recognize WAR files. You'll have to exctract the WAR files, however the web.xml file will be ignored. Any settings from web.xml will have to be added via the Web Object Manager Wizard and/or the webtogo.ora file and/or wtgapp.xml file. The

Re: Sharing JSP's across WAR files? Any Tricks?

2002-06-06 Thread Kevin . Bedell
I believe this is best addressed as a build/deploy issue, not a run-time issue That is: - Create Ant targets to build each of the .war files needed for each application - Have each .war file include the /common path. - Keep a single copy of /common in source control Another

Re: Design Advice - Relational Databases Java Objects

2002-06-06 Thread @Basebeans.com
Subject: Re: Design Advice - Relational Databases Java Objects From: Jeff Duska [EMAIL PROTECTED] === I think this is the point that Vic was making. The transaction that you will thinking of in the application might not nicely map to simple DAO objects. While I might have Order and Order

BasicDataSource

2002-06-06 Thread Ricardo de Souza Moura
How Can I configure the parameters of BasicDataSource at the datasource tag in struts_config.xml ? _ Converse com amigos on-line, conheça o MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL

Assertions

2002-06-06 Thread Robert Taylor
I'm using Struts 1.0, and have a process with a set of related event handlers which I have grouped into a single DispatchAction class. Each event has a set of assertions (some similar, some different) which must pass before any (even form validation) processing occurs. I have basically

Re.Pool Connection DataBase

2002-06-06 Thread @Basebeans.com
Subject: Re.Pool Connection DataBase From: Vic C [EMAIL PROTECTED] === Best practice to post messages is to search first. I think very popular is http://sourceforge.net/project/showfiles.php?group_id=4899 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Assertions

2002-06-06 Thread Jennings, Christofer J.
How about using filters? -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:12 AM To: [EMAIL PROTECTED] Subject: Assertions 1. Assertions that are common to all events. 2. Assertions that are common to a set of related events. 3. Assertions

Re: BasicDataSource

2002-06-06 Thread James Holmes
Take a look at the config file DTD for info on how to configure data-source elements in the config file. The Struts Console software also makes easy work of doing this: http://www.jamesholmes.com/struts/ -james [EMAIL PROTECTED] --- Ricardo de Souza Moura [EMAIL PROTECTED] wrote: How Can I

Re: BasicDataSource

2002-06-06 Thread James Holmes
Oops, here's the link to the DTD. http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd -james --- James Holmes [EMAIL PROTECTED] wrote: Take a look at the config file DTD for info on how to configure data-source elements in the config file. The Struts Console software also makes

Re.Pool Connection DataBase

2002-06-06 Thread William W
Why the creator of the PoolMan is not supporting it anymore ? The best practice should be use BasicDataSource ? Thanks, William. From: Struts Newsgroup (@Basebeans.com) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re.Pool Connection

Re: Flash and Struts

2002-06-06 Thread Daniel Jaffa
I am sick and tired of reading about flash and struts so i decide to do some research for you Looking at macromedia i found this about flash mx: Develop Macromedia Flash services using Macromedia ColdFusion MX, Java and Microsoft .Net. Macromedia Flash MX applications can easily invoke logic

Problem with Logic-iterate and enumeration

2002-06-06 Thread struts (H2Opilot)
hi, I have a List of Numbers and I like to use 3 columns and n rows. Is there a possible way to realise this via Logic-iteration. Normally, it look like that every next step in the iteration there is always another row. Like this: table width=100% border=0 cellspacing=1 cellpadding=1

Re: Flash and Struts

2002-06-06 Thread John Nicholas
Joe Rice wrote: I'm new to Flash but have still been charged with researching the possibility of using Flash as the front end of a struts web application that has already been built with JSP's. Has anyone used Flash with Struts, and if so, do you have any suggestions, tutorials etc... you

Re: [Struts Tips] #2 - Template Method Dispatch Action?

2002-06-06 Thread Ted Husted
Molitor, Stephen wrote: The business bean and framework + approaches actually seem pretty similar to me. The only difference is whether the main extension point is a separate class, or a method of the action class. In either case the extension point is specified in the configuration file.

RE: Re.Pool Connection DataBase

2002-06-06 Thread wbchmura
There was a notice for someone to take over poolman on the SourceForge site... One of the things I liked about poolman was the SQL caching... It made it really nice to have some tables be cached for days (such as drop down lists)... -Original Message- From: william.wws

Multiple pararmeters from multiple links

2002-06-06 Thread Mark Nichols
All - I have a JSP which displays multiple rows of data. Each row starts with a link based on the first column of data. The subsequent action class needs to be passed the first three column values as parameters, like so: /do/NameSearch/Details?id=123456?lastName=Smythe?firstName=Jon In reading

struts and excel

2002-06-06 Thread yanming lu
How to display an excel file in struts? _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Assertions

2002-06-06 Thread Robert Taylor
Yep, that may be the approach I take although it circumvents the front controller. Not necessarily a bad thing. It just disperses business logic, configuratin, and, in event that the assertion fails, navigation logic. It would be nice to have this all reside within the front controller and

RE: Multiple pararmeters from multiple links

2002-06-06 Thread Sri Sankaran
While I don't have an answer to your question, I have an alternative. An alternate strategy would be to include a getParameters() method in the object you are iterating over. This method should have access to the current values of the id, firstName and lastName. It would return a Map

Re: I should know this, but....

2002-06-06 Thread Arron Bates
First off, no need for the name attribute. If it's not working off the same bean structure the other nested tags are, then use the original bean:define tag using the name attribute to get to the separate bean. Otherwise from face value the tag markup looks fine... you may want to vary the

Re: parametred name fields

2002-06-06 Thread Noah Levitt
Hello, If I understand your question correctly, it is possible. You need to use struts 1.1. In your ActionForm, you must have a field that is a collection of some sort. E.g. private Vector names; public Vector getNames() { return names; } // IIRC you don't you need a setter, could be wrong The

  1   2   >