Re: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html RewriteTag.java

2003-08-14 Thread David Graham
Do we also need to add a TLD entry for this attribute?

David

--- [EMAIL PROTECTED] wrote:
> sraeburn2003/08/10 03:05:51
> 
>   Modified:doc/userGuide struts-html.xml
>src/share/org/apache/struts/taglib/html RewriteTag.java
>   Log:
>   Added action attribute to rewrite tag. 
>   PR: 22261
>   
>   Revision  ChangesPath
>   1.58  +17 -0 jakarta-struts/doc/userGuide/struts-html.xml
>   
>   Index: struts-html.xml
>   ===
>   RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
>   retrieving revision 1.57
>   retrieving revision 1.58
>   diff -u -r1.57 -r1.58
>   --- struts-html.xml 10 Aug 2003 09:14:04 -  1.57
>   +++ struts-html.xml 10 Aug 2003 10:05:51 -  1.58
>   @@ -5550,6 +5550,23 @@
>a JavaScript procedure.
>
>
>   + 
>   +  action
>   +  false
>   +  true
>   +  
>   +  Logical name of a Action that
>   +  contains the actual content-relative URI of the
> destination
>   +  of this transfer.  This hyperlink may be
> dynamically
>   +  modified by the inclusion of query parameters, as
> described
>   +  in the tag description. You must
> specify
>   +  exactly one of the action attribute,
> the
>   +  forward attribute, the
>   +  href attribute, or the
> page
>   +  attribute.
>   +  
>   +
>   +
>
>  anchor
>  false
>   
>   
>   
>   1.15  +5 -5 
> jakarta-struts/src/share/org/apache/struts/taglib/html/RewriteTag.java
>   
>   Index: RewriteTag.java
>   ===
>   RCS file:
>
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/RewriteTag.java,v
>   retrieving revision 1.14
>   retrieving revision 1.15
>   diff -u -r1.14 -r1.15
>   --- RewriteTag.java 31 Jul 2003 00:25:39 -  1.14
>   +++ RewriteTag.java 10 Aug 2003 10:05:51 -  1.15
>   @@ -102,7 +102,7 @@
>   forward,
>   href,
>   page,
>   -   null,
>   +   action,
>   params,
>   anchor,
>   false,
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html RewriteTag.java

2003-08-14 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote:
> The tld is generated from the xml file. I thought I was going crazy when
> I
> couldn't find the source tld files >8-)

I missed the piece of the commit message that added it to the xml file. 
Sorry for the confusion that caused.

David

> 
> Steve
> 
> > -Original Message-
> > From: David Graham [mailto:[EMAIL PROTECTED]
> > Sent: August 10, 2003 9:11 AM
> > To: Struts Developers List
> > Subject: Re: cvs commit:
> > jakarta-struts/src/share/org/apache/struts/taglib/html RewriteTag.java
> >
> >
> > Do we also need to add a TLD entry for this attribute?
> >
> > David
> >
> > --- [EMAIL PROTECTED] wrote:
> > > sraeburn2003/08/10 03:05:51
> > >
> > >   Modified:doc/userGuide struts-html.xml
> > >src/share/org/apache/struts/taglib/html
> RewriteTag.java
> > >   Log:
> > >   Added action attribute to rewrite tag.
> > >   PR: 22261
> > >
> > >   Revision  ChangesPath
> > >   1.58  +17 -0 jakarta-struts/doc/userGuide/struts-html.xml
> > >
> > >   Index: struts-html.xml
> > >  
> ===
> > >   RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
> > >   retrieving revision 1.57
> > >   retrieving revision 1.58
> > >   diff -u -r1.57 -r1.58
> > >   --- struts-html.xml 10 Aug 2003 09:14:04 -  1.57
> > >   +++ struts-html.xml 10 Aug 2003 10:05:51 -  1.58
> > >   @@ -5550,6 +5550,23 @@
> > >a JavaScript procedure.
> > >
> > >
> > >   + 
> > >   +  action
> > >   +  false
> > >   +  true
> > >   +  
> > >   +  Logical name of a Action that
> > >   +  contains the actual content-relative URI of the
> > > destination
> > >   +  of this transfer.  This hyperlink may be
> > > dynamically
> > >   +  modified by the inclusion of query parameters,
> as
> > > described
> > >   +  in the tag description. You
> must
> > > specify
> > >   +  exactly one of the action
> attribute,
> > > the
> > >   +  forward attribute, the
> > >   +  href attribute, or the
> > > page
> > >   +  attribute.
> > >   +  
> > >   +
> > >   +
> > >
> > >  anchor
> > >  false
> > >
> > >
> > >
> > >   1.15  +5 -5
> > >
> jakarta-struts/src/share/org/apache/struts/taglib/html/RewriteTag.java
> > >
> > >   Index: RewriteTag.java
> > >  
> ===
> > >   RCS file:
> > >
> > /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/R
> > ewriteTag.java,v
> > >   retrieving revision 1.14
> > >   retrieving revision 1.15
> > >   diff -u -r1.14 -r1.15
> > >   --- RewriteTag.java 31 Jul 2003 00:25:39 -  1.14
> > >   +++ RewriteTag.java 10 Aug 2003 10:05:51 -  1.15
> > >   @@ -102,7 +102,7 @@
> > >   forward,
> > >   href,
> > >   page,
> > >   -   null,
> > >   +   action,
> > >   params,
> > >   anchor,
> > >   false,
> > >
> > >
> > >
> > >
> > >
> -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > __
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site design software
> > http://sitebuilder.yahoo.com
> >
> > -
> > 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]
> 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html RewriteTag.java

2003-08-10 Thread Steve Raeburn
The tld is generated from the xml file. I thought I was going crazy when I
couldn't find the source tld files >8-)

Steve

> -Original Message-
> From: David Graham [mailto:[EMAIL PROTECTED]
> Sent: August 10, 2003 9:11 AM
> To: Struts Developers List
> Subject: Re: cvs commit:
> jakarta-struts/src/share/org/apache/struts/taglib/html RewriteTag.java
>
>
> Do we also need to add a TLD entry for this attribute?
>
> David
>
> --- [EMAIL PROTECTED] wrote:
> > sraeburn2003/08/10 03:05:51
> >
> >   Modified:doc/userGuide struts-html.xml
> >src/share/org/apache/struts/taglib/html RewriteTag.java
> >   Log:
> >   Added action attribute to rewrite tag.
> >   PR: 22261
> >
> >   Revision  ChangesPath
> >   1.58  +17 -0 jakarta-struts/doc/userGuide/struts-html.xml
> >
> >   Index: struts-html.xml
> >   ===
> >   RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
> >   retrieving revision 1.57
> >   retrieving revision 1.58
> >   diff -u -r1.57 -r1.58
> >   --- struts-html.xml   10 Aug 2003 09:14:04 -  1.57
> >   +++ struts-html.xml   10 Aug 2003 10:05:51 -  1.58
> >   @@ -5550,6 +5550,23 @@
> >a JavaScript procedure.
> >
> >
> >   + 
> >   +  action
> >   +  false
> >   +  true
> >   +  
> >   +  Logical name of a Action that
> >   +  contains the actual content-relative URI of the
> > destination
> >   +  of this transfer.  This hyperlink may be
> > dynamically
> >   +  modified by the inclusion of query parameters, as
> > described
> >   +  in the tag description. You must
> > specify
> >   +  exactly one of the action attribute,
> > the
> >   +  forward attribute, the
> >   +  href attribute, or the
> > page
> >   +  attribute.
> >   +  
> >   +
> >   +
> >
> >  anchor
> >  false
> >
> >
> >
> >   1.15  +5 -5
> > jakarta-struts/src/share/org/apache/struts/taglib/html/RewriteTag.java
> >
> >   Index: RewriteTag.java
> >   ===
> >   RCS file:
> >
> /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/R
> ewriteTag.java,v
> >   retrieving revision 1.14
> >   retrieving revision 1.15
> >   diff -u -r1.14 -r1.15
> >   --- RewriteTag.java   31 Jul 2003 00:25:39 -  1.14
> >   +++ RewriteTag.java   10 Aug 2003 10:05:51 -  1.15
> >   @@ -102,7 +102,7 @@
> > forward,
> > href,
> > page,
> >   - null,
> >   + action,
> > params,
> > anchor,
> > false,
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> -
> 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]