Re: Where are tld files in CVS tree

2003-09-30 Thread Craig R. McClanahan
Chris Gastin wrote:

Where in the CVS tree is the struts-html.tld file that needs to be modified when adding attributes to a tag.

Thanks,

Chris Gastin
 

The actual TLD files for the tag libraries are generated (using XSLT 
transformations) from the same XML sources used to create the reference 
documentation in the User Guide.  For the HTML library in particular, 
you would edit "doc/userGuide/struts-html.xml" to add new attributes.

Craig



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


Re: Where are tld files in CVS tree

2003-09-30 Thread Abhijeet Mahalkar
Hi All

I have a Problem with websphere where i had installed websphere 5.0. made
JDBC connections for that. I have deployed one WAR application and one EJB
Application but i am not able to get my simple jsp in RUN..

Pls guide
abhijeet
- Original Message -
From: "V, Saravanan" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 30, 2003 3:36 PM
Subject: RE: Where are tld files in CVS tree


> hi,
>
>   put the tld files under web-inf or create a directory for example 'tld'
> under web-inf.
>  steps to do
> 1) Go to the corresponding directory and the select the file.
> 2) Select the file and select "edit selection" option.
> 3) The wincvs client will issue a cvs edit command and the file
> will be in edit mode.
> 4) Change the file as per your change request.
> 5) Go to the Modify Menu and select the option "Update
> Selection"
> 6) The file will be updated and select the option "Commit
> Selection", the file will be commited .
>
> Regds,
> saravanan.v
>
> -Original Message-
> From: Chris Gastin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 30, 2003 11:56 AM
> To: Struts Developers List
> Subject: Where are tld files in CVS tree
>
>
> Where in the CVS tree is the struts-html.tld file that needs to be
modified
> when adding attributes to a tag.
>
> Thanks,
>
> Chris Gastin
>
> -
> 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: Where are tld files in CVS tree

2003-09-30 Thread Ted Husted
Chris Gastin wrote:
> Where in the CVS tree is the struts-html.tld file that needs to be
> modified when adding attributes to a tag.
What we do is maintain the TLDs as XML documents and then use a style 
sheet to generate the TLD and the HTML documentation. So, they are 
hidden in the documentation portion of CVS.

/doc/userGuide/struts-*.xml (bean, html, logic, nested tiles)

The build will take care of generating the TLDs for you, as well as 
updating the Developers Guide documentation.

-Ted.



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


RE: Where are tld files in CVS tree

2003-09-30 Thread V, Saravanan
hi,

  put the tld files under web-inf or create a directory for example 'tld'
under web-inf.
 steps to do
1)  Go to the corresponding directory and the select the file.
2)  Select the file and select "edit selection" option.
3)  The wincvs client will issue a cvs edit command and the file
will be in edit mode.
4)  Change the file as per your change request.
5)  Go to the Modify Menu and select the option "Update
Selection"
6)  The file will be updated and select the option "Commit
Selection", the file will be commited .

Regds,
saravanan.v

-Original Message-
From: Chris Gastin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 11:56 AM
To: Struts Developers List
Subject: Where are tld files in CVS tree


Where in the CVS tree is the struts-html.tld file that needs to be modified
when adding attributes to a tag.

Thanks,

Chris Gastin

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