Re: Struts/Eclipse remote app build

2007-01-22 Thread Sandeep Gupta
to do the formal build (i.e.: > CruiseControl or Buildforge > > But I must admit... I'm a bit puzzled with the idea to deploy back in > the machine you code. > > B. > > -Original Message- > From: Sandeep Gupta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Jan

Re: Struts/Eclipse remote app build

2007-01-16 Thread Sandeep Gupta
Hi You can use a build server for the purpose, if both the computers are connected through network. Hope this helps. - Sandeep On 1/16/07, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote: Hi, Why dont you do coding and building on one machine and deploy the app in second machine which would ac

Re: Not able to pass value from jsp to request Processor

2006-12-28 Thread Sandeep Gupta
Hi Sarry Try setting the variable using the request.setAttribute(, ); and then, access the value in the request processor using the (); Hope this helps. - Sandeep On 12/29/06, Sarry <[EMAIL PROTECTED]> wrote: Hi, I am tryin to extend request processor which basically tracks the sessio

Re: Adding dynamic elements to form?

2006-10-12 Thread Sandeep Gupta
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Regards, Sandeep Gupta

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
your help folks. Regards, Sandeep Gupta On 10/11/06, Sandeep Gupta <[EMAIL PROTECTED]> wrote: Antonio, I have just now redeployed the Weblogic server but still am unable to deploy the application. The strange fact is that I am using the same weblogic version, java version, eclipse versi

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
as the release is nearing :-( - Sandeep On 10/11/06, Sandeep Gupta <[EMAIL PROTECTED]> wrote: i have tried cleaning up the cache of the weblogic. also cleaned the build folder. by any method if i am deploying after deleting the additional line it works fine. but by adding just one a

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
:-) - Sandeep On 10/11/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Sandeep Gupta wrote: > But when I am deploying the WAR it works perfectly. I have validated the > struts-config.xml file using various validators and it is validated > without > any errors or warnings. Maybe

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
i will try and check this parsing thing too... may be this is the reason... - Sandeep On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sandeep Gupta ha scritto: > Hi > > I have checked my log files.but the only error they report is as > shown > below while

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
validator and all links were reported to be successful. Can't guess the reason for this problem. For now, I am reinstalling the Weblogic server. Will check if the same error pops up again and let you know. Thanks - Sandeep On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sa

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
The new form-bean entry is as under the corresponding action class and form class are there, and are being compiled into respective classes. Even the WAR includes the classes. - Sandeep On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sandeep Gupta ha scritto: > H

Re: newbie confused by struts and ant

2006-10-10 Thread Sandeep Gupta
specified) from the compiled files. This means you can have 1. build.xml in say c:\buildScript 2. source files in d:\source1 and e:\source2 3. resources in f:\resources 4. and you can create a WAR in g:\WAR Hope this helps Regards, Sandeep Gupta On 10/11/06, Rick Schumeyer <[EMAIL PROTECTED]>

Re: Validating a Positive Decimal Number

2006-10-10 Thread Sandeep Gupta
which expects any value greater than 0.0. I cannot find a regular expression for Positive Decimal Number greater than 0.0. There are many for positive Decimal Number including ZERO. Any suggestions please. Thanks. Chetan Pandey -- Regards, Sandeep Gupta

Re: content management system

2006-10-10 Thread Sandeep Gupta
s best one.whether it is possible to use struts and ajax and hibernate and all those things. we need very urgent thanks in advance H.Gomes -- Regards, Sandeep Gupta

Parsing error processing resource path

2006-10-10 Thread Sandeep Gupta
exception on deployment of the WAR in EXPLODED format: But when I am deploying the WAR it works perfectly. I have validated the struts-config.xml file using various validators and it is validated without any errors or warnings. Please help. Thanks in advance. Regards, Sandeep Gupta