RE: RequestProcessor Issue

2009-01-10 Thread Rajil
onServlet entry. But you have to specify RequestProcessor class. Regards, Rajil -Original Message- From: ECLIPSE + CVS [mailto:anishpis...@gmail.com] Sent: Saturday, January 10, 2009 3:09 PM To: user@struts.apache.org Subject: RE: RequestProcessor Issue Hi Rajil , First of all thanks

RE: RequestProcessor Issue

2009-01-10 Thread Rajil
arg1, arg2, arg3, arg4); } I have global forward defined in Struts-config.xml I hope above sample will help you. Regards, Rajil Davda -Original Message- From: ECLIPSE + CVS [mailto:anishpis...@gmail.com] Sent: Saturday, January 10, 2009 1:43 PM To: user@struts.apache.org Subject: Reques

RE: Logger

2008-12-31 Thread Rajil
: Wednesday, December 31, 2008 6:57 PM To: Struts Users Mailing List Subject: Re: Logger try to add this line log4j.logger.org.apache.struts=INFO, A1 just after log4j.rootLogger=DEBUG, A1 good luck 2008/12/31 Rajil > Here is my log4j. > > The thing is I want debug messages from my own

RE: Logger

2008-12-31 Thread Rajil
31, 2008 6:51 PM To: Struts Users Mailing List Subject: Re: Logger can you paste your log4j.properties ?? 2008/12/31 Rajil > Hi all; > > > > Can anybody suggest a way to stop all struts specific logs included in my > log file?? > > > > I am using struts2.1.

Logger

2008-12-31 Thread Rajil
tructureCompareForm.configTable => [ TableFieldList ] structureCompareForm.db2User => [ ] structureCompareForm.db2Port => [ ] structureCompareForm.db1Password => [ ] regards, Rajil Davda Software Engineer, Applied Software Pvt. Ltd. | 42, Tapovan Society | Above Bank of Baroda |

RE: Problem is using struts 1.2.9 validator

2008-11-27 Thread Rajil
Hi; You first make sure that it doesn't throw any error. Have you checked for errors in your log files? Check your standard-out and standard-error files. And let us know the errors if any. If you don't find any error in those log files. Then use following steps: 1. Remove all the code from

Struts - indexed property problem with jdk1.5 - overloaded get/set method with same name - for Struts Team

2008-11-27 Thread Rajil
't understand my question let me know to explain more. Your help is appreciated. regards, Rajil Davda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts - indexed property problem with jdk1.5 - overloaded get/set method with same name - for Struts Team

2008-11-26 Thread Rajil
n-built classes. This issue can be better understood by Struts Team. If you don't understand my question let me know to explain more. Your help is appreciated. regards, Rajil Davda

RE: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread Rajil
Hi. Use struts-blank.war Create your action classes and required beans. You can create your ConnectionManager class that returns connection when requested. Code Action to interact with database, take connection from your connectionManager class. This is as simple as you write in simple servlet

FW: Migratring to struts 1.2.7 from struts1.0b

2008-11-26 Thread Rajil
ther drawback or problem? Let me know if any.. -----Original Message- From: Rajil [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 10:45 AM To: 'Struts Users Mailing List' Subject: RE: Migratring to struts 1.2.7 from struts1.0b Thanks for your valuable time Paul.

RE: Migratring to struts 1.2.7 from struts1.0b

2008-11-25 Thread Rajil
ovember 26, 2008 4:28 AM To: Struts Users Mailing List Subject: Re: Migratring to struts 1.2.7 from struts1.0b Sounds like you have an old tag library reference sticking around. Try deleting any TLD in your webapp root. On Tue, Nov 25, 2008 at 3:32 AM, Rajil <[EMAIL PROTECTED]> wrote: > Hi

Migratring to struts 1.2.7 from struts1.0b

2008-11-25 Thread Rajil
(SecurityFilter.java:188) Is there any change in TagLibrary also? Do I have to replace my tag libraries and their reference in web.xml file ? Do I need to change the JSP files also? Please suggest.. regards, Rajil Davda

RE: JasperCompiler problem

2008-11-24 Thread Rajil
PROTECTED] Sent: Monday, November 24, 2008 3:02 PM To: Struts Users Mailing List Subject: Re: JasperCompiler problem You might have better luck asking on a JasperReport mailing list. Nils-H On Mon, Nov 24, 2008 at 10:26 AM, Rajil <[EMAIL PROTECTED]> wrote: > Hi All; > > I am facin

JasperCompiler problem

2008-11-24 Thread Rajil
Also, I am able to compile some of the reports. But it is not compiling reports having reference to compiled class as shown in above error as above JapserChartFactory class. Can anybody say what would be the issue? how can i compile these reports to run under jdk1.5 and tomcat5.5?? regards, Rajil Davda

RE: Problem with Select tag during migration

2008-11-24 Thread Rajil
But for that I should have my action and jsp coded using struts1 tags, isn't it? -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 1:36 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/24

RE: Problem with Select tag during migration

2008-11-23 Thread Rajil
bject: Re: Problem with Select tag during migration 2008/11/24 Rajil <[EMAIL PROTECTED]>: > I wanted to know any available option to use two lists (one for key and > another for value) instead of using MAP. Write your own tag for that, it will be more convenient. Regard

RE: Problem with Select tag during migration

2008-11-23 Thread Rajil
for key and another for value) instead of using MAP. - Rajil -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2008 3:02 PM To: Struts Users Mailing List Subject: Re: Problem with Select tag during migration 2008/11/22 nikunj <[EMAIL PROTEC

Table Grid in struts2

2008-11-21 Thread Rajil
solution for this? regards, Rajil Davda Software Engineer, Applied Software Pvt. Ltd. | 42, Tapovan Society | Above Bank of Baroda | Near Manekbaug Hall | Ambawadi | Ahmedabad. + 91 942 888 99 15, + 91 79 266 20 719 Ext. 38

URL Encryption

2008-11-21 Thread Rajil
kerMaster.action?tn=12345 6845512321 I want it to be encrypted such that user should not be able to interpret or change query-string parameters in URL. regards, Rajil Davda

Struts2 - JSP Scriptlet

2008-11-21 Thread Rajil
Hi. I am migrating a module from struts1.0 to struts2.1.2. I am facing problem while using scriptlet [ <%=jsp_variable_name%> ] in struts2 tags. Is there any way I can use scriptlet in struts2 tags.?? regards, Rajil Davda