[OT] Java .Net web services interoperability

2005-07-22 Thread Brent Vaughn
We have a web service written in Java and a C# client to consume the Java
web service.  We are trying to send SOAP messages with attachments, but the
problem is that .NET only accepts DIME attachments.  Is it possible for Java
to send its SOAP attachments in the DIME format?  Basically, does Java
support DIME attachments?

 

 

Brent Vaughn

 



RE: TextArea

2005-07-20 Thread Brent Vaughn
You can use JavaScript to do it.  That is how I have done it beforehand.

-Original Message-
From: Vijay K Anand [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 20, 2005 9:39 AM
To: Struts Users Mailing List
Subject: TextArea

Hi Guys

How to control char maxlength in html:textarea/ ?

Regards
Vijay



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Trouble get the size of an ArrayList

2005-05-23 Thread Brent Vaughn
I am trying to print out the size of an ArrayList.

 

Here is the code I am using.  BC is a bean container.  infusion is a bean.
The variable prepopUserList is an ArrayList.  

 

c:out value=${BC.infusion.prepopUserList.size}/

 

 

This is the error it gives me.

 

MonitorFilter::javax.servlet.ServletException: An error occurred while
evaluating custom action attribute value with value
${BC.infusion.prepopUserList.size}: The . operator was supplied with an
index value of type java.lang.String to be applied to a List or array, but
that value cannot be converted to an integer. (null)

 

 

Thanks,

 

Brent Vaughn

 



Struts and Sun Application Server 8

2005-01-27 Thread Brent Vaughn
Are Struts and the Sun Application Server 8 compliant with one another?
This maybe a dumb question.  If so, sorry in advance.



Struts and Sun Application Server 8

2005-01-27 Thread Brent Vaughn
Are Struts and the Sun Application Server 8 compliant with one another?
This maybe a dumb question.  If so, sorry in advance.



RE: Struts and Sun Application Server 8

2005-01-27 Thread Brent Vaughn
Why is it when I go to deploy my Struts application as a WAR to the Sun
Application Server that it writes over my web.xml file with its own version
of the web.xml file? Theirs leaves out all the necessary Struts components
in the web.xml file and you can't delete their web.xml file and replace it
with your own.

How do you get around this problem?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 27, 2005 11:20 AM
To: Struts Users Mailing List
Subject: Re: Struts and Sun Application Server 8

On Thu, 27 Jan 2005 11:17:15 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 Are Struts and the Sun Application Server 8 compliant with one another?
 This maybe a dumb question.  If so, sorry in advance.

If  Sun is a JSP and Servlet spec compliant container, yes.

I think, and don't quote me, that sun is using Tomcat under the covers.

 
 


-- 
James A Barrows

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Struts and Sun Application Server 8

2005-01-27 Thread Brent Vaughn
Why is it when I go to deploy my Struts application as a WAR to the Sun
Application Server that it writes over my web.xml file with its own version
of the web.xml file? Theirs leaves out all the necessary Struts components
in the web.xml file and you can't delete their web.xml file and replace it
with your own.

How do you get around this problem?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 27, 2005 11:20 AM
To: Struts Users Mailing List
Subject: Re: Struts and Sun Application Server 8

On Thu, 27 Jan 2005 11:17:15 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 Are Struts and the Sun Application Server 8 compliant with one another?
 This maybe a dumb question.  If so, sorry in advance.

If  Sun is a JSP and Servlet spec compliant container, yes.

I think, and don't quote me, that sun is using Tomcat under the covers.

 
 


-- 
James A Barrows

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
Is it possible to edit the struts-config.xml file from within the struts
application?  Will it cause Struts to fail?  

 



Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
Is it possible to edit the struts-config.xml file from within the struts
application?  Will it cause Struts to fail?  

 



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
I was attempting to internally add a datasource to the struts-config file
through a web-based application.  

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 2:33 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 Is it possible to edit the struts-config.xml file from within the struts
 application?  Will it cause Struts to fail?

I think struts only reads it at startup.  The configuration is usually
locked so you can't change it.
Considering the heebee jeeebees running up my spine when you ask that
quesiton... What are you trying to do?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
I was attempting to internally add a datasource to the struts-config file
through a web-based application.  

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 2:33 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 Is it possible to edit the struts-config.xml file from within the struts
 application?  Will it cause Struts to fail?

I think struts only reads it at startup.  The configuration is usually
locked so you can't change it.
Considering the heebee jeeebees running up my spine when you ask that
quesiton... What are you trying to do?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
What do they plan on doing with the datasource?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 3:24 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 I was attempting to internally add a datasource to the struts-config file
 through a web-based application.

Ah rumor around here is that defining a datasource in
struts-config is going away soon.  So it' s probably a moot point. 
Either way you'll have to restart the app to get the change to take.
I know tomcat provides a way to change it's datasource configuration. 
checkout the admin app that comes with it.

 
 -Original Message-
 From: Jim Barrows [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 20, 2005 2:33 PM
 To: Struts Users Mailing List
 Subject: Re: Editing Struts-Config file
 
 On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
 [EMAIL PROTECTED] wrote:
  Is it possible to edit the struts-config.xml file from within the struts
  application?  Will it cause Struts to fail?
 
 I think struts only reads it at startup.  The configuration is usually
 locked so you can't change it.
 Considering the heebee jeeebees running up my spine when you ask that
 quesiton... What are you trying to do?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
What do they plan on doing with the datasource?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 3:24 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
[EMAIL PROTECTED] wrote:
 I was attempting to internally add a datasource to the struts-config file
 through a web-based application.

Ah rumor around here is that defining a datasource in
struts-config is going away soon.  So it' s probably a moot point. 
Either way you'll have to restart the app to get the change to take.
I know tomcat provides a way to change it's datasource configuration. 
checkout the admin app that comes with it.

 
 -Original Message-
 From: Jim Barrows [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 20, 2005 2:33 PM
 To: Struts Users Mailing List
 Subject: Re: Editing Struts-Config file
 
 On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
 [EMAIL PROTECTED] wrote:
  Is it possible to edit the struts-config.xml file from within the struts
  application?  Will it cause Struts to fail?
 
 I think struts only reads it at startup.  The configuration is usually
 locked so you can't change it.
 Considering the heebee jeeebees running up my spine when you ask that
 quesiton... What are you trying to do?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



J2EE versions and Struts

2004-09-30 Thread Brent Vaughn
What versions of J2EE are compliant with the newest release of Struts?



J2EE versions and Struts

2004-09-30 Thread Brent Vaughn
What versions of J2EE are compliant with the newest release of Struts?