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
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
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...@
-
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
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
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
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
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
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
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
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
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
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:
">
13 matches
Mail list logo