RE: [S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
les interceptor. Using input is possible and we use it elsewhere in the application, but there are some situations where I have to forward the error messages to a different action. Any reason why dispatch to an action wouldn't work? Thanks Anil -Original Message- From: Dave Newton [mai

RE: [S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
Yes I tried with "redirect-action" and it works. But I don't want a redirect as I lose my messages and other data from the previous action Thanks Anil -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 09:56 AM To: Struts Use

[S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
TaskInsert TaskList TaskInsert.action Am I doing something wrong. This seems very basic to be.. Thanks Anil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Preprocessing of request

2006-12-15 Thread Anil Kumar T
better handling Any thoughts on this point.? Thanks & regards, Anil. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 9:03 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Preprocessing of request

RE: On Error repopulating the data entered by user on the screen....! how.?

2006-12-13 Thread Anil Kumar T
difference I found from my other forms. Thanks & regards, Anil. -Original Message- From: Anil Kumar T [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 3:22 PM To: Struts Users Mailing List Subject: RE: On Error repopulating the data entered by user on the screen! how.? Hi All,

RE: dynamic html:select

2006-12-13 Thread Anil Kumar T
Thanks Dave. This is very useful... Anil. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:57 PM To: Struts Users Mailing List Subject: RE: dynamic html:select From: Kranti Parisa [mailto:[EMAIL PROTECTED] > i have an ArrayList

RE: Preprocessing of request

2006-12-13 Thread Anil Kumar T
works ? Theoretically I understand this, but how to implement this? I mean where do we mention our CustomizedBaseAction class name? some where in properties ? Can you tell me..? Anil. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006

RE: logic:iterate for arraylist of beans

2006-12-13 Thread Anil Kumar T
Hi Kranti, I also had a similar requirement. But I did it in bad way.. which is ... See if this helps you as a quick fix. But if you get a better solution do let the group know Thanks & regards, Anil. -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED]

Need help in Custom tags

2006-12-11 Thread Anil Kumar Pippalapalli
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) any help would be great.. thanks in advance, anil pippalapalli

Need help in Custom tags

2006-12-11 Thread Anil Kumar Pippalapalli
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) if u need more info u can mail me to this id. thanks in advance for any help anil. - Find out what India is

working with radio buttons with html tags.

2006-12-05 Thread Anil Kumar T
VE_STATUS%> But the IDE shows the below msg during compilation. JspTranslate: Attribute selected invalid according to the specified TLD. Can any body help me how to rectify this.? Any links would be helpful.. Anil. Information transmitted by this e-mail is proprietary

RE: How & Where to specify the Request Processor class name?

2006-11-28 Thread Anil Kumar T
Thanks Nuwan. It gave me some useful info. Anil. -Original Message- From: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 3:35 PM To: Struts Users Mailing List Subject: Re: How & Where to specify the Request Processor class name? read this...

How & Where to specify the Request Processor class name?

2006-11-28 Thread Anil Kumar T
. Thanks & regards, Anil. Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt

RE: html form

2006-11-22 Thread Anil Kumar T
Try changing the form method to get. I think post does not sends the data in the way you have done. Just my guess.. Anil. -Original Message- From: temp temp [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 8:13 PM To: user@struts.apache.org Subject: html form I have a

RE: Query in action messages

2006-11-15 Thread Anil Kumar T
I was wrong... ignore my earlier mail.. Thanks. Anil. -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:56 PM To: user@struts.apache.org Subject: Query in action messages Hi I am doing validation in my Action Form which is extending

RE: Query in action messages

2006-11-15 Thread Anil Kumar T
There is empty space before the key.. just observe.. errors.add(Error_FIELD_KEY,new ActionMessage(" error.required","Zip Code")); should like ... errors.add(Error_FIELD_KEY,new ActionMessage("error.required","Zip Code")); hope it helps

RE: Lost Error Message!!

2006-11-13 Thread Anil Kumar T
Would the svaeToken(), isTokenValid() helps you..? -Original Message- From: Juan Espinosa [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 6:45 PM To: 'Struts Users Mailing List' Subject: RE: Lost Error Message!! Im not very sure, but i think that when you use redirect= true a n

RE: How to make a SELECT list readonly? If set disabled, loses thevalue when submit.

2006-11-02 Thread Anil Kumar T
If you do not want the user to modify the select box then you should not display the select. Just display a text/label. If you can explain the scenario then you would get a better solution. Anil. -Original Message- From: Gareth Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, November

RE: On Error repopulating the data entered by user on the screen....! how.?

2006-10-18 Thread Anil Kumar T
. Regards, Anil. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 5:30 PM To: Struts Users Mailing List Subject: RE: On Error repopulating the data entered by user on the screen! how.? From: Anil Kumar T

On Error repopulating the data entered by user on the screen....! how.?

2006-10-16 Thread Anil Kumar T
only one is creating this problem. Any help would be appreciated. Anil. Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain

Using ValidatorFramework for different validation scenarios of same functioanlity/form.

2006-09-13 Thread Anil Kumar T
an do this by writing each operation in different action calss. Or is there a better approach for this kind of scenarios. Any help, information, links material would be helpful. If my question is not clear, let me know. Thanks & regards, Anil. Information transmitted by this e-mail

RE: empty fields of an input form get default value after submitting

2006-09-13 Thread Anil Kumar T
;) ; If so then you got to change it to String s = null; Then you would get it as null. Hope this helps you. Anil. -Original Message- From: Sandra Reichert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 1:10 PM To: Struts Users Mailing List Subject: empty fields of an in

RE: Retrieve Data From WebServer

2006-08-30 Thread Anil Kumar T
storing in the session is must. Lets wait about the others ideas also... Cheers, Anil. -Original Message- From: Rokariya, Raman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 10:20 AM To: user@struts.apache.org Subject: Retrieve Data From WebServer Hi, I am developing web client

Session management

2006-08-27 Thread Anil Kumar T
Hi All, Can some one help me in understanding the session management with struts? How to do this with struts? I tried doing it in all the actions, but am not sure what am doing wrong, it does not work. Can any body help me on this. Any links, sample codes etc would be of great help. Anil

How to handle session validation in struts 1.1

2006-08-14 Thread Anil Kumar T
help is appreciated. Anil. Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt

RE: dynamic casting in Action class

2006-07-26 Thread Anil Kumar T
You got to include one more step as mentioned below. Class classDefinition = Class.forName(ClassName_as_string); Object obj = classDefinition.newInstance(); classDefinition afc = (obj)fm; Anil. -Original Message- From: Andreas Hartmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26

RE: Give me a solution

2006-07-23 Thread Anil Kumar T
I believe this is not a struts based question. You need to post this in SQL Server forums. Anil. From: senthil.s [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 11:26 AM To: user@struts.apache.org Subject: Give me a solution Hi all I have a

Accessing messages. from action, dao classes.

2006-07-19 Thread Anil Kumar T
Hi guys, I would like ot know how to acess the resource properties from an action class or subsequent DAO classes. Any help, links etc would be great. Thanks & regards, Anil. Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers

RE: Dynamic Sort depending on the field requested by user.

2006-07-17 Thread Anil Kumar T
smaller and which is bigger. I'm looking for a bulk sorting functionality. Through me some ideas if u ave. Anil. -Original Message- From: Lance [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:29 PM To: 'Struts Users Mailing List' Subject: RE: Dynamic Sort dependi

RE: Dynamic Sort depending on the field requested by user.

2006-07-17 Thread Anil Kumar T
But I need the dynamic sort logic ? Anil. -Original Message- From: Lance [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:11 PM To: 'Struts Users Mailing List' Subject: RE: Dynamic Sort depending on the field requested by user. I don't store the sort column,

RE: Dynamic Sort depending on the field requested by user.

2006-07-17 Thread Anil Kumar T
Hi Lance, Thanks for the response. I'm looking at some thing like this. But I'm not getting how to store the values? When the user clicks on any column how do we do the sorting..? can you send me sample piece of coding. Regards, Anil. -Original Message- From: Lance [mai

Dynamic Sort depending on the field requested by user.

2006-07-14 Thread Anil Kumar T
sort order as per user request. He can request the sort order on any field. Can any one know how to achieve this with struts? Any help, links would be appreciated highly. Thanks in advance, Anil. Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its

problems using validation framework in struts

2006-07-11 Thread Anil Kumar Pippalapalli
\anil\.netbeans\4.1\jakarta-tomcat-5.5.7_base Using CATALINA_HOME: C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7 Using CATALINA_TMPDIR: C:\Documents and Settings\anil\.netbeans\4.1\jakarta-tomcat-5.5.7_base\temp Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_06 Jul 11

RE: how to create a struts project in eclipse 3.1.2 + WTP ?

2006-07-07 Thread Anil Kumar T
Hi Hicham, I'm also having the same problem. But I'm using eclipse 3.1.1. Hi All, Any help would be appreciated in this regard. Thanks, Anil. -Original Message- From: hicham [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 3:57 PM To: Struts Users Mailing List Subje

RE: Eclipse-Struts configuration.

2006-07-04 Thread Anil Kumar T
Now I wonder what IDE's generally people would use for struts development? Is there a better IDE than eclipse for Struts development? Can you guys please suggest me if a better IDE is available. Thanks, Anil. -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED]

RE: Eclipse-Struts configuration.

2006-07-04 Thread Anil Kumar T
Hi, Thanks for the info, I already tried it and WTP does not support struts. Anil. -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:28 PM To: Struts Users Mailing List Subject: Re: Eclipse-Struts configuration. Anil Kumar T ha scritto

RE: Eclipse-Struts configuration.

2006-07-04 Thread Anil Kumar T
I want to try struts project this time. I think there would be some kind of struts plugin for eclipse. Am trying to get it. Any body got any idea? Anil. -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 1:08 PM To: Struts Users Mailing List

Eclipse-Struts configuration.

2006-07-04 Thread Anil Kumar T
Hi folks, I have eclipse 3.1.1, I'm unable to create a struts project using eclipse. Any body has any idea about configuring / setup of struts applications with eclipse. Any help would be appreciated. Thanks & regards, Anil. Information transmitted by this e-mail is propr

Need help on popups..

2006-06-24 Thread Anil Kumar T
the parent or refresh the parent. I know this is possible in normal scenario, but I would like to know using struts. Any useful urls, documents, source code would be of greatly appreciated. Thanks in advance. Anil. Information transmitted by this e-mail is proprietary to Infinite Computer

problem deployin webapplication in Tomcat 5.5

2006-06-01 Thread Anil Kumar Pippalapalli
start SEVERE: Context startup failed due to previous errors i think problem is with parser,any help would be great for me. bye, anil. - Yahoo! India Answers: Share what you know. Learn something new Click here

Re: unable to load validation-rules.xml

2006-05-11 Thread Anil Kumar Pippalapalli
(Bootstrap.java:297) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398) i think above info is sufficient. lookin for your reply, later, anil. Richard Yee <[EMAIL PROTECTED]> wrote: Anil, Is validation-rules.xml located in your /WEB-INF directory and is this in your struts-confi

problem while deployin

2006-05-11 Thread Anil Kumar Pippalapalli
Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297) regards, anil. - Yahoo! India Answers: Share what you know. Learn something new. Click here Send instant messages to your online friends - NOW

unable to load validation-rules.xml

2006-05-08 Thread Anil Kumar Pippalapalli
hi, when iam tryin to deploy the struts application in tomcat 5.5. Its saying unable to load validation-rules.xml. Plz help me in this regard. regards, anil. - Yahoo! India Answers: Share what you know. Learn

Help me in configin easystruts plugin in Eclipse 3.1

2006-05-04 Thread Anil Kumar Pippalapalli
hi all, hope you are doing fine. i am unable to configure easystruts plugin in eclipse 3.1, Plz help me out. bye, anil. - Yahoo! India Answers: Share what you know. Learn something new. Click here

RE: Reset the Action Form

2006-04-19 Thread Anil Kumar T
Are you trying to do a server side reset..? Generally it is a client side reset. I think this should be some thing like this... mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 4:03 PM To: 'Struts Users Mailing List' Subject: Reset the Action Form Hi ye, I have an action form with su

Re: referencing variable in onclick event of html:link tag

2006-04-18 Thread Anil Kumar Pippalapalli
hi, may be you can try removing the double quotes from the expression [<%=count%>]. bye "Shoukat, Faisal" <[EMAIL PROTECTED]> wrote: Can anyone help with explaining to me how to get a scriptlet into a html:linl tag in the onclick event. For example: I have two forms of

RE: Proxy rewrites

2006-04-07 Thread Anil Arora
e URL instead of a relative url. I need Location to say https://machine1/proxy/machine2// application/main.do;jsessionid=1F664A9B4B0612843864A5B817DE0AE8 Thanks, Anil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, April 07

Proxy rewrites

2006-04-06 Thread Anil Arora
ilter to rewrite the URLs but then I ran into the relative URL issue. Thanks, Anil

Re: Fw: RE: [OT] Re: xmlparser simple question

2005-08-24 Thread Anil Pathak
Create your InputStream that extends the stream you are using for the xml retrival. The stream feeds root's starting at begning let it be and than your xml data ... and end. You provide your stream to the SAX parser. On 8/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sorry, I'm using w

Re: Meta Information in Action Form

2005-04-08 Thread Anil
pplication scope has been used to store the drop-down values, how will you handle the updates on data in application scope in clustered environment? Is there any way to get rid of the problem? Anil. - To unsubscribe, e-mail: [

Re: Meta Information in Action Form

2005-04-08 Thread Anil
Leon Rosenberg anotheria.net> writes: > > Sorry, but what exactly do you mean with meta information? > > Leon > > > -UrsprÃngliche Nachricht- > > Von: news [mailto:news sea.gmane.org] Im Auftrag von Anil > > Gesendet: Freitag, 8. April 2005 0

Meta Information in Action Form

2005-04-07 Thread Anil
Hi All, Is it good approach to keep the meta information in action form ? Thanks in advance. Regards, Anil. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Date format.

2004-04-30 Thread Inamdar, Anil - Cons
Hello, I have a getter and setter on a Date field in my Action form. When I display the field struts seems to call toString on the object. Is there a way I can control the formatting on the Date object thanks Anil - To