You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Holmes <jh...@yahoo.com> on 2002/10/30 19:50:37 UTC

[ANNOUNCE] Struts Console v3.0

Struts Console version 3.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-3.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz

Struts Console is FREE software.

Eclipse plugin support and Validator config file
support is finally here.  This release also makes
working with DynaActionForms more convenient.

Changes with Struts Console v3.0

  *) Fixed bug where Forwards' "Configuration Class"
     attribute was incorrect.

  *) Added support for Validator config files.

  *) Added plugin support for Eclipse.

  *) Added support for "className" attribute of
     <data-source> elements.

  *) Added support for "className" attribute of
     <exception> elements.

  *) Added support for "className" attribute of
     <form-bean> elements.

  *) Added support for "className" attribute of
     <form-property> elements.

  *) Added support for adding <set-property> elements
     to <form-property> elements.

  *) Added drop down list of values for "Type" field
     of Form Properties for FormBeans.

  *) Added drop down list of values for
     FormBean's "Type" field.


Thanks,

-james
james@jamesholmes.com
http://www.jamesholmes.com/struts/



__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by James Holmes <jh...@yahoo.com>.
I don't plan to change this because Struts Console is
heavily dependent on the config files matching the
official DTDs.  However, if you really want to turn it
off you can at your own risk by going to the "Options"
menu.  Right now this only works in the standalone
version, but I'm working on adding this to the plugins
as well.

-james

--- Joe Germuska <Jo...@Germuska.com> wrote:
> At 12:41 PM -0800 2002/10/30, James Holmes wrote:
> >Well, you don't have to upgrade to the Commons
> >Validator to use the new DOCTYPE.  The old
> Validator
> >stuff should ignore that as it doesn't perform
> >validation on the config files (AFAIK).
> 
> speaking of validation, James, would you consider
> relaxing the 
> requirement that struts-config files be validated? 
> Struts itself no 
> longer requires this.  I submitted an enhancement
> patch which I'm 
> working with locally (to support context-relative
> exception paths). 
> Since the official DTD doesn't allow that attribute
> in that location, 
> I can't use Struts Console with that struts-config
> file...
> 
> alternatively, you could commit my patches for me
> :-)
> 
>
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13544
> 
> Joe
> 
> -- 
> --
> * Joe Germuska    { joe@germuska.com }
> "It's pitiful, sometimes, if they've got it bad.
> Their eyes get 
> glazed, they go white, their hands tremble.... As I
> watch them I 
> often feel that a dope peddler is a gentleman
> compared with the man 
> who sells records."
> 	--Sam Goody, 1956
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by Joe Germuska <Jo...@Germuska.com>.
At 12:41 PM -0800 2002/10/30, James Holmes wrote:
>Well, you don't have to upgrade to the Commons
>Validator to use the new DOCTYPE.  The old Validator
>stuff should ignore that as it doesn't perform
>validation on the config files (AFAIK).

speaking of validation, James, would you consider relaxing the 
requirement that struts-config files be validated?  Struts itself no 
longer requires this.  I submitted an enhancement patch which I'm 
working with locally (to support context-relative exception paths). 
Since the official DTD doesn't allow that attribute in that location, 
I can't use Struts Console with that struts-config file...

alternatively, you could commit my patches for me :-)

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13544

Joe

-- 
--
* Joe Germuska    { joe@germuska.com }
"It's pitiful, sometimes, if they've got it bad. Their eyes get 
glazed, they go white, their hands tremble.... As I watch them I 
often feel that a dope peddler is a gentleman compared with the man 
who sells records."
	--Sam Goody, 1956

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by James Holmes <jh...@yahoo.com>.
Well, you don't have to upgrade to the Commons
Validator to use the new DOCTYPE.  The old Validator
stuff should ignore that as it doesn't perform
validation on the config files (AFAIK).

-james

--- Dennis Muhlestein <de...@zserve.com> wrote:
> We've been using the struts validation package and
> I'm wondering if it
> isn't wise to change now.  Any suggestions on the
> easiest way to update?
> 
> Can we just download the commons validation?  What
> do we need to do to
> integrate with struts?
> 
> Thanks
> Dennis
> 
> On Wed, 2002-10-30 at 13:28, James Holmes wrote:
> > Your validation.xml files need to have this
> DOCTYPE to
> > work with Struts Console:
> > 
> > <!DOCTYPE form-validation PUBLIC
> >      "-//Apache Software Foundation//DTD Commons
> > Validator Rules Configuration 1.0//EN"
> >     
> >
>
"http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
> > 
> > This is the official DOCTYPE for Validator config
> > files as of last week.
> > 
> > -james
> > http://www.jamesholmes.com/struts/
> > 
> > 
> > --- Dennis Muhlestein <de...@zserve.com> wrote:
> > > Seems there is no validator 1.0 dtd on
> > > jakarta.apache.org/struts/dtds/..
> > > I can't open my validation.xml file because it
> uses
> > > the 1.1 dtd so I
> > > tried the 1.0 to see how that would work, but I
> got
> > > 404 error.
> > > 
> > > Can you just put a dtd somewhere?
> > > 
> > > Thanks
> > > Dennis
> > > 
> > > BTW it's true, James is Arnie.
> > > 
> > > On Wed, 2002-10-30 at 11:50, James Holmes wrote:
> > > > Struts Console version 3.0 is now available.
> > > > 
> > > > http://www.jamesholmes.com/struts/
> > > > 
> > > > Download Now:
> > > >
> > >
> >
>
http://www.jamesholmes.com/struts/struts-console-3.0.zip
> > > >   -- OR --
> > > >
> > >
> >
>
http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz
> > > > 
> > > > Struts Console is FREE software.
> > > > 
> > > > Eclipse plugin support and Validator config
> file
> > > > support is finally here.  This release also
> makes
> > > > working with DynaActionForms more convenient.
> > > > 
> > > > Changes with Struts Console v3.0
> > > > 
> > > >   *) Fixed bug where Forwards' "Configuration
> > > Class"
> > > >      attribute was incorrect.
> > > > 
> > > >   *) Added support for Validator config files.
> > > > 
> > > >   *) Added plugin support for Eclipse.
> > > > 
> > > >   *) Added support for "className" attribute
> of
> > > >      <data-source> elements.
> > > > 
> > > >   *) Added support for "className" attribute
> of
> > > >      <exception> elements.
> > > > 
> > > >   *) Added support for "className" attribute
> of
> > > >      <form-bean> elements.
> > > > 
> > > >   *) Added support for "className" attribute
> of
> > > >      <form-property> elements.
> > > > 
> > > >   *) Added support for adding <set-property>
> > > elements
> > > >      to <form-property> elements.
> > > > 
> > > >   *) Added drop down list of values for "Type"
> > > field
> > > >      of Form Properties for FormBeans.
> > > > 
> > > >   *) Added drop down list of values for
> > > >      FormBean's "Type" field.
> > > > 
> > > > 
> > > > Thanks,
> > > > 
> > > > -james
> > > > james@jamesholmes.com
> > > > http://www.jamesholmes.com/struts/
> > > > 
> > > > 
> > > > 
> > > >
> __________________________________________________
> > > > Do you Yahoo!?
> > > > HotJobs - Search new jobs daily now
> > > > http://hotjobs.yahoo.com/
> > > > 
> > > > --
> > > > To unsubscribe, e-mail:  
> > >
> <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > 
> > > 
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:  
> > >
> <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > 
> > 
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > HotJobs - Search new jobs daily now
> > http://hotjobs.yahoo.com/
> > 
> > --
> > To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by Dennis Muhlestein <de...@zserve.com>.
We've been using the struts validation package and I'm wondering if it
isn't wise to change now.  Any suggestions on the easiest way to update?

Can we just download the commons validation?  What do we need to do to
integrate with struts?

Thanks
Dennis

On Wed, 2002-10-30 at 13:28, James Holmes wrote:
> Your validation.xml files need to have this DOCTYPE to
> work with Struts Console:
> 
> <!DOCTYPE form-validation PUBLIC
>      "-//Apache Software Foundation//DTD Commons
> Validator Rules Configuration 1.0//EN"
>     
> "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
> 
> This is the official DOCTYPE for Validator config
> files as of last week.
> 
> -james
> http://www.jamesholmes.com/struts/
> 
> 
> --- Dennis Muhlestein <de...@zserve.com> wrote:
> > Seems there is no validator 1.0 dtd on
> > jakarta.apache.org/struts/dtds/..
> > I can't open my validation.xml file because it uses
> > the 1.1 dtd so I
> > tried the 1.0 to see how that would work, but I got
> > 404 error.
> > 
> > Can you just put a dtd somewhere?
> > 
> > Thanks
> > Dennis
> > 
> > BTW it's true, James is Arnie.
> > 
> > On Wed, 2002-10-30 at 11:50, James Holmes wrote:
> > > Struts Console version 3.0 is now available.
> > > 
> > > http://www.jamesholmes.com/struts/
> > > 
> > > Download Now:
> > >
> >
> http://www.jamesholmes.com/struts/struts-console-3.0.zip
> > >   -- OR --
> > >
> >
> http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz
> > > 
> > > Struts Console is FREE software.
> > > 
> > > Eclipse plugin support and Validator config file
> > > support is finally here.  This release also makes
> > > working with DynaActionForms more convenient.
> > > 
> > > Changes with Struts Console v3.0
> > > 
> > >   *) Fixed bug where Forwards' "Configuration
> > Class"
> > >      attribute was incorrect.
> > > 
> > >   *) Added support for Validator config files.
> > > 
> > >   *) Added plugin support for Eclipse.
> > > 
> > >   *) Added support for "className" attribute of
> > >      <data-source> elements.
> > > 
> > >   *) Added support for "className" attribute of
> > >      <exception> elements.
> > > 
> > >   *) Added support for "className" attribute of
> > >      <form-bean> elements.
> > > 
> > >   *) Added support for "className" attribute of
> > >      <form-property> elements.
> > > 
> > >   *) Added support for adding <set-property>
> > elements
> > >      to <form-property> elements.
> > > 
> > >   *) Added drop down list of values for "Type"
> > field
> > >      of Form Properties for FormBeans.
> > > 
> > >   *) Added drop down list of values for
> > >      FormBean's "Type" field.
> > > 
> > > 
> > > Thanks,
> > > 
> > > -james
> > > james@jamesholmes.com
> > > http://www.jamesholmes.com/struts/
> > > 
> > > 
> > > 
> > > __________________________________________________
> > > Do you Yahoo!?
> > > HotJobs - Search new jobs daily now
> > > http://hotjobs.yahoo.com/
> > > 
> > > --
> > > To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by James Holmes <jh...@yahoo.com>.
Your validation.xml files need to have this DOCTYPE to
work with Struts Console:

<!DOCTYPE form-validation PUBLIC
     "-//Apache Software Foundation//DTD Commons
Validator Rules Configuration 1.0//EN"
    
"http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">

This is the official DOCTYPE for Validator config
files as of last week.

-james
http://www.jamesholmes.com/struts/


--- Dennis Muhlestein <de...@zserve.com> wrote:
> Seems there is no validator 1.0 dtd on
> jakarta.apache.org/struts/dtds/..
> I can't open my validation.xml file because it uses
> the 1.1 dtd so I
> tried the 1.0 to see how that would work, but I got
> 404 error.
> 
> Can you just put a dtd somewhere?
> 
> Thanks
> Dennis
> 
> BTW it's true, James is Arnie.
> 
> On Wed, 2002-10-30 at 11:50, James Holmes wrote:
> > Struts Console version 3.0 is now available.
> > 
> > http://www.jamesholmes.com/struts/
> > 
> > Download Now:
> >
>
http://www.jamesholmes.com/struts/struts-console-3.0.zip
> >   -- OR --
> >
>
http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz
> > 
> > Struts Console is FREE software.
> > 
> > Eclipse plugin support and Validator config file
> > support is finally here.  This release also makes
> > working with DynaActionForms more convenient.
> > 
> > Changes with Struts Console v3.0
> > 
> >   *) Fixed bug where Forwards' "Configuration
> Class"
> >      attribute was incorrect.
> > 
> >   *) Added support for Validator config files.
> > 
> >   *) Added plugin support for Eclipse.
> > 
> >   *) Added support for "className" attribute of
> >      <data-source> elements.
> > 
> >   *) Added support for "className" attribute of
> >      <exception> elements.
> > 
> >   *) Added support for "className" attribute of
> >      <form-bean> elements.
> > 
> >   *) Added support for "className" attribute of
> >      <form-property> elements.
> > 
> >   *) Added support for adding <set-property>
> elements
> >      to <form-property> elements.
> > 
> >   *) Added drop down list of values for "Type"
> field
> >      of Form Properties for FormBeans.
> > 
> >   *) Added drop down list of values for
> >      FormBean's "Type" field.
> > 
> > 
> > Thanks,
> > 
> > -james
> > james@jamesholmes.com
> > http://www.jamesholmes.com/struts/
> > 
> > 
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > HotJobs - Search new jobs daily now
> > http://hotjobs.yahoo.com/
> > 
> > --
> > To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by Dennis Muhlestein <de...@zserve.com>.
Seems there is no validator 1.0 dtd on jakarta.apache.org/struts/dtds/..
I can't open my validation.xml file because it uses the 1.1 dtd so I
tried the 1.0 to see how that would work, but I got 404 error.

Can you just put a dtd somewhere?

Thanks
Dennis

BTW it's true, James is Arnie.

On Wed, 2002-10-30 at 11:50, James Holmes wrote:
> Struts Console version 3.0 is now available.
> 
> http://www.jamesholmes.com/struts/
> 
> Download Now:
> http://www.jamesholmes.com/struts/struts-console-3.0.zip
>   -- OR --
> http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz
> 
> Struts Console is FREE software.
> 
> Eclipse plugin support and Validator config file
> support is finally here.  This release also makes
> working with DynaActionForms more convenient.
> 
> Changes with Struts Console v3.0
> 
>   *) Fixed bug where Forwards' "Configuration Class"
>      attribute was incorrect.
> 
>   *) Added support for Validator config files.
> 
>   *) Added plugin support for Eclipse.
> 
>   *) Added support for "className" attribute of
>      <data-source> elements.
> 
>   *) Added support for "className" attribute of
>      <exception> elements.
> 
>   *) Added support for "className" attribute of
>      <form-bean> elements.
> 
>   *) Added support for "className" attribute of
>      <form-property> elements.
> 
>   *) Added support for adding <set-property> elements
>      to <form-property> elements.
> 
>   *) Added drop down list of values for "Type" field
>      of Form Properties for FormBeans.
> 
>   *) Added drop down list of values for
>      FormBean's "Type" field.
> 
> 
> Thanks,
> 
> -james
> james@jamesholmes.com
> http://www.jamesholmes.com/struts/
> 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANNOUNCE] Struts Console v3.0

Posted by Dennis Muhlestein <de...@zserve.com>.
Nevermind my last post.. 
I listed it as struts, but I just found out it is in commons.. ah ha..

Thanks James.

On Wed, 2002-10-30 at 11:50, James Holmes wrote:
> Struts Console version 3.0 is now available.
> 
> http://www.jamesholmes.com/struts/
> 
> Download Now:
> http://www.jamesholmes.com/struts/struts-console-3.0.zip
>   -- OR --
> http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz
> 
> Struts Console is FREE software.
> 
> Eclipse plugin support and Validator config file
> support is finally here.  This release also makes
> working with DynaActionForms more convenient.
> 
> Changes with Struts Console v3.0
> 
>   *) Fixed bug where Forwards' "Configuration Class"
>      attribute was incorrect.
> 
>   *) Added support for Validator config files.
> 
>   *) Added plugin support for Eclipse.
> 
>   *) Added support for "className" attribute of
>      <data-source> elements.
> 
>   *) Added support for "className" attribute of
>      <exception> elements.
> 
>   *) Added support for "className" attribute of
>      <form-bean> elements.
> 
>   *) Added support for "className" attribute of
>      <form-property> elements.
> 
>   *) Added support for adding <set-property> elements
>      to <form-property> elements.
> 
>   *) Added drop down list of values for "Type" field
>      of Form Properties for FormBeans.
> 
>   *) Added drop down list of values for
>      FormBean's "Type" field.
> 
> 
> Thanks,
> 
> -james
> james@jamesholmes.com
> http://www.jamesholmes.com/struts/
> 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Possible bug?] Struts Console v3.0

Posted by James Holmes <jh...@yahoo.com>.
Struts Console keeps a copy of the DTD locally and
uses it, thus you shouldn't be having to wait for a
server somewhere else.

-james

--- Roland Carlsson <ro...@swetravel.se> wrote:
> Ok, as a note I would suggest to make it work with
> local-adresses to. It it
> quite useful when developing. Don't have to wait for
> an server on the other
> side of the world to act and no problem with being
> offline.
> 
> Thanks
> Roland Carlsson
> 
> ----- Original Message -----
> From: "James Holmes" <jh...@yahoo.com>
> To: "Struts Users Mailing List"
> <st...@jakarta.apache.org>
> Sent: Friday, November 01, 2002 2:40 PM
> Subject: Re: [Possible bug?] Struts Console v3.0
> 
> 
> > Struts Console requires that your DTDs are fully
> > qualified and won't be able to validate your
> config
> > files otherwise.
> >
> > Here is the DOCTYPE for 1.1 config files:
> >
> > <!DOCTYPE struts-config PUBLIC
> >           "-//Apache Software Foundation//DTD
> Struts
> > Configuration 1.1//EN"
> >
> >
>
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
> >
> > -james
> >
> >
> > --- Roland Carlsson <ro...@swetravel.se> wrote:
> > > I don't know if this is about Struts-Console or
> if
> > > this behavior is
> > > specified into the XML-standard. The problem is
> that
> > > SC doesn't find a DTD
> > > local to the XML-file. Sun ONE Studio and Tomcat
> do
> > > find the DTD with out
> > > complaining.
> > >
> > > --------------------------------------
> > > <?xml version="1.0" encoding="ISO-8859-1" ?>
> > >
> > > <!DOCTYPE struts-config PUBLIC
> > >           "-//Apache Software Foundation//DTD
> Struts
> > > Configuration 1.1//EN"
> > >           "struts-config_1_1.dtd">
> > >
> > > ---------------------------------------
> > > /WEB-INF/struts-config_1.1.dtd
> > > /WEB-INF/struts-config.xml
> > > ---------------------------------------
> > >
> > > Regards
> > > Roland Carlsson
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > >
> <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > >
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > HotJobs - Search new jobs daily now
> > http://hotjobs.yahoo.com/
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Possible bug?] Struts Console v3.0

Posted by Roland Carlsson <ro...@swetravel.se>.
Ok, as a note I would suggest to make it work with local-adresses to. It it
quite useful when developing. Don't have to wait for an server on the other
side of the world to act and no problem with being offline.

Thanks
Roland Carlsson

----- Original Message -----
From: "James Holmes" <jh...@yahoo.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Friday, November 01, 2002 2:40 PM
Subject: Re: [Possible bug?] Struts Console v3.0


> Struts Console requires that your DTDs are fully
> qualified and won't be able to validate your config
> files otherwise.
>
> Here is the DOCTYPE for 1.1 config files:
>
> <!DOCTYPE struts-config PUBLIC
>           "-//Apache Software Foundation//DTD Struts
> Configuration 1.1//EN"
>
> "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
>
> -james
>
>
> --- Roland Carlsson <ro...@swetravel.se> wrote:
> > I don't know if this is about Struts-Console or if
> > this behavior is
> > specified into the XML-standard. The problem is that
> > SC doesn't find a DTD
> > local to the XML-file. Sun ONE Studio and Tomcat do
> > find the DTD with out
> > complaining.
> >
> > --------------------------------------
> > <?xml version="1.0" encoding="ISO-8859-1" ?>
> >
> > <!DOCTYPE struts-config PUBLIC
> >           "-//Apache Software Foundation//DTD Struts
> > Configuration 1.1//EN"
> >           "struts-config_1_1.dtd">
> >
> > ---------------------------------------
> > /WEB-INF/struts-config_1.1.dtd
> > /WEB-INF/struts-config.xml
> > ---------------------------------------
> >
> > Regards
> > Roland Carlsson
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Requests and the stop button / links / etc...

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 1 Nov 2002, Andrew Hill wrote:

> Date: Fri, 1 Nov 2002 21:50:20 +0800
> From: Andrew Hill <an...@gridnode.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>,
>      andrew.david.hill@gridnode.com
> To: Struts Users Mailing List <st...@jakarta.apache.org>
> Subject: Requests and the stop button / links / etc...
>
> Just want to confirm an assumption:
>
> When a user submits a form , or initiates a request, and then while that
> request is being processed hits the stop button, or clicks a link, will the
> first request continue to be processed (my current assumption is yes).
>

Yes.

> The browser doesnt send some kind of 'stop' signal to the server does it?

Maybe, although it doesn't help much.

At most, it will close the TCP/IP socket on which it established the
connection and sent the request.  The server will never see this if there
is a proxy or load balancer in between it and the client.  Even without
that, the server probably won't detect it until it tries to write the
response -- and, even then, it's quite common for your *application* to
never find out because the response page is buffered, and the I/O error
occurs only after your servlet returns, and the server tries to flush the
buffer.

>
> I presume that the response to the first request is sent to the same place
> as lost pens and odd socks?

Once in a while, you'll see "socket closed" type error messages in your
server's log files, but most containers have been modified to swallow this
sort of "error message" because it happens so often.

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Requests and the stop button / links / etc...

Posted by Andrew Hill <an...@gridnode.com>.
Just want to confirm an assumption:

When a user submits a form , or initiates a request, and then while that
request is being processed hits the stop button, or clicks a link, will the
first request continue to be processed (my current assumption is yes).

The browser doesnt send some kind of 'stop' signal to the server does it?

I presume that the response to the first request is sent to the same place
as lost pens and odd socks?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Possible bug?] Struts Console v3.0

Posted by James Holmes <jh...@yahoo.com>.
Struts Console requires that your DTDs are fully
qualified and won't be able to validate your config
files otherwise.

Here is the DOCTYPE for 1.1 config files:

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts
Configuration 1.1//EN"
         
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">

-james


--- Roland Carlsson <ro...@swetravel.se> wrote:
> I don't know if this is about Struts-Console or if
> this behavior is
> specified into the XML-standard. The problem is that
> SC doesn't find a DTD
> local to the XML-file. Sun ONE Studio and Tomcat do
> find the DTD with out
> complaining.
> 
> --------------------------------------
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> 
> <!DOCTYPE struts-config PUBLIC
>           "-//Apache Software Foundation//DTD Struts
> Configuration 1.1//EN"
>           "struts-config_1_1.dtd">
> 
> ---------------------------------------
> /WEB-INF/struts-config_1.1.dtd
> /WEB-INF/struts-config.xml
> ---------------------------------------
> 
> Regards
> Roland Carlsson
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[Possible bug?] Struts Console v3.0

Posted by Roland Carlsson <ro...@swetravel.se>.
I don't know if this is about Struts-Console or if this behavior is
specified into the XML-standard. The problem is that SC doesn't find a DTD
local to the XML-file. Sun ONE Studio and Tomcat do find the DTD with out
complaining.

--------------------------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
          "struts-config_1_1.dtd">

---------------------------------------
/WEB-INF/struts-config_1.1.dtd
/WEB-INF/struts-config.xml
---------------------------------------

Regards
Roland Carlsson


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Q] Using tiles definition in global-forwards...

Posted by John Nikolai <jn...@mac.com>.
Oops... forgot to mention that I'm using:  jakarta-struts-1.1-rc1


On Monday, March 24, 2003, at 10:22 AM, John Nikolai wrote:

>
> I have searched the mail archives for this and found the following  
> message:
>
> http://www.mail-archive.com/struts-user@jakarta.apache.org/ 
> msg61840.html
>
> Basically I want to put a tiles definition into a global forward like  
> this:
>
> ------
> <global-forwards>
>         <forward name="welcome"
>                  path=".tiles.definition"  />
> </global-forwards>
> ------
>
> but when I call the following in index.jsp:
>
> ------
> <%@ taglib uri="struts-logic" prefix="logic"%>
>         <logic:forward name="welcome"/>
> ------
>
> I get a 404 error saying:
>
> -----
> The requested resource (/xyz/.welcome) is not available.
> -----
>
> The workaround posted in the message referenced above says to create a  
> custom action forward and call it with a parameter with the tiles  
> definition. This, to me, seems like a quick hack to work around the  
> fact that tiles is not quite fully integrated into struts yet. Of  
> course I could be completely wrong saying that and if so I apologize  
> (with a nod to Cedric for his hard work! ;-). I wrote up a bug  
> (#18241: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18241)   
> which was closed saying this was already working.
>
> Can someone please help and show me what I'm doing wrong?
> Thanks for your help,
>  - John
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[Q] Using tiles definition in global-forwards...

Posted by John Nikolai <jn...@mac.com>.
I have searched the mail archives for this and found the following 
message:

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg61840.html

Basically I want to put a tiles definition into a global forward like 
this:

------
<global-forwards>
         <forward name="welcome"
                  path=".tiles.definition"  />
</global-forwards>
------

but when I call the following in index.jsp:

------
<%@ taglib uri="struts-logic" prefix="logic"%>
         <logic:forward name="welcome"/>
------

I get a 404 error saying:

-----
The requested resource (/xyz/.welcome) is not available.
-----

The workaround posted in the message referenced above says to create a 
custom action forward and call it with a parameter with the tiles 
definition. This, to me, seems like a quick hack to work around the 
fact that tiles is not quite fully integrated into struts yet. Of 
course I could be completely wrong saying that and if so I apologize 
(with a nod to Cedric for his hard work! ;-). I wrote up a bug (#18241: 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18241)  which was 
closed saying this was already working.

Can someone please help and show me what I'm doing wrong?
Thanks for your help,
  - John


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[ANNOUNCE] Struts Console v3.3

Posted by James Holmes <jh...@yahoo.com>.
Struts Console version 3.3 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-3.3.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-3.3.tar.gz

Struts Console is FREE software.

This release fixes some bugs and adds a few small
features.

Changes with Struts Console v3.3

  *) Fixed form property list to have
     java.math.BigDecimal and BigInteger instead of
     java.lang.BigDecimal and BigInteger.

  *) Fixed bug where adding a FormBean from Action
     screen was not setting the <action> name
     attribute.

  *) Added "Configuration Class" to Action screen.

  *) Added ability to move up, move down and remove
     nodes in tree.

  *) Added ability to "View" an Action's FormBean
     from the Action screen.

Thanks,

-james
james@jamesholmes.com
http://www.jamesholmes.com/struts/


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[ANNOUNCE] Struts Console v3.2

Posted by James Holmes <jh...@yahoo.com>.
Struts Console version 3.2 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-3.2.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-3.2.tar.gz

Struts Console is FREE software.

This release fixes some bugs and adds a few small
features.

Changes with Struts Console v3.2

  *) Fixed bug where Page and Forward Pattern were not
     being displayed on the Controller screen for
     Struts 1.1 config files.

  *) Fixed bug where Form Bean add dialog would throw
     exceptions if a type was not entered.

  *) Fixed bug where Resource checkbox was not being
     properly set for <field> elements in Validator
     config files.

  *) Fixed bug where Page Converter dialog was
     chopping off some of its tabs' contents.

  *) Fixed bug in Page Converter to properly convert
     <img> tags.

  *) Added support for new "size" attribute of
     <form-property> element.

  *) Added missing "indexListProperty" field for
     Validator config files.

  *) Added support for turning off config file
     validation in IDEA plugin.

  *) Removed "Debug" field from Controller screen for
     Struts 1.1 config files since it has been
     deprecated.

  *) Updated standalone version to preserve window
     size and location.


Thanks,

-james
james@jamesholmes.com
http://www.jamesholmes.com/struts/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


[ANNOUNCE] Struts Console v3.1

Posted by James Holmes <jh...@yahoo.com>.
Struts Console version 3.1 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-3.1.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-3.1.tar.gz

Struts Console is FREE software.

This release fixes some bugs with the new Validator
config file support.  It also adds the ability to turn
off validation in most of the IDE plugins.

Changes with Struts Console v3.1

  *) Fixed issue where Struts Console wouldn't work
     with newer IDEA builds.  Now Struts Console only
     works with IDEA builds 667 and later.

  *) Fixed bug where exceptions were being thrown for
     Validator config files if the language or country
     wasn't specified for <formset> elements.

  *) Fixed bug where the Field screen for Validator
     config files was not properly displaying a
     field's args.

  *) Fixed bug where Eclipse plugin wouldn't recognize
     Tiles config files.

  *) Added support for turning off config file
     validation in Eclipse plugin.

  *) Added support for turning off config file
     validation in JBuilder OpenTool.

  *) Added support for turning off config file
     validation in JDeveloper Addin.

  *) Added support for turning off config file
     validation in NetBeans/FFJ module.


Thanks,

-james
james@jamesholmes.com
http://www.jamesholmes.com/struts/


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>