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
Thanks srikanth and manoj. Please point me good documentation w.r.t jquery struts 2. I want to do some samples w.r.t ajax and i need to add the required jar's before doing the sample apps. (please suggest good documentation link to know these things.) On Mon, Jul 7, 2014 at 5:11 PM, Sreekanth S.

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
Yes its, within my knowledge, jquery plugin is at the top priority now. -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.egovernments.org Mob : 9980078913 On Mon, Jul 7, 2014 at 5:08 PM, Ratna Kar wro

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

2014-07-07 Thread Ratna Kar
Thanks Srikanth.. Seems like there is a bug on the above issue.. https://issues.apache.org/jira/browse/WW-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

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

2014-07-07 Thread Sreekanth S. Nair
Have you tried using jquery plugin, dojo is outdated plugin for strust2 latest. Fyi : https://cwiki.apache.org/confluence/display/S2PLUGINS/jQuery+plugin+-+Easy+AJAX+and+Widget+Integration -- Thanks & Regards Srikanth Software Developer eGovernments Foundations ww

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
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("Monday"); giorno.add("Tuesday"); giorno.add("Wednesday"); giorno.add("

Re: Please help me in Coding

2008-01-31 Thread Martin Gainty
Good Morning can you display or attach the following files? your working copy of Struts2HelloWorld.java your working copy of HelloWorld.jsp your working copy of login.jsp your working copy of loginsuccess.jsp your working copy of ControlTagsIf.jsf Thanks M- - Original Message - From: "iha

Re: Please help me in Coding

2008-01-31 Thread Mark McLaren
You could try: I'm sure there are many such CSV related utilities out there. Mark On Jan 31, 2008 9:32 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/1/31, ihaveareason <[EMAIL PROTECTED]>: > > > > > > Hi, > > Any one please help in coding i have

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 m

Re: Please help me get started

2007-04-20 Thread Ian Roughley
There is also a article / tutorial that I wrote late last year - http://www.infoq.com/articles/converting-struts-2-part1. It has the basic steps to get running. /Ian Shahak Nagiel wrote: Are you comfortable (at least to some degree) with all the technologies discussed in the Primer (http://

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

Re: Please help me get started

2007-04-19 Thread Shahak Nagiel
Are you comfortable (at least to some degree) with all the technologies discussed in the Primer (http://struts.apache.org/primer.html)? If not, that's probably a good place to start. If you want/need a lot of hand-holding, your best bet is probably a good book (which tend to go into a lot more

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

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 pi

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 some

RE: Please Help Me To Convert My JSP Scripting Elements To Tags

2004-06-21 Thread McCormack, Chris
Users Mailing List; [EMAIL PROTECTED] Subject: RE: Please Help Me To Convert My JSP Scripting Elements To Tags > -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > > I am converting all the scripting elements in my JSP > to tags. I have decided to go on

RE: Please Help Me To Convert My JSP Scripting Elements To 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 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 "Tota

Re: Please Help Me To Convert My JSP Scripting Elements To Tags

2004-06-21 Thread salgado.pc
> I replaced: > > int totalPosts = ( ( Integer )request.getAttribute( > "TotalPosts" ) ).intValue(); > with > value="${requestScope.TotalPosts}" /> > > And I replaced: > > <%=totalPosts%> > with > > You are missing the taglib uri for c.tld (included with standard taglibs [for Tomcat 4 use st