RE: xsl taglib

2002-10-25 Thread Madhavi Thottempudi
Thanks everybody for UR replies.
It cleared my mind.

cheers
-Madhavi

At 14:28 24/10/2002 -0400, you wrote:

Incase you are wondering, the tag libraries referred to in this user list
implement server-side code for Java Server Pages [JSPs]. Both the XSL taglib
[used for JSP 1.1] and the JSTL taglibs [used for JSP 1.2] are used on a
Java server to generate HTML, or some other markup that a web browser
understands. That HTML is then sent to a browser to be used on the
client-side.

Neither of these tag libraries can be utilizes to do client-side
transformations or used in xslt itself.



 On Thu, 24 Oct 2002, Madhavi Thottempudi wrote:

  Hi there!
  Is anybody out there working with XSL taglib for transformations??
  please can U tell me if they are used for client-side
 transformations
  or if they are like taglibs that can be used in xslt for
 some extra logic.
  I am new to these technologies...so please excuse my dumb question
 
  cheers
  -Madhavi
 
 
  --
  To unsubscribe, e-mail:
mailto:taglibs-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
mailto:taglibs-user-help;jakarta.apache.org



--
To unsubscribe, e-mail:   mailto:taglibs-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:taglibs-user-help;jakarta.apache.org



--
To unsubscribe, e-mail:   mailto:taglibs-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:taglibs-user-help;jakarta.apache.org




Encoding URL

2002-10-25 Thread Stefan
Hi,

How can I rewrite the URL (encode) for session tracking within this forEach tag:

c:forEach var=boundaryStart begin=0 end=${r.rowCount -1} step=${perPage}
 a href=?name=%= name %location=%= location %sex=%= sex 
%isPostBack=yesbegin=c:out value='${boundaryStart}'/
 [c:out value=${boundaryStart}/ - c:out value=${boundaryStart + perPage 
-1}/]/anbsp;
/c:forEach

Thanks,

Stef



Re: Encoding URL

2002-10-25 Thread Shawn Bayern
On Fri, 25 Oct 2002, Stefan wrote:

 Hi,
 
 How can I rewrite the URL (encode) for session tracking within this forEach tag:
 
 c:forEach var=boundaryStart begin=0 end=${r.rowCount -1} step=${perPage}
  a href=?name=%= name %location=%= location %sex=%= sex
 %isPostBack=yesbegin=c:out value='${boundaryStart}'/
  [c:out value=${boundaryStart}/ - c:out value=${boundaryStart +
 perPage -1}/]/anbsp; /c:forEach

Simply use the c:url and c:param tags.

-- 
Shawn Bayern
JSTL in Action   http://www.jstlbook.com


--
To unsubscribe, e-mail:   mailto:taglibs-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:taglibs-user-help;jakarta.apache.org