Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread manoj . sharma
Hi Ratna, Just go to Jquery Ajax API this url and you will find all ajax implementation. you just need to specify url, data, and type and on success what ever you want to do just do... Re: Please help me in resolving the problem(dojo + struts 2) Ratna Kar to

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Ratna Kar
-4349 > > > > Also seems like dojo plugin is going to be deprecated from the next major > > release 2.5.. Can any one confirm this.. > > > > One more question, in order to develop ajax based application... Which > > plugin is more suitable and popular at this point of time..

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread manoj . sharma
Hi Ratna, For AJAX implementation JQuery is best as you can find lots of option and example to implement it. Re: Please help me in resolving the problem(dojo + struts 2) Ratna Kar to: Struts Users Mailing List 07/07/2014 05:11 PM Please respond to "Struts

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Sreekanth S. Nair
in order to develop ajax based application... Which > plugin is more suitable and popular at this point of time.. ? > Is it jquery plugin ? Please help me in choosing the right plugin.. > > Thanks once again > > > > > On Mon, Jul 7, 2014 at 4:49 PM, Sreekanth S. Nair

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Ratna Kar
... Which plugin is more suitable and popular at this point of time.. ? Is it jquery plugin ? Please help me in choosing the right plugin.. Thanks once again On Mon, Jul 7, 2014 at 4:49 PM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > Have you tried using jquery plugin

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Sreekanth S. Nair
ber("$Rev$".match(/[0-9]+/)[0]), > > > *Error 2* > > TypeError: dojo.require is not a function > > dojo.hostenv.writeIncludes(true); > > Please help me in resolving the issue. >

Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Ratna Kar
action. .. pls help *Error 1* TypeError: "$Rev$".match(...) is null revision: Number("$Rev$".match(/[0-9]+/)[0]), *Error 2* TypeError: dojo.require is not a function dojo.hostenv.writeIncludes(true); Please help me in resolving the issue.

Re: ple help me out

2012-09-14 Thread Alejandro
ujjivanInsurance >> >> >> > scope="session" type="com.r2k.ujjivan.action.UjjivanInsurance"> >> >> >> >> >> >> >> >> >> >> >> CustomerID: >> >> >&

Re: ple help me out

2012-09-14 Thread Alejandro
t; > > CustomerID: > > > > > please give a solution > > > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/ple-help-me-out-tp5710625.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --

ple help me out

2012-09-14 Thread devsuvvari
: /ujjivanInsurance CustomerID: please give a solution -- View this message in context: http://struts.1045723.n5.nabble.com/ple-help-me-out-tp5710625.html Sent from the Struts - User mailing list archive at Nabble.com

Re: hi, I me a problem using Struts2 with Dojo, could any one kindly help me?

2011-05-25 Thread Dave Newton
I'd consider using Dojo without the tags, or perhaps wrapped in thin JSP-based tags. Dave On May 25, 2011 10:32 PM, "xiaxia347work" wrote:

Re: hi please help me struts2

2010-07-10 Thread Salish S
uld you post an example of what you're trying to do? > > -Brian > > > > On Fri, Jul 9, 2010 at 7:39 AM, Salish S wrote: > > -- Forwarded message -- > > From: Salish S > > Date: Fri, Jul 9, 2010 at 6:07 PM > > Subject: hi please help me s

hi please help me struts2 with hibernate

2010-07-09 Thread Salish S
hi hello i had done the project as described in this site example http://www.vaannila.com/struts-2/struts-2-example/struts-2-crud-example-1.html its working fine just the change is that the Db i used is mysql thatall But how can i do the clientside validtion by xml file and how can i do the same

Re: hi please help me struts2

2010-07-09 Thread Brian Thompson
ate.cfg.xml files or annotations in the model classes. Could you post an example of what you're trying to do? -Brian On Fri, Jul 9, 2010 at 7:39 AM, Salish S wrote: > -- Forwarded message -- > From: Salish S > Date: Fri, Jul 9, 2010 at 6:07 PM > Subject

Fwd: hi please help me struts2

2010-07-09 Thread Salish S
-- Forwarded message -- From: Salish S Date: Fri, Jul 9, 2010 at 6:07 PM Subject: hi please help me struts2 To: "es...@vaannila.com" Hi i had gone through the struts2 crud in the http://www.vaannila.com/struts-2/struts-2-example/struts-2-crud-example-1.html its fin

Re: Help me design this struts, please

2009-12-02 Thread emil thushanga
> > > > > > all the information from the User table appear + two comboboxes : > > > > > > > > combobox (All roles in the database) > > > > combobox (Assigned roles to this user) > > > > two links : > > > > right arrow li

Re: Help me design this struts, please

2009-12-01 Thread Saeed Iqbal
mation from the User table appear + two comboboxes : > > > > combobox (All roles in the database) > > combobox (Assigned roles to this user) > > two links : > > right arrow link for revoking roles > > left arrow link for granting roles > > > > could you please

Help me design this struts, please

2009-12-01 Thread A. Lotfi
: all the information from the User table appear + two comboboxes : combobox (All roles in the database) combobox (Assigned roles to this user) two links : right arrow link for revoking roles left arrow link for granting roles could you please help me doing this ? thanks your

Re: please help me

2009-04-07 Thread Lukasz Lenart
2009/4/7 PEGASUS84 : > public class DataOre { >    List giorno=new ArrayList(); > > > >  public DataOre(){ >    giorno = new ArrayList(); You already created list, not needed > <%...@page import="bean.DataOre"%> > listValue="giorno" /> You can't use that bean directly, it has to be returned by g

Re: please help me

2009-04-07 Thread Nils-Helge Garli Hegvik
ter and the Map >> value will become the option body. "" >> >> Now, you have list as "DataOre".  This is not, as the documentation says, >> an >> "Iterable source to populate from". >> >> M. >> >> -----Origi

RE: please help me

2009-04-07 Thread PEGASUS84
M. > > -Original Message- > From: PEGASUS84 [mailto:pegasu...@hotmail.it] > Sent: Tuesday, April 07, 2009 12:56 PM > To: user@struts.apache.org > Subject: Re: please help me > > > this is my bean > package bean; > import java.util.*; > > p

RE: please help me

2009-04-07 Thread Security Management
have list as "DataOre". This is not, as the documentation says, an "Iterable source to populate from". M. -Original Message- From: PEGASUS84 [mailto:pegasu...@hotmail.it] Sent: Tuesday, April 07, 2009 12:56 PM To: user@struts.apache.org Subject: Re: please hel

Re: please help me

2009-04-07 Thread PEGASUS84
d("Wednesday"); giorno.add("Thursday"); giorno.add("Friday"); giorno.add("Saturday"); } } anf in the jsp page there is <%...@page import="bean.DataOre"%> -- View this message in context: http://www.nabble.com/please-help-me-t

please help me

2009-04-07 Thread PEGASUS84
i repeat my question i want populate the list from action tag whit ArrayList which is in a bean without to use action. Can i do? -- View this message in context: http://www.nabble.com/please-help-me-tp22933522p22933522.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Can anyone help me with an example of REST with mutiple paras

2008-08-26 Thread Ryan Wong
ere's an example using the REST plugin: > http://www.blueskyminds.com.au/url-hierarchy/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- V

Re: Can anyone help me with an example of REST with mutiple paras

2008-08-25 Thread Jeromy Evans
Ryan Wong wrote: how can I apply the URL http://localhost:3000/ontrack/1/sprints/1 to action to show item with ontract id - 1 and sprints id - 1 Here's an example using the REST plugin: http://www.blueskyminds.com.au/url-hierarchy/

Re: Can anyone help me with an example of REST with mutiple paras

2008-08-25 Thread Ryan Wong
to show item with ontract id - 1 and sprints id - 1 > -- View this message in context: http://www.nabble.com/Can-anyone-help-me-with-an-example-of-REST-with-mutiple-paras-tp19154913p19155308.html Sent from the Struts - User mailing list archiv

Can anyone help me with an example of REST with mutiple paras

2008-08-25 Thread Ryan Wong
how can I apply the URL http://localhost:3000/ontrack/1/sprints/1 to action to show item with ontract id - 1 and sprints id - 1 -- View this message in context: http://www.nabble.com/Can-anyone-help-me-with-an-example-of-REST-with-mutiple-paras-tp19154913p19154913.html Sent from the Struts

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread Dustin Pearce
this helpful. Your comments, questions anything would be appreciated? Thanks Prashanth -- View this message in context: http://www.nabble.com/DOJO-Dialog-Problem--Please-help-me-tp18951580p19048300.html Sent from the Struts - User mailing list a

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread Dave Newton
--- On Tue, 8/19/08, prashanth2 <[EMAIL PROTECTED]> wrote: > I would like to know how and if it is possible to call a > dialog box from a iframe? Or have the dialog box pop out > from an iframe? and how can i pass variables from dialog > box to my struts action class, if so how to retrieve > them

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread prashanth2
quest"? inbuilt dojo0.4 with s2 is not supportive, so i started using dojo1.1.1. Is this helpful. Your comments, questions anything would be appreciated? Thanks Prashanth -- View this message in context: http://www.nabble.com/DOJO-Dialog-Problem--Please-help-me-tp18951580p19048300.html Sen

DOJO Dialog Problem? Please help me

2008-08-12 Thread prashanth2
lso please help me in passing some variables to the dialog, so that i can display a new jsp based on the server response. http://www.nabble.com/file/p18951580/Doj-Dialog.JPG Doj-Dialog.JPG Here is my jsp as follows: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> <%@ taglib pr

Re: an issue with my Action class - help me

2008-07-15 Thread Narayana S
Thanks Dave and Lukasz, i got the concept, and solved the issue. Thank you very much. On Tue, Jul 15, 2008 at 4:47 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 7/15/08, Narayana S <[EMAIL PROTECTED]> wrote: > > I am new to struts 2. my page is having a list which > >

Re: an issue with my Action class - help me

2008-07-15 Thread Dave Newton
--- On Tue, 7/15/08, Narayana S <[EMAIL PROTECTED]> wrote: > I am new to struts 2. my page is having a list which > is dynamically generated by action, so while calling > the jsp page itself from a menu, I am calling URL > "/mymodule1/EditEmployee.action", which is mapped to > EditEmplyeeAction.

Re: an issue with my Action class - help me

2008-07-15 Thread Lukasz Lenart
Hi, I'm supposing that you have actions mapped by methods in action class (execute(), update(), etc.) If so, to disable validation for particularly methods, annotated them with @SkipValidation Regards -- Lukasz http://www.lenart.org.pl/ -

an issue with my Action class - help me

2008-07-15 Thread Narayana S
Hi, I am new to struts 2. my page is having a list which is dynamically generated by action, so while calling the jsp page itself from a menu, I am calling URL "/mymodule1/EditEmployee.action", which is mapped to EditEmplyeeAction.java. first time when i am generating the page I am generat

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
" %> I also include all the jar file. And tld files. In the respective folders. And using them as necessary. ------ Problem.

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Engr. Jherald Gerome Lacambra
> > > > I also include all the jar file. And tld files. In the respective > > folders. And using them as necessary. > > > > ---- > > - > > > > 4. try > > > > Web.xml > > > > &g

Yes RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:17 PM To: 'Struts Users Mailing List' Subject: RE: Pagination problem with struts2,Please Please help me. Yes, giving value 8 for this. -Original Message- From: Musac

RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread vdeep
Yes, giving value 8 for this. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:07 PM To: Struts Users Mailing List Subject: Re: Pagination problem with struts2,Please Please help me. Are you sure there is data on that list? try this on

Re: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Musachy Barroso
t; 4. try > > Web.xml > > > > http://displaytag.sf.net > > displaytag.tld > > > > employee. Jsp > > <%@ taglib uri=" http://displaytag.sf.net"; prefix="display" %> > &

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
" %> I also include all the jar file. And tld files. In the respective folders. And using them as necessary. ------ Problem.

Re: Please help me in Coding

2008-01-31 Thread Martin Gainty
: "ihaveareason" <[EMAIL PROTECTED]> To: Sent: Thursday, January 31, 2008 4:29 AM Subject: Please help me in Coding > > Hi, > Any one please help in coding i have to bring CSV(comma separated values) > datas through struts.I can able to run java file successfully,but iam &g

Re: Please help me in Coding

2008-01-31 Thread Mark McLaren
> Hi, > > Any one please help in coding i have to bring CSV(comma separated values) > > datas through struts.I can able to run java file successfully,but iam > > getting errors in Struts.xml. Here by i pasted the java file and > > Struts.xml. > > Please help me its ur

Re: Please help me in Coding

2008-01-31 Thread Antonio Petrelli
2008/1/31, ihaveareason <[EMAIL PROTECTED]>: > > > Hi, > Any one please help in coding i have to bring CSV(comma separated values) > datas through struts.I can able to run java file successfully,but iam > getting errors in Struts.xml. Here by i pasted the java file and >

Please help me in Coding

2008-01-31 Thread ihaveareason
Hi, Any one please help in coding i have to bring CSV(comma separated values) datas through struts.I can able to run java file successfully,but iam getting errors in Struts.xml. Here by i pasted the java file and Struts.xml. Please help me its urgent. http://www.nabble.com/file/p15200971

[OT] Anyone familiar with BEA weblogic 8.1 that might be able to help me understand why every request is giving me a new Session (fine on Tomcat4?

2007-10-08 Thread Rick Reumann
Yes, I know the wrong list, but been googling with not much luck - didn't feel like spending the time yet to join some bea list until I asked some of you geniuses first: Ultimately I have to run this app on an old server bea weblogic 8.1 on java4, so for prototyping I've started out using Tomcat4

Re: dynamicaly radio buttons from database, please help me

2007-09-25 Thread Rick Reumann
t; ID Title -- O smal O medium O hight > > SaveSubmitButton > > > The three radio buttons are all not selected, the user just has to select > one of each line then click the Save SubmitButton. > >

Re: [OT] Re: dynamicaly radio buttons from database, please help me

2007-09-24 Thread Dave Newton
--- "A. Lotfi" <[EMAIL PROTECTED]> wrote: > what I am asking is : > ID is a number. > Title is a string. > > How about the group radio buttons ? Whatever you want them to be, and it can depend on what DB you're using. d.

Re: [OT] Re: dynamicaly radio buttons from database, please help me

2007-09-24 Thread A. Lotfi
what I am asking is : ID is a number. Title is a string. How about the group radio buttons ? Dave Newton <[EMAIL PROTECTED]> wrote: --- "A. Lotfi" wrote: > 1) How to create the data radio buttons in the > database table? Are you asking what SQL to use to create the column that repr

[OT] Re: dynamicaly radio buttons from database, please help me

2007-09-24 Thread Dave Newton
--- "A. Lotfi" <[EMAIL PROTECTED]> wrote: > 1) How to create the data radio buttons in the > database table? Are you asking what SQL to use to create the column that represents the radio button choice? d. - To unsubscribe, e-ma

dynamicaly radio buttons from database, please help me

2007-09-24 Thread A. Lotfi
SaveSubmitButton The three radio buttons are all not selected, the user just has to select one of each line then click the Save SubmitButton. Please help me, 1) How to create the data radio butons in the database tabel ? Thank you, your help

Re: Pls help me to find Struts 1.0.2 binary, library and source

2007-09-02 Thread Joey Watson
Wendy , Thank you very much. On 9/3/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 9/2/07, Joey Watson <[EMAIL PROTECTED]> wrote: > > > I have to find Struts 1.0.2 Binary Distribution, Struts 1.0.2 Library > > Distribution and > > Struts 1.0.2 Source Code Distribution for a project, but I didn't

Re: Pls help me to find Struts 1.0.2 binary, library and source

2007-09-02 Thread Wendy Smoak
On 9/2/07, Joey Watson <[EMAIL PROTECTED]> wrote: > I have to find Struts 1.0.2 Binary Distribution, Struts 1.0.2 Library > Distribution and > Struts 1.0.2 Source Code Distribution for a project, but I didn't find > it on apache website(http://archive.apache.org/dist/jakarta/struts/binaries/), > o

Pls help me to find Struts 1.0.2 binary, library and source

2007-09-02 Thread Joey Watson
Hi everybody. I have to find Struts 1.0.2 Binary Distribution, Struts 1.0.2 Library Distribution and Struts 1.0.2 Source Code Distribution for a project, but I didn't find it on apache website(http://archive.apache.org/dist/jakarta/struts/binaries/), only 1.1 can be found, so anybody know where I

Re: ******** Java script not working in Netscape,Firefox,Safari*******URGENT PLS HELP ME**********

2007-07-17 Thread csirus
message in context: http://www.nabble.com/-Java-script-not-working-in-Netscape%2CFirefox%2CSafari***URGENT-PLS-HELP-ME**-tf3943161.html#a11662471 Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: ******** Java script not working in Netscape,Firefox,Safari*******URGENT PLS HELP ME**********

2007-07-09 Thread Dale Newfield
If you want to write portable javascript, learn the language, or at least learn what makes the language quirky. If you want to do that very quickly, watch the videos referred to here: http://jroller.com/page/TedHusted?entry=crockford_clips -Dale --

RE: ******** Java script not working in Netscape,Firefox,Safari*******URGENT PLS HELP ME**********

2007-07-09 Thread Jason Wyatt
net) [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 June 2007 8:09 AM To: user@struts.apache.org Subject: Java script not working in Netscape,Firefox,Safari***URGENT PLS HELP ME** Hi all, I am working in a pure struts application which went live succesfully.

Re: Problem in JSP. help me pls

2007-07-02 Thread Li
1.1 on http-8080 -- View this message in context: http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4011460.html#a11391886 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PRO

Problem in JSP. help me pls

2007-07-02 Thread bindhu
http-8080 -- View this message in context: http://www.nabble.com/Problem-in-JSP.-help-me-pls-tf4011460.html#a11391886 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Problem in JSP. help me pls

2007-07-02 Thread bindhu
m. Others, please correct me if I'm wrong. > > Cheers, > Session > > >> > >> hai, >> >> when trying to open my jsp page in browser i get this error. can anyone >> plas help me. type Exception report >> >> message >&g

Re: [OT] Re: Problem in JSP. help me pls

2007-07-02 Thread Li
tool like ant to do it for you. bindhu wrote: > hi, > > i hv done what u said > > n now my calsspath is > CLASSPATH=C:\Program Files\Java\jre1.6.0_01\lib\* > > still i face the error. > > bindhu wrote: > >> hai, >> >> when trying to open my j

[OT] Re: Problem in JSP. help me pls

2007-07-01 Thread Jeromy Evans
lsspath is CLASSPATH=C:\Program Files\Java\jre1.6.0_01\lib\* still i face the error. bindhu wrote: hai, when trying to open my jsp page in browser i get this error. can anyone plas help me. type Exception report message description The server encountered an internal error () th

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
hi, i hv done what u said n now my calsspath is CLASSPATH=C:\Program Files\Java\jre1.6.0_01\lib\* still i face the error. bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception r

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
r;C:\struts1.3.8\l > ib\*;C:\apache-tomcat-6.0.13\lib\*;C:\Program Files\Java\jre1.6.0_01\lib\* > > but i face the same problem. i dont use any IDE right now. > > > bindhu wrote: >> >> hai, >> >> when trying to open my jsp page in browser i

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
.jar;C:\struts1.3.8\l ib\*;C:\apache-tomcat-6.0.13\lib\*;C:\Program Files\Java\jre1.6.0_01\lib\* but i face the same problem. i dont use any IDE right now. bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exce

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
. bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception report > > message > > description The server encountered an internal error () that prevented it > from fulfil

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
e- tomcat-6.0.13\lib\*;C > :\Program Files\Java\jre1.6.0_01\lib\* > > > bindhu wrote: >> >> hai, >> >> when trying to open my jsp page in browser i get this error. can >> anyone plas help me. >> type Exception report >> >> message &

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
\jre1.6.0_01\lib\* > > > bindhu wrote: >> >> hai, >> >> when trying to open my jsp page in browser i get this error. can >> anyone plas help me. >> type Exception report >> >> message >> >> description The

Re: Problem in JSP. help me pls

2007-07-01 Thread bindhu
\Java\jdk1 .6.0_01\lib\servlet-api.jar;C:\struts1.3.8\lib\*;C:\apache-tomcat-6.0.13\lib\*;C :\Program Files\Java\jre1.6.0_01\lib\* bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas help me. > type Exception r

Re: Problem in JSP. help me pls

2007-07-01 Thread gundakiran
Hai Bindhu, This org.apache.struts.taglib.html.FormTag is in struts core jar file.. Check if this jar and all its dependents exist in your web-inf/lib.. Kiran bindhu wrote: > > hai, > > when trying to open my jsp page in browser i get this error. can > anyone plas

Re: Problem in JSP. help me pls

2007-07-01 Thread Li
check your struts jar file see if the tag handler classes there ... On 7/2/07, bindhu <[EMAIL PROTECTED]> wrote: hai, when trying to open my jsp page in browser i get this error. can anyone plas help me. type Exception report message description The server encountered an internal

Re: Problem in JSP. help me pls

2007-07-01 Thread Session A Mwamufiya
re you have the corresponding .jar file in your lib directory; I think that should take care of the problem. Others, please correct me if I'm wrong. Cheers, Session > > hai, > > when trying to open my jsp page in browser i get this error. can anyone > plas help me.

Problem in JSP. help me pls

2007-07-01 Thread bindhu
hai, when trying to open my jsp page in browser i get this error. can anyone plas help me. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException

RE: help me...

2007-06-26 Thread Vikash Manoranjan
: Still the problem persists. Please help me. Thanks and Regards, Vikash Manoranjan -Original Message- From: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Sent: 27 June 2007 14:46 To: Struts Users Mailing

Re: help me...

2007-06-26 Thread Nuwan Chandrasoma
cified for the "initial" attribute.This is what said in the 1.1 DTD, hope this would help you.Thanks,Nuwan - Original Message - From: "Vikash Manoranjan" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 27, 2007 4:59 AM Subject: help me... HI all, I am getting

Re: Struts Help ME PLSSSS

2007-06-19 Thread nuwan chandrasoma
On 6/19/07, bindhu <[EMAIL PROTECTED]> wrote: hai, can u help me out solving this problem. i have dowloaded struts1.3.8. but while compiling struts enabled java i get error msg. C:\apache-tomcat-6.0.13\webapps\reg\WEB-INF\classes\app>javac RegisterForm.java RegisterForm.j

RE: Help me pls

2007-06-18 Thread bindhu
t; > -Original Message- > From: bindhu [mailto:[EMAIL PROTECTED] > Sent: 18 June 2007 11:49 > To: user@struts.apache.org > Subject: RE: Help me pls > > > thank u so much Raghu. i will download struts1.3.x. can u pls say me the > how > to install it. i read

[OT] Re: ******** Java script not working in Netscape,Firefox,Safari*******URGENT PLS HELP ME**********

2007-06-18 Thread Dave Newton
--- "Krishna, Hari (FTT-CInternet)" wrote: > The code highlighted in red color is giving "has no > properties" error if I enable script notification in > the browser. Please let us know the best way to > fix. I don't see anything in red, so it's kinda hard to say. Without the form fields in qu

******** Java script not working in Netscape,Firefox,Safari*******URGENT PLS HELP ME**********

2007-06-18 Thread Krishna, Hari \(FTT-CInternet\)
Hi all, I am working in a pure struts application which went live succesfully. We got issues from users saying that they are getting javascript errors if they use netscape/Safari/Firefox. The same java script is working good in IE. Please let me know how to make it cross browse

RE: Help me pls

2007-06-18 Thread bindhu
://www.nabble.com/Help-me-pls-tf3939274.html#a11175905 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help me pls

2007-06-18 Thread bindhu
then what shd i do next -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11174966 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
-Original Message- From: bindhu [mailto:[EMAIL PROTECTED] Sent: 18 June 2007 11:49 To: user@struts.apache.org Subject: RE: Help me pls thank u so much Raghu. i will download struts1.3.x. can u pls say me the how to install it. i read the installation guide but its not that much useful. so

RE: Help me pls

2007-06-18 Thread bindhu
thank u so much Raghu. i will download struts1.3.x. can u pls say me the how to install it. i read the installation guide but its not that much useful. so can u pls help me -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11173372 Sent from the Struts - User

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
@struts.apache.org Subject: RE: Help me pls y will version 2.0.8 will not work -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172900 Sent from the Struts - User mailing list archive at Nabble.com

RE: Help me pls

2007-06-18 Thread bindhu
y will version 2.0.8 will not work -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172900 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

RE: Help me pls

2007-06-18 Thread Raghupathy, Gurumoorthy
This is struts 1.3.x version syntax ... donwload 1.3.8 version and then try -Original Message- From: bindhu [mailto:[EMAIL PROTECTED] Sent: 18 June 2007 10:55 To: user@struts.apache.org Subject: Help me pls I am new to struts. i downloaded struts2.0.8 n and copied all the .war files

Help me pls

2007-06-18 Thread bindhu
I hvae my pgm stored in tomcat\webapp\register\WEB-INF\classes\app RegisterAction.java RegisterForm.java thank you in advance pls anyone help me whats the mistake i hv done -- View this message in context: http://www.nabble.com/Help-me-pls-tf3939274.html#a11172716 Sent from the Struts - Use

Re: Help me

2007-06-14 Thread md . ekbaluddin
the WEB-INF should be in capital letters to run a web application in linux. actually i have faced the same problem . windows in not case sensetive but linux ,it is only for WEB-INF,. Your can mention lib, classes or other folders names in lower case best of luck

Re: Help me

2007-06-14 Thread Sachin
<[EMAIL PROTECTED]> wrote: >> >> Seems like you don't have oscache jar on your lib folder. >> >> musachy >> >> On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote: >> > >> > Help me on the below error >> > >>

Re: Help me

2007-06-14 Thread Rainer Hermanns
>> >> musachy >> >> On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote: >> > >> > Help me on the below error >> > >> > [6/14/07 9:48:11:304 EDT] 152c2ad5 WebGroup E SRVE0026E: [Servlet >> > Error]-[com/opensy

Re: Help me

2007-06-14 Thread Sachin
. any idea what could be the problem? On 6/14/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Seems like you don't have oscache jar on your lib folder. musachy On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote: > > Help me on the below error > > [6/14/07 9:48:11

Re: Help me

2007-06-14 Thread Musachy Barroso
Seems like you don't have oscache jar on your lib folder. musachy On 6/14/07, Sachin <[EMAIL PROTECTED]> wrote: Help me on the below error [6/14/07 9:48:11:304 EDT] 152c2ad5 WebGroup E SRVE0026E: [Servlet Error]-[com/opensymphony/oscache/base/NeedsRefre

Help me

2007-06-14 Thread Sachin
Help me on the below error [6/14/07 9:48:11:304 EDT] 152c2ad5 WebGroup E SRVE0026E: [Servlet Error]-[com/opensymphony/oscache/base/NeedsRefreshException]: java.lang.NoClassDefFoundError: com/opensymphony/oscache/base/NeedsRefreshException at java.lang.Class.forName1(Native Method) at

Urgent : java.lang.IllegalArgumentException: No Bean specified, help me to resolve

2007-05-31 Thread Vijay KS
ost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) -- View this message in context: http://www.nabble.com/Urgent-%3A--java.lang.IllegalArgumentException%3A-No-Bean-specified%2C-help-me-to-resol

Re: Please help me get started

2007-04-20 Thread Ian Roughley
ROTECTED]> To: user@struts.apache.org Sent: Thursday, April 19, 2007 2:38:17 PM Subject: Please help me get started Hello, I tried following the Struts 2 bootstrap tutorial, but even the first piece looks like Martian to me. Could someone please give me a step by step approach to setup struts

Re: Please help me get started

2007-04-19 Thread Ted Husted
To sum up, * http://struts.apache.org/index.html#Newbies -T. On 4/19/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: Hello, I tried following the Struts 2 bootstrap tutorial, but even the first piece looks like Martian to me. Could someone please give me a step by step approach to setup

Re: Please help me get started

2007-04-19 Thread Shahak Nagiel
on <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, April 19, 2007 2:55:49 PM Subject: Re: Please help me get started --- Shahak Nagiel <[EMAIL PROTECTED]> wrote: > Problem is, Struts 2 is still too new and I don't > think any books cover it. However, there are bo

Re: Please help me get started

2007-04-19 Thread Dave Newton
--- Shahak Nagiel <[EMAIL PROTECTED]> wrote: > Problem is, Struts 2 is still too new and I don't > think any books cover it. However, there are books > out there for Struts 1 (e.g. > http://www.amazon.com/Struts-Complete-Reference-2nd/dp/0072263865/ref=pd_bbs_sr_1/103-0332319-3664651?ie=UTF8&s=bo

Re: Please help me get started

2007-04-19 Thread Musachy Barroso
Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- "Hey you! Would you help me to carry the stone?" Pink Floyd

  1   2   3   >