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: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread Sreekanth S. Nair
is not a function dojo.hostenv.writeIncludes(true); Please help me in resolving the issue.

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, dojo is outdated

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

2014-07-07 Thread Sreekanth S. Nair
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 sreekanth.n...@egovernments.org wrote: Have you tried

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 Users

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

2014-07-07 Thread Ratna Kar
.. 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.. ? Is it jquery plugin ? Please help me in choosing the right plugin.. Thanks once again On Mon, Jul 7, 2014 at 4:49 PM

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

Re: hi please help me struts2

2010-07-10 Thread Salish S
to do? -Brian On Fri, Jul 9, 2010 at 7:39 AM, Salish S ssal...@gmail.com wrote: -- Forwarded message -- From: Salish S ssal...@gmail.com Date: Fri, Jul 9, 2010 at 6:07 PM Subject: hi please help me struts2 To: es...@vaannila.com es...@vaannila.com Hi i had

Fwd: hi please help me struts2

2010-07-09 Thread Salish S
-- Forwarded message -- From: Salish S ssal...@gmail.com Date: Fri, Jul 9, 2010 at 6:07 PM Subject: hi please help me struts2 To: es...@vaannila.com 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

Re: hi please help me struts2

2010-07-09 Thread Brian Thompson
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 ssal...@gmail.com wrote: -- Forwarded message -- From: Salish S ssal...@gmail.com Date: Fri, Jul 9, 2010 at 6:07 PM Subject: hi please help me

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

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: please help me

2009-04-07 Thread PEGASUS84
); giorno.add(Friday); giorno.add(Saturday); } } anf in the jsp page there is %...@page import=bean.DataOre% s:select headerKey=1 headerValue=seleziona list=DataOre listValue=giorno / -- View this message in context: http://www.nabble.com/please-help-me-tp22933522p22933565.html Sent

RE: please help me

2009-04-07 Thread Security Management
. 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 help me this is my bean package bean; import java.util.*; public

RE: please help me

2009-04-07 Thread PEGASUS84
12:56 PM To: user@struts.apache.org Subject: Re: please help me this is my bean package bean; import java.util.*; public class DataOre { List giorno=new ArrayList(); public DataOre(){ giorno = new ArrayList(); giorno.add(Sunday); giorno.add

Re: please help me

2009-04-07 Thread Lukasz Lenart
2009/4/7 PEGASUS84 pegasu...@hotmail.it: public class DataOre {    List giorno=new ArrayList();  public DataOre(){    giorno = new ArrayList(); You already created list, not needed %...@page import=bean.DataOre% s:select headerKey=1 headerValue=seleziona list=DataOre listValue=giorno /

Re: please help me

2009-04-07 Thread Nils-Helge Garli Hegvik
.  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 help me this is my bean package bean; import

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread prashanth2
? 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 Sent from

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 in my

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread Dustin Pearce
, 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 archive at Nabble.com

DOJO Dialog Problem? Please help me

2008-08-12 Thread prashanth2
this message in context: http://www.nabble.com/DOJO-Dialog-Problem--Please-help-me-tp18951580p18951580.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Pagination problem with struts2,Please Please help me.

2008-05-26 Thread Varun Deep
files. In the respective folders. And using them as necessary. -- Problem. But it shows nothing, not even any error message. Please Please help me. And suggest me

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
. In the respective folders. And using them as necessary. -- Problem. But it shows nothing, not even any error message. Please Please help me. And suggest me how

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

2008-05-25 Thread Musachy Barroso
. -- Problem. But it shows nothing, not even any error message. Please Please help me. And suggest me how I have to move Thanks in advance Varun -- Hey you! Would you help me to carry

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

2008-05-25 Thread vdeep
Yes, s:property value=employeeList.size() / 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

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, s:property value=employeeList.size() / giving value 8

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

2008-05-25 Thread Engr. Jherald Gerome Lacambra
. -- Problem. But it shows nothing, not even any error message. Please Please help me. And suggest me how I have to move Thanks in advance Varun -- Hey you! Would you help me to carry the stone? Pink

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

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 Struts.xml. Please help me its

Re: Please help me in Coding

2008-01-31 Thread Mark McLaren
(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/Stock.java Stock.java http://www.nabble.com/file

Re: Please help me in Coding

2008-01-31 Thread Martin Gainty
: ihaveareason [EMAIL PROTECTED] To: user@struts.apache.org 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 getting errors

Re: dynamicaly radio buttons from database, please help me

2007-09-25 Thread Rick Reumann
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. Please help me, 1) How to create the data radio butons in the database

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

[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-mail:

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

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. - To

Re: Please help me get started

2007-04-20 Thread Ian Roughley
: 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 2 (like 1. move this file to here, 2. do

Please help me get started

2007-04-19 Thread Session A Mwamufiya
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 2 (like 1. move this file to here, 2. do this, ...), because the tutorial itself requires a tutorial to understand

Re: Please help me get started

2007-04-19 Thread Musachy Barroso
You might want to start by creating a project using the maven archetype: http://struts.apache.org/2.0.6/docs/struts-maven-archetypes.html regards musachy On 4/19/07, Session A Mwamufiya [EMAIL PROTECTED] wrote: Hello, I tried following the Struts 2 bootstrap tutorial, but even the first

Re: Please help me get started

2007-04-19 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: On 4/19/07, Session A Mwamufiya Could someone please give me a step by step approach to setup struts 2 (like 1. move this [...] You might want to start by creating a project using the maven archetype: Bootstrap includes creating an app via Maven.

Re: Please help me get started

2007-04-19 Thread Shahak Nagiel
. - Original Message From: Session A Mwamufiya [EMAIL PROTECTED] 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

Re: Please help me get started

2007-04-19 Thread Musachy Barroso
Seems like someone hasn't been looking at the bootstrap (me) :) musachy On 4/19/07, Dave Newton [EMAIL PROTECTED] wrote: --- Musachy Barroso [EMAIL PROTECTED] wrote: On 4/19/07, Session A Mwamufiya Could someone please give me a step by step approach to setup struts 2 (like 1. move this

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.

Re: Please help me get started

2007-04-19 Thread Shahak Nagiel
] To: Struts Users Mailing List user@struts.apache.org 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 books out

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[2]: some question, please help me.

2006-08-14 Thread Michael Cheung
Hi, Thanks for your help. I am using the c.tld from struts-el. and it give me the following error message: [According to TLD or attribute directive in tag file, attribute items does not accept any expressions] when I change to c-rt.tld, same as c.tld from struts-el, it works as you said. Then

some question, please help me.

2006-08-13 Thread Michael Cheung
Hi, everyone; I am new to struts. Need someone help me. Version:Struts 1.2.9, jsp 2.4, tomcat,5.0.28 Question about: struts-el, c.tld in c.tld, not c-rt.tld 1.Document said, difference between el and standard is rtexpression. ${xxx} is supportted in EL tags, but in standard tags, ${xxx} give

Re: some question, please help me.

2006-08-13 Thread Martin Gainty
Good Morning Michael-- If I understand your question correctly the expression needs to be enclosed in ${} as in this example from Ted Husted - c:choose - c:when test=${not empty jcookie} -%-- The functionality of logic:match will eventually be available -

how to use Struts validator to this action form-please help me

2005-11-07 Thread hem hem
hi all, i am new to struts validation. i foung some nice tutorials which validates action forms using validator-rules.xml and validation.xml(which connects validator-rules.xml and formbean name in stuts-config.xml). but my form bean looks like this(i am using 2 more beans in my action form)

i need struts api, please help me

2005-10-02 Thread ravikumar maddi
hai, i am ravikumar. i need struts API please give me proper link to get struts API. thank you very much, regards, ravikumar.m __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

Re: [Please help me!] upgrade from struts 1.1 rc1 to struts 1.1 final

2004-08-10 Thread Andrea Till
Hello, please can someone be so kind to help me. Problem see below. Thanks! Andrea Hello, I didn't neccessarily exspect that someone could recite the steps, but it could be possibe that someone could do it. To tell the truth I've not thought that it are so many steps. Perhaps someone

RE: Re:nested:test problem Please Help me.....

2004-07-16 Thread Sunil Sahu
Title: RE: Re:nested:test problem Please Help me. Hi srinivas, What is the exact problem u r facing. -Original Message- From: Ajay Patil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 30, 2004 3:14 PM To: Srinivas Rao; [EMAIL PROTECTED] Subject: Re: Re:nested:test problem

RE: Re:nested:test problem Please Help me.....

2004-07-16 Thread Srinivas Rao
PROTECTED] wrote: Hi srinivas, What is the exact problem u r facing. -Original Message- From: Ajay Patil [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 3:14 PM To: Srinivas Rao; [EMAIL PROTECTED] Subject: Re: Re:nested:test problem Please Help me. Dear Srinivas You

Re:nested:test problem Please Help me.....

2004-06-30 Thread Srinivas Rao
].stockBox.value Let me know if this is helping you, Ajay Date: Sun, 27 Jun 2004 21:25:31 -0700 (PDT) From: Srinivas Rao Subject: problem Please Help me. To: [EMAIL PROTECTED] Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My

Re: Re:nested:test problem Please Help me.....

2004-06-30 Thread Srinivas Rao
: Srinivas Rao Subject: problem Please Help me. To: [EMAIL PROTECTED] Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My problem is ... I have parent window and child window (ie popup window)..If i entered

Re: Re:nested:test problem Please Help me.....

2004-06-30 Thread Srinivas Rao
Hi Ajay, Thanks to the intrest and replay to me.It's working when one or single file displaying but if more than one file it's not working .I don't know why it is not working ... I thing its not identify the relavent text field. Please help me Thanks Srinivas Ajay Patil [EMAIL

Re: Re:nested:test problem Please Help me.....

2004-06-30 Thread Ajay Patil
, Thanks to the intrest and replay to me.It's working when one or single file displaying but if more than one file it's not working .I don't know why it is not working ... I thing its not identify the relavent text field. Please help me Thanks Srinivas

nested:test problem Please Help me.....

2004-06-27 Thread Srinivas Rao
Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My problem is ... I have parent window and child window (ie popup window)..If i entered the value into text field to popup window then the value come to the parent window

nested:test problem Please Help me.....

2004-06-27 Thread Srinivas Rao
Hi guys, I am facing samll problem , it's a simple one but i don't know what is the wrong i am doing ...Please help me.. My problem is ... I have parent window and child window (ie popup window)..If i entered the value into text field to popup window then the value come to the parent window

Re: Please Help Me To Convert My JSP Scripting Elements To c:set .. c:out .. Tags

2004-06-21 Thread salgado.pc
I replaced: int totalPosts = ( ( Integer )request.getAttribute( TotalPosts ) ).intValue(); with c:set var=totalPosts value=${requestScope.TotalPosts} / And I replaced: %=totalPosts% with c:out value=${requestScope.totalPosts} / You are missing the taglib uri for c.tld (included

RE: Please Help Me To Convert My JSP Scripting Elements To c:set .. c:out .. Tags

2004-06-21 Thread Karr, David
-Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] I am converting all the scripting elements in my JSP to c: tags. I have decided to go one step at the time -- I only want to print out one basic number as a start. My action class passes an object

RE: Please Help Me To Convert My JSP Scripting Elements To c:set .. c:out .. Tags

2004-06-21 Thread McCormack, Chris
different case variables. You should try and avoid it for sake of your sanity and readability :) hth Chris McCormack -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 16:09 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Please Help Me

Please Help Me To Convert My JSP Scripting Elements To c:set .. c:out .. Tags

2004-06-20 Thread Caroline Jen
I am converting all the scripting elements in my JSP to c: tags. I have decided to go one step at the time -- I only want to print out one basic number as a start. My action class passes an object TotalPosts in the following way to my JSP: request.setAttribute( TotalPosts, new