Hi,
The application is using Struts 1.2.7 with WebSphere Studio Application
Developer 5.1.2 and WebSphere Application Server Express 5.1.
I have been going thru some nasty problems getting the same project to run
on Rational Application Developer v7.0.0.1 and WebSphere Application Server
6.1.0.5.
Hi,
The application is using Struts 1.2.7 with WebSphere Studio Application
Developer 5.1.2 and WebSphere Application Server Express 5.1.
I have been going thru some nasty problems getting the same project to run
on Rational Application Developer v7.0.0.1 and WebSphere Application Server
6.1.0.5.
Hi,
I have an application that I'm moving over to J2SE1.5 and J2EE 1.4.
I am getting an error when executing a JSP:
javax.servlet.jsp.el.ELException: Unable to find a value for "beneficiaries"
in object of class "hronline.secure.personal.insurances.InsuranceForm" using
operator "."
If I remove t
aries(int index) {
while (index >= beneficiaries.size()) {
beneficiaries.add(new BeneficiaryVO());
}
return (BeneficiaryVO) beneficiaries.get(index);
}
the page is now displayed, no error. However the application won't work
since it needs the method to capture the submitted data.
What is going on? Any clues?
- Glenn
You can pass the map as a property in the link such as:
Struts will build a query string with the values in the map.
- maestro
this.servlet.getServletContext();
HTH,
Glenn
-Original Message-
From: Chaikin, Yaakov Y (US SSA)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 3:22 PM
To: [EMAIL PROTECTED]
Subject: Newbie question
Hi,
How do you get at ServletContext object inside an Action?
Thanks
Also be sure you don't have another object named "submit" in your form.
It's common to see . Change its name to
something else.
This will kill any form of document.{form}.submit();
-Original Message-
From: Barnett, Brian W. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 1:08
Michael,
This seems to work for me:
Cheers,
Glenn
-Original Message-
From: Michael McGrady [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 9:23 AM
To: Struts Users Mailing List
Subject: General Solution for Form Images Stymied
If anyone has a way of using javascript or
I think the id attribute on the iterate tag must match the getter on the
"get row (index)" method of your form bean. For example I have:-
and my form bean is:-
private List rows = null;
public FormRow getRows (int index)
{
return (RenamePD
;. It will make the
javascript choke.
HTH,
Glenn
-Original Message-
From: cacau_braga [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 05, 2004 10:18 AM
To: user
Subject: Submit with a link
Hi All,
I need a help. I have a page that contains many forms
each form represents a record
when)...
JBoss has a version that is already bundled with Tomcat.
As for the Mac, I cannot really help.
HTH,
Glenn
Pierre Thibault <[EMAIL PROTECTED]>
13/06/2005 12:01 AM
Please respond to
"Struts Users Mailing List"
To
user@struts.apache.org
cc
Subject
Confused
Hello
Quickly glancing at your code I believe you need to return null such as
ostr.close();
return null;
HTH,
Glenn
Karthika L V somayajula <[EMAIL PROTECTED]>
14/06/2005 10:35 AM
Please respond to
"Struts Users Mailing List"
To
user@struts.apache.org
cc
Subject
reponse commi
s for the action in the struts-config.xml:
In your ActionForm you can:
return mapping.findForward(get the locale language from the session);
HTH,
Glenn
On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote:
> Hello, all!
>
> I just wonder if there is an existing (tested,
s the HTML page
must be really different to accomodate the French. In general, I
always design the page in French first as for it will work out fine in
English afterwards.
- Glenn
[Martin: très bien !]
On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote:
> Hi!
>
> This is exac
Yaroslav,
You just threw in Tiles into the mix !
Can't suggest anything haven't used it yet.
Perhaps you can rephrase exactly what you'd like to do and use.
- Glenn
On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote:
> Wow!
>
> meanwhile I've had
Hi,
Just curious as to why in the JSP the token is wrapped in a div tag?
I'm using v1.2.7.
Regards,
Glenn
This is the JSP code snippet:
Here is the HTML source:
Here is code in my Action class:
// set the synchronization token
String token = generateToken(request);
httpSession.setAttribute(Globals.TRANSACTION_TOKEN_KEY, token);
- Glenn
Laurie Harper <[EMAIL PROTECTED]>
S
Thanks Niall.
It did not occur to me to check the ASF Bugzilla for Struts [I will
remember for the next time].
I'm not familiar with the Status... since it is not yet closed.. this
means that the bug is not yet fixed in version 1.2.7 ?
- Glenn
"Niall Pemberton" <[EMAIL
Thanks Niall for your time and patience.
- Glenn
"Niall Pemberton" <[EMAIL PROTECTED]>
18/07/2005 10:33 AM
Please respond to
"Struts Users Mailing List"
To
"Struts Users Mailing List"
cc
Subject
Re: Token element wrapped with a div tag
Sorry, my
to come up with something.
This is what I am currently using:
Any ideas would be greatly appreciated !
- Glenn
:
Any ideas would be greatly appreciated !
- Glenn
Hi Peter,
There seems to be a typo in the closing tag.
Less than 5!
Should be
- Glenn
On 8/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi list!
>
> I have some problems comparing values with logic tags. I have searched the
> mailing list arc
Thanks so much for your reply!!!
I will certainly try your suggestions out.
Greatly appreciated,
Glenn
On 8/18/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
>
> Heh: even more of a hack, provided you're OK keeping with lists rather than
> tables as in y
Did you read this ?
http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html
Especially the section 4.2 Using a Custom Key.
HTH,
Glenn
"draegoon Z" <[EMAIL PROTECTED]>
22/08/2005 02:19 PM
Please respond to
"Struts Users Mailing List"
To
struts-
such as
logging off the machine... or just pressing the power button.
- Glenn
Leon Rosenberg <[EMAIL PROTECTED]>
31/08/2005 08:17 AM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: logout problem
On Wed, 2005-08-31 at 12
you use to delimit the key and value will
end up in the value and then the fun starts !
HTH,
Glenn
[EMAIL PROTECTED]
01/09/2005 12:07 PM
Please respond to
"Struts Users Mailing List"
To
"Struts Users Mailing List"
cc
Struts Users Mailing List
Subject
Re: Select Optio
he consequences
of the ActionForm.validate() and errors.
HTH,
Glenn
Tremal Naik <[EMAIL PROTECTED]>
07/09/2005 12:22 PM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: Forwarding to the previous page
2005/9/7, Duane Rosengart
t should disable the functionality (assuming that button
doesn't get focus at some point):
Hope that helps,
Glenn
-Original Message-
From: Gaet [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 17, 2005 9:18 AM
To: Struts Users Mailing List
Subject: Re: Return key pressed and default submit
e the setting, though.
Regards,
Glenn
-Original Message-
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 05, 2005 2:11 PM
To: Commons User; Struts User
Subject: [OT] WinCVS problem (free beer!)
Ok, no free beer, I lied ;) Got your attention though!
I'm just now
The tag has an attribute value.
http://struts.apache.org/userGuide/struts-html.html#select
The value to compare with for marking an option selected. [RT Expr]
HTH,
Glenn
<[EMAIL PROTECTED]>
27/09/2005 12:08 PM
Please respond to
"Struts Users Mailing List"
To
cc
Subject
u
test
((spiffFilter.endDateAsString == null) or (*this* !=
null))
test
((spiffFilter.startDateAsString == null) or (*this* !=
null))
I'm using Struts 1.3.5 with validator
s: "(" and ")"
Is there some configuration at the struts level to declare which
characters to allow or not allow? I searched but could not find any
info.
Thanks,
Glenn
The information contained in this e-mail, and any attachment, is confidential
and is intended sole
Nobody can tell me why struts removes the parenthesis characters out of
string entered into a text box?
We have a work around but I've got to think somebody knows what I'm
doing wrong here.
-Original Message-
From: Ratner Glenn A
Sent: Thursday, July 09, 2009 10:39 AM
T
33 matches
Mail list logo