Re: [OT] Sending email from struts

2004-02-11 Thread Sachin Pandey
Hi, Have a look at Velocity (Jakarta), templating engine. You can use that to substitute the user details and form the mail message. The template could just be a resourse file with velocity tags. Cheers Sachin - Original Message - From: "Matt Bathje" <[EMAIL P

Re: Struts Tag Lib and Performance

2004-01-11 Thread Sachin Pandey
apache.org/struts/userGuide/index.html. There are certain overlaps between JSTL and Struts tags. JSTL is not a part of Struts framework. Though a reference implementation of the same is available by Jakarta (JCP Standardized Tag Libraries). You may want to check that too. Cheers Sachin - Origin

Map Backed Action Forms

2003-09-30 Thread Kansal, Sachin
Hi All, I am trying to use Map backed Action Forms in Struts. The setValue(String key, Object value) is not getting called. Does it get called automatically or an explicit call is required? When I access the page, the getValue() method is getting called. bye Sachin

RE: Deployment of Struts App in Linux/Tomcat

2003-08-16 Thread Sachin
... Thanks Sachin -Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 1:29 AM To: Struts Users Mailing List Subject: RE: Deployment of Struts App in Linux/Tomcat André, It does depend on quite a few factors, if you're able to provide some

RE: StrutsTestCase using weblogic 8.1

2003-08-14 Thread Sachin
Hi Doug, Have you able to write TestCases for Struts1.1 in StrutsTestCases becuase i can able to run with Struts1.0 but not with Struts1.1 Thanks sachin -Original Message- From: Chalmers, Doug [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 8:07 PM To: [EMAIL PROTECTED

Is StrutsTestcase is working for Struts1.1..????

2003-08-14 Thread Sachin
start getting problem in testCase so can anyone suggest me. What changes need to be done in your example to run for Struts1.1... It works fine with struts1.0 but give follwoing error when used with Struts1.1 Configuration is same as for Struts1.0.. Thanks Sachin Here is Error.. .F.F Time

RE: StrutsTestCase using weblogic 8.1

2003-08-14 Thread Sachin
Hi Doug, well i have just start to work on StrutsTestCase And Succesfully run Example comes with Distribution But When I tried to run Struts1.1 by replcaing Struts1.0 and perform with execute got error So can you provide Any guidence in it. Thanks Sachin Here is Error.. > &g

RE: (help!!! plz!!) Select Box and validation (repost)

2003-08-09 Thread Sachin
You should maintain a hiddne variable which will store previous value and if it is not valid then set Your original value and return error back to user with selected Comobo box. I think it should work.. -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 0

RE: [newbie]: forwarding to a URL from Action class

2003-08-09 Thread Sachin
Actually your forwards should be part of your mapping object but you are trying to pass forward with matching of it in struts-config.xml.. So it oyu should define it in global forwards so that mapping will get That URL... Thanks Sachin -Original Message- From: Shyam A [mailto:[EMAIL

RE: StrutsTestCase problem with setRequestPathInfo()

2003-08-05 Thread Sachin
What directory Structure you have for Test Cases and have you set /WEB-INF/ in your classpath.. and How you set these variables -Original Message- From: Daniel Massie [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 3:17 PM To: Struts Users Mailing List Subject: StrutsTestCase pro

RE: Struts Test Case (new Bie..)

2003-08-04 Thread Sachin
try this.. Hoping that it will work... Thanks for help.. Thanks Sachin -Original Message- From: Holman, Cal [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 6:29 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: Struts Test Case (new Bie..) Try changing the

RE: Struts Test Case (new Bie..)

2003-08-03 Thread Sachin
s.html For examples on how to use strutstestcase, look on the project's website: http://strutstestcase.sourceforge.net/ (The strutstestcase website also has a discussion of mock v. container testing) I would recommend starting with mock objects (they're a little simpler to use, simply beca

Struts Test Case (new Bie..)

2003-07-31 Thread Sachin
Hi All, can any body suggest me what is best test case approach to write testcases for Actions and Forms Whether it should be MockStrutsTestCase Approach or CactusStrutsTestCase And where will i get examples on it.. Thanks Sachin

FW:

2003-07-31 Thread Sachin
What is the difference between a burned toast and and pregnant girlfriend . Ans- in both cases a a guy think ki "kash thoda phel nikal liya hota". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

RE: problem in Logout Action and No cache using struts

2003-07-10 Thread Sachin
use ultimately ActionForms are providing data to web page Can anybody help me or any suggestion thanks Sachin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

problem in Logout Action and No cache using struts

2003-07-09 Thread Sachin
use session for my application. Can struts play any major role in that because ultimately ActionForms are providing data to web page Can anybody help me or any suggestion thanks Sachin - To unsubscribe, e-mail: [EMAIL PROT

Is FormBean mandatory???

2002-04-09 Thread Sachin
ed in my jsp page. Could anyone explain the pros & cons of not using form beans in my project and are there any performance issues in this context?? Thanks & Regards, Sachin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Branch Restriction error due to struts..

2002-04-06 Thread Sachin
use struts tags for all the fields then it will throw the above error. Thanks & Regards Sachin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

CheckBox problem in struts..

2002-04-06 Thread Sachin
getting reflected when i revisit the page. Thanks & Regards Sachin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

sorting of multiple records..

2002-03-12 Thread Sachin
Could anyone explain about the sorting of multiple records using an iterate tag logic:itearte & bean:write tags display multiple records in the page. Is it possible in struts so that sorting of the records can be shown on a specific property(column). Sachin -- To unsubscribe, e-mail: <

RE: Dynamic SQL query library

2001-12-12 Thread Sachin Devand
We had a very bad experience with CachedRowSet, in fact we had to take it out of our code after it had gone into production. CachedRowSet it in beta and there is no good documentation for it. It handles long data type (of Oracle) very poorly and is quite unstable. It promises a lot of funky featur

Unsubscribe me...............

2001-06-20 Thread Sachin Mapara
Title: Unsubscribe me... Please unsubscribe me from this list. Sachin Mapara. Trigyn Technologies Ltd. Tel  :- 518 86 86 (O)  Ext.- 537        95251 - 44 10 39 (R)

Unsubscribe me...............

2001-06-18 Thread Sachin Mapara
Title: Unsubscribe me... Please unsubscribe me from this list. Sachin Mapara. Trigyn Technologies Ltd. Tel  :- 518 86 86 (O)  Ext.- 537        95251 - 44 10 39 (R)

chaining of actions

2001-03-16 Thread Sachin Tendulkar
Hi, Is there is a way in struts I can chain actions together.Like instead of going from an action to a jsp can i call another action after I am done processing one action? Thanks Vinay __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail

Re: text tag

2001-03-09 Thread Sachin Tendulkar
yes I imported the file..i also tried the single quotes but it doesn't seem to work.. --- Martin Cooper <[EMAIL PROTECTED]> wrote: > Did you import the FormConstants class at the top of > your JSP? > > -- > Martin Cooper > > - Original Message - &g

text tag

2001-03-08 Thread Sachin Tendulkar
me"). I have checked the tag library descriptor and the 'text' tag supports runtime expressions for attributes. Also i didn't understand why I am getting the error in the 'form' tag Thanks Sachin __ Do You Yahoo!? Ge