How to apply javascripts disabled property on xpath expressions

2004-10-26 Thread Madhavi Prasad
This is madhavi,

Thru my jsp page im reading data from an xml file using xpath. my xml files
contains filed names along with their privileges like read r write.

now depending on the privilege i want to apply ".disabled" property of java
scripts to the fields. Here the problem is field names r xpath expressions
how do i apply javascripts disable property

any help highly appreciated

madhavi

- Original Message -
From: "Kris Schneider" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 21, 2004 5:03 PM
Subject: Re: How to avoid the line breaks when a tag file used within
javascript?


> Rick,
>
> Here'a a bogus example:
>
> dummy.jsp:
> --
> <%@ page contentType="text/plain" %>
> <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
> Tag output: ''
>
> dummy.tag:
> --
> <%@ tag body-content="scriptless" %><%--
> --%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %><%--
> --%>
>
> The file ends here^, not on the next line. The output is:
>
> Tag output: 'Hello, world!'
>
> So it should be possible to do what you want, it's just a matter of
doinking
> with the tag file...
>
> Quoting Rick Reumann <[EMAIL PROTECTED]>:
>
> > Kris Schneider wrote the following on 10/21/2004 12:36 AM:
> > > You're sure there's not a newline at the very end of your tag file?
> >
> > I've even done a reg expression search and replace for \n and nothing
> > found. It's just one line. I'm calling it from javascript like:
> >
> > ');" onmouseout="return nd();">* > value='${associate.primaryService.code}' default='N/A'/>
> >
> > I end up with a break when viewing the src code right after the close of
> > the tag "/> and before the ');
> >
> > The break seems to be coming after the tag is used on the page not from
> > within the tag itself. Is this the same behavior witnessed for others?
> >
> > Thanks again,
> >
> > --
> > Rick
>
> --
> Kris Schneider 
> D.O.Tech   
>
> -
> 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: complete binary download

2004-10-26 Thread Big Chiz
goto 
http://jakarta.apache.org/site/binindex.cgi#Release%20Builds

the one updated is standard (jstl 1.1 for jsp 2.0) not standard-1.0
(old jstl 1. for jsp 1.2)

On Wed, 27 Oct 2004 01:32:39 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote:
> Greetings
> 
> I received a mail stating that a new version of the taglibs are
> available but, my question is, is there somewhere I can download the
> entire new set or do I have to download them one by one? On the download
> page there is only a link to:
> 
> standard-1.0/ 
> 
> --
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Development.Design.Branding
> emotionalize.conceptualize.visualize.realize
> Tel: +27125468436
> Fax: +27125468436
> email:[EMAIL PROTECTED]
> Global: www.volume4.com
> 
> We support OpenSource
> Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/
> 
> This message contains information that is considered to be sensitive or confidential 
> and may not be forwarded or disclosed to any other party without the permission of 
> the sender. If you received this message in error, please notify me immediately so 
> that I can correct and delete the original email. Thank you.
> 
> -
> 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]



complete binary download

2004-10-26 Thread Schalk Neethling
Greetings
I received a mail stating that a new version of the taglibs are 
available but, my question is, is there somewhere I can download the 
entire new set or do I have to download them one by one? On the download 
page there is only a link to:

standard-1.0/    

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Design.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
Global: www.volume4.com
We support OpenSource
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/
This message contains information that is considered to be sensitive or confidential 
and may not be forwarded or disclosed to any other party without the permission of the 
sender. If you received this message in error, please notify me immediately so that I 
can correct and delete the original email. Thank you.

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


[ANN] Standard Taglib 1.1.2

2004-10-26 Thread Justyna Horwat
Hi everyone,
The Jakarta Taglibs Team is proud to announce the release of Standard 
1.1.2, an implementation of JSTL 1.1. This is minor bug fix releases. 
For all the changes since last release, please see the Release Notes.

With JSTL, page authors can create dynamic web pages more easily. JSTL 
encapsulates the core functionality common to many Web applications. It 
has support for common, structural tasks such as iteration and 
conditionals, tags for manipulating XML documents, internationalization 
tags, and SQL tags.

Standard 1.1.2 is available for download through the Taglibs Downloads area.
Taglibs Downloads:
  http://jakarta.apache.org/site/binindex.cgi
Standard 1.1.2:
  Release Notes:
http://jakarta.apache.org/taglibs/doc/standard-doc/ReleaseNotes.html
  Project Page:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
Jakarta Taglibs Project Page:
  http://jakarta.apache.org/taglibs
Thanks,
Justyna
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


c:import with non-english url

2004-10-26 Thread Peik Feng
Hi,
  I'm trying to use non-English url in 
  
  I'm getting fileNotFound exception even though I have URLEncode the url.

  Is there any solution for this problem?

  Thank you.

-- 
Regards,
Peik Feng

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