Re: How to run an iterator twice in a page

2008-10-31 Thread Struts Two
Please ignore this topic as the problem was due a typo in my jsp. I apologize for wasting your time on an issue that is not a problem, I should have checked more carefully. regards, - Original Message From: Struts Two <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Friday, O

Re: How to run an iterator twice in a page

2008-10-31 Thread Struts Two
I was hoping to find a better way to do this for a case as simple as the this one rather than resorting to hacks. Normally in JSTL when c:foreach is used a new iterator is created. I also tried the following in the second iterator but of no avail I also tried to move users into request scope

Struts 2 framework manipulating objects stored in the session?

2008-10-31 Thread wskent
I am using Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I am saving a List of ProductContainer objects in the session and retrieving this list successfully. I am seeing the first ProductContainer element replaced with the value of the latest ProductContainer

RE: How to run an iterator twice in a page

2008-10-31 Thread Peterson, Ryan
It's sort of "hack-ish", but can you make a copy of the list of users in the Java code, and iterate over the copied list for the 2nd set of results? -Original Message- From: Struts Two [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 1:36 PM To: Struts Users Mailing List Subject:

How to run an iterator twice in a page

2008-10-31 Thread Struts Two
I have a list of users and I would like to iterate over this list twice in a page. However in the following code snippet, The list is iterated only once and the second iterator displays nothing. Table 1        user id    user name                               Tab

Re: S2: Loading UTF-8 Resource Bundles

2008-10-31 Thread Manos Batsis
egetchell wrote: I am presently integrating internationalized UTF-8 resource bundles that contain multi-byte characters. I am familiar with the pre-JDK 6 constraints of UTF-8 resource bundles – either implement your own loader or convert the bundles to Unicode. Don't you mean ASCII? AFAIK r

S2: Loading UTF-8 Resource Bundles

2008-10-31 Thread egetchell
This is a two-part question. I am presently integrating internationalized UTF-8 resource bundles that contain multi-byte characters. I am familiar with the pre-JDK 6 constraints of UTF-8 resource bundles – either implement your own loader or convert the bundles to Unicode. First Question. Is

RE: Job Opportunity for Technical Consultants, E-Commerce at Fredhopper (Amsterdam)

2008-10-31 Thread Martin Gainty
I talked with the owner about 1 year ago His main development centre is based in Bulgaria and he's looking for (Russian speaking) developers only.. I agree with Musachy but would like to find another avenue (website/blog) for the owner to post this requirement Martin _

Re: Job Opportunity for Technical Consultants, E-Commerce at Fredhopper (Amsterdam)

2008-10-31 Thread Wes Wannemacher
Yeah, Musachy is right, there is a [EMAIL PROTECTED] list for this stuff. -Wes On Fri, Oct 31, 2008 at 9:51 AM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I don't think this is the place for this kind of emails. > > musachy > > On Fri, Oct 31, 2008 at 7:04 AM, VasilK <[EMAIL PROTECTED]>wrote: >

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-31 Thread Musachy Barroso
We don't have a full 2.0.14 build yet, we will provide a snapshot of xwork(or you can build it yourself, it is not hard), and you can just drop the jar in your app. Rene, any news on the snapshot? regards musachy On Fri, Oct 31, 2008 at 3:13 AM, <[EMAIL PROTECTED]> wrote: > The only testing I ca

Re: Job Opportunity for Technical Consultants, E-Commerce at Fredhopper (Amsterdam)

2008-10-31 Thread Musachy Barroso
I don't think this is the place for this kind of emails. musachy On Fri, Oct 31, 2008 at 7:04 AM, VasilK <[EMAIL PROTECTED]>wrote: > > TOP SEARCH & MERCHADISING SOFTWARE COMPANY SEEKS TALENTED > TECHNICAL CONSULTANTS WITH INTERESTS IN E-COMMERCE > > Company: Fredhopper, Location: Amsterdam, Posi

Re: validating and retrieving collection of objects

2008-10-31 Thread Paweł Wielgus
Hi SivaK, i don't remember good, but there is something called "indexed" in html:text for example, try googling with "struts indexed properties". Best greetings, Paweł Wielgus. 2008/10/31 SivaK <[EMAIL PROTECTED]>: > > Hi, > > I am using Struts 1.2.9. I have an issue with validation and retrieval

validating and retrieving collection of objects

2008-10-31 Thread SivaK
Hi, I am using Struts 1.2.9. I have an issue with validation and retrieval of collection of objects from form. Form is in session scope. Form has an VO object list along with other fields. In action class i got the list of classes and set in the form variable listClass. In jsp page i iterate it

RE: struts 1.2: calling an action by javascript

2008-10-31 Thread Martin Gainty
Good Morning- What you're looking for is a technology called Direct Web Remoting take a look at StrutsCreator at http://directwebremoting.org/dwr/server/struts HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any atta

Job Opportunity for Technical Consultants, E-Commerce at Fredhopper (Amsterdam)

2008-10-31 Thread VasilK
TOP SEARCH & MERCHADISING SOFTWARE COMPANY SEEKS TALENTED TECHNICAL CONSULTANTS WITH INTERESTS IN E-COMMERCE Company: Fredhopper, Location: Amsterdam, Position: Full-time Are you a pragmatic self-starter? Do you have a talent for quickly reducing complex questions to simple solutions? Are you

Re: struts 1.2: calling an action by javascript

2008-10-31 Thread Sachint
Yes, you can do so by using AJAX, you need to invoke a Javascript function that makes an AJAX call to the action. Thanks, Sachin Ingo Villnow wrote: > > Hello, > > i want to call an action by javascript, when a value in a > field changes. I want to fill my with the data provided by > the act

S2 problem with s:datetimepicker validation

2008-10-31 Thread Andras Balogh
Hi, I have encountered the following problem in Struts 2.0.11.2: I'm using the tag and I added a required validator on it. If the field is empty the client side validation is trying to call "addError" as expected but then a javascript alert shown: "do not validate:". This is happening in th

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-31 Thread Juergen.Leeb
The only testing I can do is to use 2.0.14 with my application. I am a beginner in the matter of struts. Where to get the complete version of 2.0.14? >-Ursprüngliche Nachricht- >Von: Musachy Barroso [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 30. Oktober 2008 15:20 >An: Struts Users