RE: null and zero issue

2009-07-20 Thread Russo, Joe
I just put a post out on Enterprise Java Community under web services. Thanks. -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Friday, July 17, 2009 6:51 PM To: Struts Users Mailing List Subject: Re: null and zero issue Russo, Joe wrote: > I know this may

null and zero issue

2009-07-17 Thread Russo, Joe
I know this may not be the appropriate group to send this, but I think this is a general issue that I am not aware of and this group is active and thought I'd give it a shot. I wrote a web service component using JAX-WS API and deployed on JBoss 5.0.1 application server. And also, wrote a Soap

RE: logic:iterate issue

2009-03-11 Thread Russo, Joe
issue Hi Joe, You can try to output authorId, without property set on, maybe these objects are empty inside. Also, did You imported logic tags into jsp? Best greetings, Pawel Wielgus. 2009/3/10, Russo, Joe : > The following bean:write code outputs: > [com.cadmus.rpm.domain.custom.authorsc...@

RE: logic:iterate issue

2009-03-10 Thread Russo, Joe
- From: Russo, Joe [mailto:rus...@cadmus.com] Sent: Tuesday, March 10, 2009 2:28 PM To: Struts Users Mailing List Subject: logic:iterate issue Sorry forgot to change subject. -Original Message- From: Russo, Joe [mailto:rus...@cadmus.com] Sent: Tuesday, March 10, 2009 2:25 PM To

RE: Convention Plugin and Action Chaining

2009-03-10 Thread Russo, Joe
n existing thread on another topic :) musachy On Tue, Mar 10, 2009 at 2:25 PM, Russo, Joe wrote: > I defined the below code and would like to use the iterate functionality > witin the jsp.  This code does not cause any error, but does not display > any data.  Any ideas why? > > p

logic:iterate issue

2009-03-10 Thread Russo, Joe
Sorry forgot to change subject. -Original Message- From: Russo, Joe [mailto:rus...@cadmus.com] Sent: Tuesday, March 10, 2009 2:25 PM To: Struts Users Mailing List Subject: RE: Convention Plugin and Action Chaining I defined the below code and would like to use the iterate functionality

RE: Convention Plugin and Action Chaining

2009-03-10 Thread Russo, Joe
I defined the below code and would like to use the iterate functionality witin the jsp. This code does not cause any error, but does not display any data. Any ideas why? package com.cadmus.rpm.domain.custom; import java.io.Serializable; import java.util.Date; import java.util.ArrayList; publi

RE: logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
This works. if(!artMetId.equals(partMetId)){ For some reason the logic:notEqual tag does not do a dot equals comparision but a ==. -Original Message- From: Russo, Joe [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:49 AM To: Struts Users Mailing List Subject

RE: logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
Might be Trying now. -Original Message- From: Russo, Joe [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:49 AM To: Struts Users Mailing List Subject: logic:notEqual does not appear to work correctly Hi, I am trying to do a comparision on the highlighted code

logic:notEqual does not appear to work correctly

2008-11-10 Thread Russo, Joe
Hi, I am trying to do a comparision on the highlighted code and output in my JSP. For some reason the comparison does not equal 33584. Any ideas why? Thanks, Joe <% System.out.println("artMetId=*" + artMetId + "*"); System.out.println("partMetId=*" + part

RE: logic tag question

2008-11-05 Thread Russo, Joe
eed to use EL there via the EL tags or JSP 2.0 support, depending on your container. Dave --- On Wed, 11/5/08, Russo, Joe <[EMAIL PROTECTED]> wrote: > From: Russo, Joe <[EMAIL PROTECTED]> > Subject: logic tag question > To: user@struts.apache.org > Date: Wednesday, Novembe

RE: logic tag question

2008-11-05 Thread Russo, Joe
place of the Nested bean:write taglib call. -Original Message- From: Russo, Joe [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 11:52 AM To: user@struts.apache.org Subject: logic tag question Hi, I am trying to use a nested logic tag and I get an error: equal symbol expected

logic tag question

2008-11-05 Thread Russo, Joe
Hi, I am trying to use a nested logic tag and I get an error: equal symbol expected Any help would be appreciated. Thanks, Joe Here is the code: ">