Setting HTTP Headers in SOAPMessage

2009-07-23 Thread Neil Meyer
.getMimeHeaders(); hd.addHeader("Authorization", "Basic " + authorization); I really don't know where to look anymore for a solution on this and would appreciate any comments on this. Kind Regards, Neil Meyer t. +27 (0) 11 523 4804  |  f. +27 (0) 11 523 48

RE: [S2] A bug in documentation for validation

2007-05-28 Thread Neil Meyer
Hallo, I hope this question wasn't asked yet but quickly can I start using Struts 2 in a Struts 1 application. I have certain functionality already in 1 but would like to do new development in 2 but don't want to redevelop old functionality? Kr Neil Meyer -Original Message-

RE: struts-html-el.tld

2007-03-28 Thread Neil Meyer
Thanks Dave, -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 28 March 2007 02:59 PM To: Struts Users Mailing List Subject: Re: struts-html-el.tld --- Neil Meyer <[EMAIL PROTECTED]> wrote: > Can anybody explain to me why struts-html-el.tld and > str

struts-html-el.tld

2007-03-28 Thread Neil Meyer
Hi Can anybody explain to me why struts-html-el.tld and struts-html.tld doesn't support id in the text tag Kr Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts Date Formatting

2007-03-07 Thread Neil Meyer
uot;http://java.sun.com/jstl/fmt"; prefix="fmt" %> but I did not use it yet will probably look at it later for more options to do this in future. Kr Neil Meyer -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: 07 March 2007 07:24 PM To: Struts Users Mailin

Struts Date Formatting

2007-03-07 Thread Neil Meyer
Date parsed = format.parse(dateString); }catch(Exception e){} FAILED Any help either the struts formatting or the way to fix it will really be appreciated. Kr Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts Checkbox

2006-10-17 Thread Neil Meyer
redirect the page back to the JSP and the checkbox is still selected. This is fine, but then when I deselect the checkbox the property in the form should be adjusted and this doesn't happen. Please tell me if anybody knows why? Kr Neil

EL Select

2006-09-06 Thread Neil Meyer
is failing. -- Not Selected -- ***"> I was then thinking of using but I need to do the following and this can apparently not be done. Any Recommendations will really be appreciated.

[OT]

2006-05-17 Thread Neil Meyer
Hi, Hope somebody can help me with this I'm using a Tomcat container. I would like to display the amount of users logged onto my system. Is it possible to get all active session on the Tomcat server out of the request? Regards Neil

RE: Properties

2006-04-18 Thread Neil Meyer
enet2.util.sessionmanager.filter.SessionManagerFilter.do Filter(SessionManagerFilter.java:66) Please indicate to me why this is happening? Regards Neil Meyer -Original Message- From: Neil Meyer Sent: 12 April 2006 03:09 PM To: 'Struts Users Mailing List' Subject: RE: Properties Ok, I'

RE: and

2006-04-18 Thread Neil Meyer
earch criteria Hope this helps. Regards Neil Meyer -Original Message- From: Naveen Sharma [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 11:57 AM To: user@struts.apache.org Subject: and Hi ! Can someone Please help me with the . I am not able to impleme

RE: Properties

2006-04-12 Thread Neil Meyer
"taglibs.jsp" : <%@ include file="/WEB-INF/jsp/taglibs.jsp" %> Using this, migration to a servlet 2.4 container will not require any change to my JSPs, only to make the "taglibs.jsp" target standard Struts tags, as the container will handle EL itself. Nico. Neil

RE: Properties

2006-04-12 Thread Neil Meyer
/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > > >> Hi, >> >> Would like to know why the following doesn't work can anybody explain it >> please. >> >> I have a text box on a page this text box is readonly when the readonly >> property is set

RE: Properties

2006-04-12 Thread Neil Meyer
Hi All, It worked the following way. I tried the same with the but it did not work so the EL works fine. Thanks for all your help. Regards Neil Meyer -Original Message- From: Kjersti Berg [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 12:54 PM To: Struts Users Mailing List Subject

Properties

2006-04-12 Thread Neil Meyer
Hi, Would like to know why the following doesn't work can anybody explain it please. I have a text box on a page this text box is readonly when the readonly property is set to true. " /> Regards Neil Meyer ---

RE: Multiple text box

2006-04-12 Thread Neil Meyer
Hi Rick, I figured it out thanks. I just had to change lines to prop4 and it worked. Regards Neil Meyer -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 08:38 AM To: Struts Users Mailing List Subject: RE: Multiple text box Hi Rick, Let me explain what

RE: Multiple text box

2006-04-11 Thread Neil Meyer
submit go into the bean in the arralist on the formbean. I tried using the normal with I tried with mailto:[EMAIL PROTECTED] Sent: 11 April 2006 10:17 PM To: Struts Users Mailing List Subject: Re: Multiple text box On 4/11/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi All, > >

Multiple text box

2006-04-11 Thread Neil Meyer
ameters some of the parameters will be updates on the page and this properties per bean should be retrieved into the array list of beans. Regards Neil meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: 11 April 2006 04:59 PM To: user@struts.apa

RE: [OT] Re: Bean Question

2006-04-09 Thread Neil Meyer
. http://jakarta.apache.org/commons/beanutils/ 2. http://cglib.sourceforge.net/ -Dennis "Neil Meyer" <[EMAIL PROTECTED]> 04/07/2006 01:31 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Bean Question Goo

Bean Question

2006-04-06 Thread Neil Meyer
Good day, I have a bean something like this public class testBean implements Serializable { private String test1; private String test2; private String test3; private String test4; public String getTest1 () { return test1; } public void setTest1 (String test

[OT]

2006-03-23 Thread Neil Meyer
correct to say that the first option is best in this case? for (int i = 0; i < a.size(); i++) { System.out.println(a.get(i)); } for (Iterator iter = a.iterator(); iter.hasNext();) { System.out.println(iter.next()); } Regards Neil Meyer -Original Message- From: Frank W. Zamme

OT

2006-03-09 Thread Neil Meyer
there an API somewhere that I can integrate with my system to allow this? Regards Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Fri, March 3, 2006 9:54 am, Neil Meyer said: > Thanks Frank, > > I hoped that there is some other way but I guess that I will have to do it > this way. > &g

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
Thanks Frank, I hoped that there is some other way but I guess that I will have to do it this way. Regards Neil Meyer -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 04:52 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject

Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
ent.homeLogoutForm.target="_top"; and the loging location after the action mapping, but that's not really how I want to do this. Any help or ideas on this will be appreciated. Regards Neil Meyer - To unsubscribe,

[OT] Struts in Tomcat

2006-01-12 Thread Neil Meyer
Good day, I know this is probably not the right user group for this question but I really need some advice I run 'n struts application in Tomcat. It is tomcat 5.5.9 and JDK: j2sdk-1_11_2_09. The problem is that this Tomcat get sometimes so slow and it is not stable it will sometimes just hang.

RE: Re: checkbox for nested collection

2005-12-08 Thread Neil Meyer
Thanks Laurie, It worked perfectly. Neil Meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 07 December 2005 12:30 AM To: user@struts.apache.org Subject: Re: checkbox for nested collection Neil Meyer wrote: > Good day, > > I rea

RE: Re: checkbox for nested collection

2005-12-06 Thread Neil Meyer
Thanks I will try that. Regards Neil Meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 07 December 2005 12:30 AM To: user@struts.apache.org Subject: Re: checkbox for nested collection Neil Meyer wrote: > Good day, > > I read all t

RE: checkbox for nested collection

2005-12-06 Thread Neil Meyer
user. Any help will be appreciated. Regards Neil Meyer -Original Message- From: Per Jørgen Walstrøm [mailto:[EMAIL PROTECTED] Sent: 02 December 2005 04:39 PM To: Struts Users Mailing List Subject: Re: checkbox for nested collection ok, I finally solved it. Here is what I did: 1) in my f

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
on and one to go back and select another option from the first. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Wed, November 2, 2005 8:25 am, Neil Meyer said: > Hi, > > I need

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
oStuff() { // do whatelse you need to return mapping.findForward("go"); } } Then in my jsp page i have: Hope that helped. Cheers, Daniel Silva. On 11/2/05, Neil Meyer <[EMAIL PROTECTED]> wrote: > I want to populate the f

RE: Struts dropdown boxes

2005-11-02 Thread Neil Meyer
t; changes and then load the data to the 2nd. > > -Original Message- > From: Neil Meyer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 02, 2005 7:26 AM > To: Struts Users Mailing List > Subject: Struts dropdown boxes > > Hi, > > I need to have 2

Struts dropdown boxes

2005-11-02 Thread Neil Meyer
appreciated. Regards Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Clever trick required

2005-10-18 Thread Neil Meyer
ttp server in front of it, serving static content. I have Tomcat running on servers, and have seen more that 1200 concurrent sessions on it without any problem at all. Hermod -Opprinnelig melding- Fra: Neil Meyer [mailto:[EMAIL PROTECTED] Sendt: 18. oktober 2005 10:12 Til: Struts Users M

RE: Clever trick required

2005-10-18 Thread Neil Meyer
Hi, I know this is probably of topic but I have huge problems with my webserver. We are running struts on this server under Tomcat 5.1. It seems like the tomcat server can't handle load. Any comment or recommendations will really be appreciated. I'm looking at Sun web server now. Re

RE: HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
able would probably better fit your requirements. regards Leon On Thu, 2005-04-28 at 11:40 +0200, Neil Meyer wrote: > Hi Mark, > > I tried this when I do a > > The get property has a replaceAll function in it which removes all the spaces > and replaces this with   &

RE: HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
-Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 11:31 AM To: user@struts.apache.org Subject: RE: HTML Stripping Spaces. Hi Neil. This is what HTML does. If you really want a few spaces you will have to put 123   456   789 Original Message Follows-

HTML Stripping Spaces.

2005-04-28 Thread Neil Meyer
Hi All, My system needs to present a string with some text spaces and text again. The browser strips all spaces to 1. Is there any struts tag to prevent this from happening? I have "abcdefg123 006" the browser will display this as "abcdefg123 006"

RE: Struts Radio button

2005-04-21 Thread Neil Meyer
; property to the desired initial value in your ActionForm's reset method (keeping the above mentioned caveats in mind), as I understand it. Erik Neil Meyer wrote: >Hi All, > >I'm trying to do the following using the struts radio button. Please advise. > >small >m

RE: Struts Radio button

2005-04-21 Thread Neil Meyer
[Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message----- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 10:02 AM To: Struts Users Mailing List Subject: Struts Radio button Hi All, I'm t

Struts Radio button

2005-04-21 Thread Neil Meyer
Hi All, I'm trying to do the following using the struts radio button. Please advise. small medium large I want to use the following but check one specific small medium large Regards Neil -Original Message- From: Vamsee Kanakala [mailto:[EMAIL PROTECTED] Sent: 18 January 2005 01:

Struts FormBean

2005-04-11 Thread Neil Meyer
UserObject. Regards Neil Meyer Project Manager

RE: JDBC Driver

2005-01-18 Thread Neil Meyer
Thanks Vamsee, I also found jTDS and is currently busy testing it. I hope it resolves my problems. Regards Neil -Original Message- From: Vamsee Kanakala [mailto:[EMAIL PROTECTED] Sent: Tuesday,18 January 2005 13:28 To: Struts Users Mailing List Subject: Re: JDBC Driver David Bolso

RE: JDBC Driver

2005-01-18 Thread Neil Meyer
It's causing a lot of problems as my sites get busier. Database deadlocks and timeouts. Neil Meyer -Original Message- From: David Bolsover [mailto:[EMAIL PROTECTED] Sent: Tuesday,18 January 2005 10:43 To: Struts Users Mailing List Subject: RE: JDBC Driver What is wrong wit

JDBC Driver

2005-01-17 Thread Neil Meyer
Hi All, I need a SQL 2000 JDBC driver. Which would you recommend or where can I download a decent one? (Not Microsoft's driver) Regards Neil