RE: Jump Menu

2002-06-05 Thread Vikram Goyal01
And how is this related to Struts? -Original Message- From: Sudhir [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 9:48 AM To: Struts Users Mailing List Subject: Jump Menu Hi, I want to jump to the same page and set the data depending on the users choice. For example : I got

RE: Jump Menu

2002-06-05 Thread Vikram Goyal01
for suggestions as to any such existing functionality that he might leverage rather then coding it himself. If struts cant help him, perhaps some of us struts-users may still be able to suggest a way of doing it... -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

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

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: SQL STatements in a Properties file.

2002-06-06 Thread Vikram Goyal01
I am not quite sure that putting your SQL in a properties file is such a good idea. Whats the advantage? If the advantage is that you dont have to change the source code because of query changes, then I think that it is misleading. If the query changes, there must have been a business

RE: XML/XSLT Question - Help!

2002-06-07 Thread Vikram Goyal01
You can use Apache FOP project to display SVG. Try at: xml.apache.org/fop Rgs Vikram -Original Message- From: Spencer Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 9:37 PM To: [EMAIL PROTECTED] Subject: XML/XSLT Question - Help! I have a question regarding the use of

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
Anjali, There is a workflow mechanism for Struts. If you search the mailing list with the keyword workflow you will find links to it. However, the situation that you are describing doesnt strictly fall into that category. What you are describing can usually be done by creating a Value Bean

RE: Struts and cookies

2002-06-07 Thread Vikram Goyal01
My guess is that the cookie that you add in ActionA should really be added in your jspA. Not really sure though. Rgs V -Original Message- From: Brian Holzer [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:20 AM To: Subject: Struts and cookies Hi all, I am hoping that

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
helps you. Regards Sai -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 02:02 PM To: Struts Users Mailing List Subject: RE: workflow implementation in struts Anjali, There is a workflow mechanism for Struts. If you search the mailing list

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
Not really sure what you mean, but I guess we are looking at the crystal ball from two different sides. And of course Struts is not just tags. I realise, understand and implement that daily. :) Rgs Vikram -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
jsp or tag! -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 17:11 To: Struts Users Mailing List Subject: RE: Flash and Struts Not really sure what you mean, but I guess we are looking at the crystal ball from two different sides. And of course

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:34 PM To: Struts Users Mailing List Subject: RE: workflow implementation in struts Use the same form bean for all the pages. -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 02:34 PM

RE: No Of rows in a Table

2002-06-10 Thread Vikram Goyal01
There is a jsp tag library for pagination. Search this mailing list and I think you should find it. That will give you a start on it. Vikram -Original Message- From: Sudhir S. Shetty [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 12:18 PM To: Struts Users Mailing List Subject:

RE: Database access design question

2002-06-10 Thread Vikram Goyal01
What exactly is your question? The samples given with Struts do not necessarily following the best practices, they are more like proof of concepts than anything else. Rgs Vikram -Original Message- From: rainer juenger [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:45 PM To:

RE: Database access design question

2002-06-10 Thread Vikram Goyal01
1. Do not use the session bean to access the datasource... create a data access object which locates the datasource. 2. Lookup the datasource using a jndi name not a servlet. Register your datasource with the jndi server. (Does the servlet api implement such a method ??) 3. If using a

RE: i18n and images?

2002-06-10 Thread Vikram Goyal01
Why do you need a separate file for tips? In the same file: sampleImage.tip = My Tip and access it via the key sampleImage.tip -Original Message- From: Roman Rytov [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 2:26 PM To: Struts Users Mailing List Subject: RE: i18n and

RE: SQL STatements in a Properties file.

2002-06-10 Thread Vikram Goyal01
] Vikram Goyal01 vikram_goyal01@infosy s.com

RE: Not a trivial, but got very much meaning

2002-06-10 Thread Vikram Goyal01
Not sure what you want to do but if you want your submit image to submit, then onclick, just do a document.form.submit(), similarly for reset Rgs V -Original Message- From: Yaman Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 7:32 PM To: Struts Users Mailing List Subject:

RE: max length on html:textarea

2002-06-10 Thread Vikram Goyal01
No, but you can use javascript to restrict user to max characters that you want. -Original Message- From: Tim Sawyer [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 5:54 PM To: [EMAIL PROTECTED] Cc: Tim Sawyer Subject: max length on html:textarea Can I set a maximum length of

RE: thread safety

2002-06-13 Thread Vikram Goyal01
Also, how do we deal with the situation where we need to build up information over a series of requests before we can actually save it or do something with it (ie: wizards etc...) In reply to an earlier post regarding something similar, my idea is to encapsulate the information required for the

RE: FOP/PDF Questiosn

2002-06-24 Thread Vikram Goyal01
1. return null; 2. action=runReport?dummy=.pdf will work. However, you need to within your action class, write to the output stream, your generated pdf. HTH Vikram -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 8:03 PM To: [EMAIL

RE: FOP/PDF Questiosn

2002-06-24 Thread Vikram Goyal01
: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:59 AM To: Struts Users Mailing List Subject: RE: FOP/PDF Questiosn 1. return null; 2. action=runReport?dummy=.pdf will work. However, you need to within your action class, write to the output stream, your generated pdf

RE: Urgent clarification reqd!

2002-06-27 Thread Vikram Goyal01
Short answer: No. Long Answer: Read the javadoc documentation of the Struts tags and compare with the w3c recommendation. Rgs Vikram -Original Message- From: Sirisha Gaikwad [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 11:40 AM To: 'Struts Users Mailing List'; [EMAIL

RE: form-tags

2002-06-28 Thread Vikram Goyal01
Title: Message 1. I think you can. There is no restriction on putting multiple forms as regards to W3C, so I dont think that there is restriction in struts. 2. No. AFAIK no. 3. Within Struts form tags? You can have any number of tag libraries, Struts or no Struts. I am not quite sure what

Use of stuts in J2EE

2002-03-12 Thread Vikram Goyal01
Hi all, I am implementing a J2EE (Enterprise application with EJBs) project using struts. If anyone has done a similar project and would like to share some guidelines please mail back to me. Alternatively, if you have any online pointers, articles etc. please forward these as well. Regards

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
. Thanks, dave dandeneau -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 10:50 PM To: [EMAIL PROTECTED] Subject: Use of stuts in J2EE Hi all, I am implementing a J2EE (Enterprise application with EJBs) project using struts. If anyone has

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
properties from one to another. Thanks, dave -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 3:52 AM To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE Hi Dave, Thanks for that info. I have one question. When your formbean

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
Sorry that is three questions, not two. Vikram -Original Message- From: Vikram Goyal01 Sent: Thursday, March 14, 2002 10:14 AM To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE Hi Dave, Thanks again for your valuable comments. Two questions.. 1. Is this strategy

Use of tags

2002-03-17 Thread Vikram Goyal01
Hi all, Is using Stuts tags (for that matter using any tags) a performance hit? The reason I ask this is because of the fact that for even normal tags which are defined by the HTML specs, we replace them with Stuts tags. For e.g. HTML is replaced by HTML:HTML. Isnt this an overkill and a

RE: Use of stuts in J2EE

2002-03-21 Thread Vikram Goyal01
Dave, Thanks again for the detailed reply. Where can I find information about the Map proxy pattern? I found Dynamic pattern but not Map Proxy? Rgs Vikram 1) We use many patterns to implement this, but I think that you are referring to the Value Object pattern2) The copy part of the

Session Management

2002-04-05 Thread Vikram Goyal01
Hi All, Do Struts html tags handle session management when cookies are turned off? Do they resort to URL rewriting? Do I need to do anything extra to make sure that session management works in case of cookies being turned off? Rgs Vikram -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

NoClassDefFoundError - Weblogic 6.1

2002-04-08 Thread Vikram Goyal01
Hi all, The error is: java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm The environment is: Weblogic 6.1 SP1 WIN NT 2000 Struts.jar is in the lib directory of our application. The JSP includes other JSPs which are included using the directive. I have traced the error to an

RE: NoClassDefFoundError - Weblogic 6.1

2002-04-09 Thread Vikram Goyal01
Hi Max/Chuck, The struts.jar is called struts.jar only as defined in the lib directory of our web app. Besides, the error was not at the compile time. It was during the run time. My colleague has found a solution to the problem. We are still validating it. The solution goes something like

RE: Good Struts books ??

2002-04-25 Thread Vikram Goyal01
There are no books devoted to Struts, yet. Orielly is bringing one out shortly. You can see some chapters from it on theserverside.com There are other books that devote one or two chapters to struts. Do a search on amazon. Rgs Vikram -Original Message- From: Pradeep Sakre

RE: Exception handling by radhika

2002-04-28 Thread Vikram Goyal01
Hi Radhika, What is it that you want to do? Exception handling in Struts is no different from normal exception handling, so I am not quite sure what you want to do. Rgs Vikram -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 27, 2002 6:23 PM

RE: few questions

2002-04-29 Thread Vikram Goyal01
Looking at the questions I would say that your (or any newcomer's for that matter) path of learning should have been.. JAVA - Web Development (How the web works) - Servlets/JSPs - Struts It is pointless trying to learn Struts if your basics are not correct. Rgs Vikram -Original

RE: Help this newbie......

2002-04-30 Thread Vikram Goyal01
Go through the Struts resources page. It lists a lot of links where you can understand the basics. Also Ted Husted's husted.com website is also a great page to find links. Finally, try this for a UML oriented introduction to what really happens. (Stolen from Ted's resources page)

RE: few questions

2002-04-30 Thread Vikram Goyal01
software was being re-written in Java (Struts) from ASP) I won't mention any names because at least one of those persons monitors this list then you will be able answer with a resounding .. I think so JM -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent

RE: ideal method to set the sessionid in struts?

2002-05-01 Thread Vikram Goyal01
It will create and return a session if none exists. If session exists it will return that. V -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:20 PM To: 'Struts Users Mailing List' Subject: RE: ideal method to set the sessionid in

RE: ideal method to set the sessionid in struts?

2002-05-01 Thread Vikram Goyal01
, May 01, 2002 5:25 PM To: 'Struts Users Mailing List' Subject: RE: ideal method to set the sessionid in struts? No it won't. -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 7:52 AM To: Struts Users Mailing List Subject: RE: ideal method

RE: ideal method to set the sessionid in struts?

2002-05-01 Thread Vikram Goyal01
To: 'Struts Users Mailing List' Subject: RE: ideal method to set the sessionid in struts? No it won't. -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 7:52 AM To: Struts Users Mailing List Subject: RE: ideal method to set the sessionid

RE: Initializing formBeans

2002-05-02 Thread Vikram Goyal01
1. Create a value object that encapsulates the data once the user logs in. 2. Create a form bean that captures this data from the value object. 3. Modify struts config to assocaite this form with the action on the modify page. I think thats it... -Original Message- From: Arnaud Gadby

RE: RE : Initializing formBeans

2002-05-02 Thread Vikram Goyal01
? --- Arnaud GADBY EILEO 9ter rue Carnot 94270 Le Kremlin Bicetre FRANCE -Message d'origine- De : Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 2 mai 2002 11:13 À : Struts Users Mailing List Objet : RE: Initializing

RE: html input elements don't work

2002-05-03 Thread Vikram Goyal01
You are not getting any errors on the console? V -Original Message- From: Shirin Fathima [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:42 PM To: Struts Users Mailing List Subject: RE: html input elements don't work I'm using the struts framework...and the View is a simple

RE: html input elements don't work

2002-05-03 Thread Vikram Goyal01
Message- From: Shirin Fathima [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:48 PM To: Struts Users Mailing List Subject: RE: html input elements don't work No, I'm not getting any errors on the console. -- From: Vikram Goyal01 Reply To: Struts Users Mailing

RE: *** URGENT Help needed ****

2002-05-03 Thread Vikram Goyal01
suck suck gets better.. -Original Message- From: Etienne, Ingo (Goetzfried AG) [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 5:06 PM To: 'Struts Users Mailing List' Subject: RE: *** URGENT Help needed Applause !!! Really good one :))) -Original Message- From:

RE: *** URGENT Help needed ****

2002-05-04 Thread Vikram Goyal01
My curiosity is about the identity of Reid Tardy... Not Mark, Not James ? Who? V -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 5:31 PM To: 'Struts Users Mailing List' Subject: RE: *** URGENT Help needed I just saw this - funny as

RE: Premature ending error - Please HELP!

2002-05-07 Thread Vikram Goyal01
Is this the right forum for this? I encountered this error sometime back. Although I dont exactly remember where the error was, if you open the source code for the file, you will see that at one place it checks for some condition, which I thought was redundant. If this condition fails, the

RE: Using struts with WLS6.2?

2002-05-14 Thread Vikram Goyal01
We have done it with 6.1 SP2 and there were no extra steps required. Rgs Vikram -Original Message- From: asd asd [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:35 PM To: [EMAIL PROTECTED] Subject: Using struts with WLS6.2? The only install docs I could find online at

RE: implementing form actions

2002-05-15 Thread Vikram Goyal01
Also, Using javascript change the action class based on what button is clicked. So: input type=button name=Action1 value=SubmitMe onClick=fnDoSubmit(this); return false; input type=button name=Action2 value=SubmitMe2 onClick=fnDoSubmit(this); return false; fnDoSubmit(btn){

RE: Transferring data to JSP

2002-05-16 Thread Vikram Goyal01
Sudhir, Why dont you start with the struts example and see how that does it. This is a very simple and basic thing that can be done if you read and understand the example. Rgs Vikram -Original Message- From: Sudhir [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 1:44 PM To:

RE: Templates and i18n problem in struts

2002-05-16 Thread Vikram Goyal01
In your template did you import the tag libraries? V -Original Message- From: Yaman Kumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:43 PM To: Struts Users Mailing List Subject: Templates and i18n problem in struts Hi, I am using templates in struts, In my jsp page I

RE: Is there a recommended User Help Framework?

2002-05-23 Thread Vikram Goyal01
Include me too if you need help. Some ideas: 1. This could include search capabilities. 2. Context sensitive help? 3. ?? Vikram -Original Message- From: JM [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 7:21 AM To: Struts Users Mailing List Subject: RE: Is there a recommended