Re: Re: Struts iterator -

2008-11-28 Thread stewart
I will be out of the office, and mostly without email access, until Dec 1. Please contact the One World office, 605-845-7172, with any general needs, and Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or integration issues. If this is an emergency, please feel free to c

Re: Struts iterator -

2008-11-28 Thread Wes Wannemacher
Hello :) > > I would like to generate multiple autocompleter elements using a struts > iterator. However, each autocompleter tag needs to store unique information, > like id (otherwise I would not be able to collect the information from the > different autocompleters when I "submit" the form) >

Struts iterator -

2008-11-28 Thread pesho318i
Hello :) I would like to generate multiple autocompleter elements using a struts iterator. However, each autocompleter tag needs to store unique information, like id (otherwise I would not be able to collect the information from the different autocompleters when I "submit" the form) Here is how

Re: [S2] submitting object from

2008-11-28 Thread dusty
There is built in data conversion, but you have to create your own data converter. Struts could't automaticaly find your State from the id since it knows nothing a about your persiatance layer. So you will have to look it up in the converter. For some as simple as the State object you have, you

Using dojo widgets in struts2(Need your help)

2008-11-28 Thread sharath karnati
Hi All,      I'm using dojo widgets for displaying UI, I'm having below code for accepting first name       After entering text in first name, I'm submitting form(dojoType="dijit.form.Form")  and action class is able to read the value which is given in this text field.     Now what I want is, I

Re: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Amin Mohammed-Coleman
Hi I do apologise, I didn't mean to send it three times. My email program was doing some funny things and I thought that the email was not sent. The exception is thrown and fails to work. Sorry again! On 28 Nov 2008, at 20:34, Dave Newton wrote: Sorry to be sending this again but I wa

[S2] submitting object from

2008-11-28 Thread Oleg Tim
Was wondering if struts built-in data conversion will work to receive an object from select list. So, if select list populated with List stateList and the variable submitted from s:select is a State object, is it possible to actually get this object in the receiving action? so if: State state; S

Re: Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Dave Newton
> Sorry to be sending this again but I was wondering if some > might be able to help. I added a param actionName but no luck. Re-sending it may not be the best approach--three's a lot of times. Is it actually not working, or is it just logging the exception? Dave -

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Amin Mohammed-Coleman
Hi Sorry to be sending this again but I was wondering if some might be able to help. I added a param actionName but no luck. Is there a work around? Cheers Amin Sent from my iPhone Begin forwarded message: From: Amin Mohammed-Coleman <[EMAIL PROTECTED]> Date: 27 November 2008 22:40:04

[S2] Set textfield readonly property from action class

2008-11-28 Thread Milan Milanovic
Hi, I have defined edittingMode (String and boolean, I tried both) in my action class with get/set methods and in resulting jsp I defined: But if I set edditingMode = "true" or edittingMode = true (in case of boolean), textfield never become readonly! I'm using Struts 2.0.11.1. What is the pro

connection to db with pooling in Struts

2008-11-28 Thread gbattine
Hello guys, I'm newbie about Struts and I'm trying to understand a complex task (for me), that is obtaining a connection from connection pool (I use dbcp for this) and a datasource (that one of tomcat) and use this connection in dao layer. I'm trying to get this working, but it seems very difficul

Re: Tiles and Validate

2008-11-28 Thread stanlick
Tiles and validations work fine together. Can you post some code? On Wed, Nov 26, 2008 at 5:39 AM, mthalis <[EMAIL PROTECTED]> wrote: > > It is possible to use tiles and validation(validation forms data) in same > project. if it is possible please give me reference or sample project. > please h

Re: struts-config.xml question

2008-11-28 Thread Ronni . Bjelosevic
hi andras, you´re my personal hero ;). i found it. it was the tiles-config.xml. THANK YOU ALL ronni From: Andras Balogh <[EMAIL PROTECTED]>

RE: struts-config.xml question

2008-11-28 Thread Ronni . Bjelosevic
The path of To: Date: 28.11.2008 11:36

Re: struts-config.xml question

2008-11-28 Thread Andras Balogh
Hi, Probably the project uses also tiles and "appl-list.page" is a tiles definition. Look for an xml file that has "tiles" in his name. BR, Andras. [EMAIL PROTECTED] wrote: Hi to all, I´m new to struts and i have to reconfigure an existing struts application. I´m just looking in the stru

RE: struts-config.xml question

2008-11-28 Thread omer nauman
path is the name of the request :"name.do". you don't enter do part here> To: user@struts.apache.org> From: [EMAIL PROTECTED]> Date: Fri, 28 Nov 2008 11:11:05 +0100> Subject: struts-config.xml question> > > Hi to all,> > I´m new to struts and i have to reconfigure an existing struts> applicatio

Question getText and getTexts

2008-11-28 Thread Marc Eckart
Hi, we need for a migration of an old application to use the complete RessourceBundle. To get the texts with getText works fine. But when we try to get the whole RessourceBundle with getTexts, we just get null. Does getTexts not retrieve the package.properties somewhere in the buildpath like getT

struts-config.xml question

2008-11-28 Thread Ronni . Bjelosevic
Hi to all, I´m new to struts and i have to reconfigure an existing struts application. I´m just looking in the struts-config.xml of the application and there some forwards in actions defined i don´t understand. like: The thing i do not understand is the path of the forward. I ca