RE: Struts-config_1_1.dtd

2002-08-19 Thread Benson, Mike

It may be a problem with our proxy.  It looks like the file is not complete.

Thanks,

Mike


> -Original Message-
> From: James Holmes [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, August 19, 2002 1:40 PM
> To:   Struts Users Mailing List
> Subject:  Re: Struts-config_1_1.dtd
> 
> Hey Mike,
> 
> I'm confused about what you think is wrong about the
> online version of the DTD?  I looked at the file and
> the  definition starts on line 612.  Perhaps
> you overlooked it.
> 
> -james
> [EMAIL PROTECTED]
> http://www.jamesholmes.com/struts/
> 
> 
> --- "Benson, Mike" <[EMAIL PROTECTED]> wrote:
> > I've noticed with the online version of the struts
> > config dtd file that the
> > plug-in element is not defined?  Is there a
> > scheduled time where this will
> > be updated?  Here is the url that I'm using:
> >
> "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";.
> > 
> > Thanks,
> > 
> > Mike
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> __
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>

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




Struts-config_1_1.dtd

2002-08-19 Thread Benson, Mike

I've noticed with the online version of the struts config dtd file that the
plug-in element is not defined?  Is there a scheduled time where this will
be updated?  Here is the url that I'm using:
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";.

Thanks,

Mike



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




struts-user@jakarta.apache.org

2002-06-24 Thread Benson, Mike

Hello all,

How can you set the initail state of a check box to be selected?

Thanks,

Mike


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




logic:iterate help!!!

2002-06-05 Thread Benson, Mike

Hello all,

I've got a situation with a forward back to the same page with more
information and the data is in the ActionForm object but doesn't seem to
display.  Here is a snippet of the code for the logic:iterate tag:


...

   
  
  
 
 Severe:
 
  
  
   


There is data in the strArrayMessages array but the getter is not getting
called on the forward back to the page.  If anyone could le me know if I am
doing something wrong that would be greatly appreciated.

The strArrayMessages is defined as:
String[] strArrayMessages;

The issue occurs on both Websphere 4.0.2 and Tomcat 4.

Thanks,

Mike Benson


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: How to Install Struts on WebSphere 4 ?

2002-06-03 Thread Benson, Mike

The following link has helped me greatly:

http://marc.theaimsgroup.com/?l=struts-user&m=102142014616118&w=2

Mike


> -Original Message-
> From: eilison Lee [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, June 02, 2002 7:23 AM
> To:   [EMAIL PROTECTED]
> Subject:  How to Install  Struts on WebSphere 4 ?
> 
> Dear friends:
> 
> How to Install  Struts on WebSphere 4 ?
> Is there anything special?
> 
> Thank you!
> eilison
> 
> _
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Websphere 4.02 Struts Deployment

2002-06-03 Thread Benson, Mike

Danny,

Just wanted to say thanks, everything seems to be working once I replaced
the Xalan/Xerces binaries.

Thanks,

Mike


> -Original Message-
> From: Danny Mui [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, June 01, 2002 2:07 AM
> To:   Struts Users Mailing List
> Subject:  Re: Websphere 4.02 Struts Deployment
> 
> I have a pretty complicated struts 1.1b app running on Websphere 4.02 on
> Windows 2000 and have yet to see the error that you've received.
> 
> The steps I had to take to deploy to websphere were:
> 1) http://marc.theaimsgroup.com/?l=struts-user&m=102142014616118&w=2
> 2) Set the JVM settings for the Default Server to that mentioned below for
> redirect issues
> 
> I like using theaimsgroup.com for the color scheme :)
> 
> That's pretty much all I had to go through to get my tomcat developed app
> to
> work on websphere.
> 
> Worse case scenario, step through the code to find out what's going on.
> It's a really powerful source of information that I've taken advantage of
> a
> few times learn what the heck was going on.
> 
> Sorry!
> 
> - Original Message -
> From: "Benson, Mike" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 29, 2002 6:44 PM
> Subject: RE: Websphere 4.02 Struts Deployment
> 
> 
> >
> > Hello, I'm working on deploying to Websphere 4.x on the Win 2000
> platform,
> > and I'm receiving the following error:
> >
> > Error 500: Cannot find ActionMappings or ActionFormBeans collection
> >
> > I've read a few emails about modifying the struts code to make this work
> and
> > replacing parsers and all, but my dilemma is that I've got to deploy
> this
> to
> > Websphere 4.x on OS/390 when I'm done with 2000.  Is there a more simple
> > solution or anyplace that describes the changes in a little more detail
> that
> > you can point me in the right direction?
> >
> > Thanks in advance,
> >
> > Mike Benson
> >
> >
> > > -Original Message-
> > > From: Danny Mui [SMTP:[EMAIL PROTECTED]]
> > > Sent: Wednesday, May 15, 2002 12:04 PM
> > > To: Struts Users Mailing List
> > > Subject: Re: Websphere 4.02 Struts Deployment
> > >
> > > To follow up,
> > >
> > > WebSphere 4.02 comes with the fix pack (they also have an E-FIX for
> > > putting
> > > out that fire) that makes it redirect compliant to servlet spec 2.3.
> To
> > > enable this mode, add :
> > >
> > > name com.ibm.websphere.sendredirect.compliance
> > > value 1
> > >
> > > to the System Properties in the admin console under: Application
> Servers
> > > \[DefaultServer] \ JVM Settings
> > >
> > > I should have checked the Dev list :)
> > >
> > > thanks again
> > >
> > > - Original Message -
> > > From: "Tero P Paananen" <[EMAIL PROTECTED]>
> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, May 14, 2002 7:50 PM
> > > Subject: RE: Websphere 4.02 Struts Deployment
> > >
> > >
> > > > > I'm having problems with struts forwards:
> > > > >
> > > > > 
> > > > >
> > > > > (forwards to /do/summary/display)
> > > > >
> > > > > it actually redirects it to : /app/app/do/summary/display
> > > > >
> > > > > I think Websphere is being too helpful here with the redirects!!
> Any
> > > > > pointers?
> > > >
> > > > There's a patch to this bug.
> > > >
> > > > I'll dig it up for you tomorrow morning, if you'd
> > > > kindly remind me by Email.
> > > >
> > > > -TPP - it's past my bed time
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>

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




RE: Websphere 4.02 Struts Deployment

2002-05-29 Thread Benson, Mike


Hello, I'm working on deploying to Websphere 4.x on the Win 2000 platform,
and I'm receiving the following error:

Error 500: Cannot find ActionMappings or ActionFormBeans collection 

I've read a few emails about modifying the struts code to make this work and
replacing parsers and all, but my dilemma is that I've got to deploy this to
Websphere 4.x on OS/390 when I'm done with 2000.  Is there a more simple
solution or anyplace that describes the changes in a little more detail that
you can point me in the right direction?  

Thanks in advance,

Mike Benson


> -Original Message-
> From: Danny Mui [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 12:04 PM
> To:   Struts Users Mailing List
> Subject:  Re: Websphere 4.02 Struts Deployment
> 
> To follow up,
> 
> WebSphere 4.02 comes with the fix pack (they also have an E-FIX for
> putting
> out that fire) that makes it redirect compliant to servlet spec 2.3.  To
> enable this mode, add :
> 
> name com.ibm.websphere.sendredirect.compliance
> value 1
> 
> to the System Properties in the admin console under: Application Servers
> \[DefaultServer] \ JVM Settings
> 
> I should have checked the Dev list :)
> 
> thanks again
> 
> - Original Message -
> From: "Tero P Paananen" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 14, 2002 7:50 PM
> Subject: RE: Websphere 4.02 Struts Deployment
> 
> 
> > > I'm having problems with struts forwards:
> > >
> > > 
> > >
> > > (forwards to /do/summary/display)
> > >
> > > it actually redirects it to : /app/app/do/summary/display
> > >
> > > I think Websphere is being too helpful here with the redirects!!  Any
> > > pointers?
> >
> > There's a patch to this bug.
> >
> > I'll dig it up for you tomorrow morning, if you'd
> > kindly remind me by Email.
> >
> > -TPP - it's past my bed time
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: