Break a forEach loop

2005-12-14 Thread Rolf Niepraschk
Dear friends, can you tell me if it is possible to break a simple forEach loop premature. The following doesn't work: ${status.count} Thanks in advance, ...Rolf - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Trouble with "xtags:add"

2005-11-11 Thread Rolf . Niepraschk
Thanks, Eric. This helps. ...Rolf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Trouble with "xtags:add"

2005-11-08 Thread Rolf Niepraschk
t; <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1"; prefix="str" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0"; prefix="xtags&quo

Re: literate programming?

2005-11-01 Thread Rolf . Niepraschk
Rahul wrote: > I'd recommend reading the JSP specification for the version of choice, > and then browsing the sources and documentation for taglibs of > interest from Jakarta Taglibs (or elsewhere). If you have specific > questions, feel free to ask. You missunderstand my question. I look for a

literate programming?

2005-11-01 Thread Rolf . Niepraschk
Hello, please tell me: Does exist a documentation system like "javadoc" or "Doxygen" (also called "literate programming") specially for JSP and taglib syntax? Thanks in advance, ...Rolf -- || Rolf Niepraschk c/o Physikalisch-Technische Bundesanstalt|| ||

Re: How remove a request parameter

2005-08-16 Thread Rolf . Niepraschk
Martin wrote: > As Muz pointed out, request parameters are immutable, since they are a > representation of the request as sent by the client. If you need to > modify them, you'll need to first copy them to some other location, > and then base your logic on the copy instead. Thank you for the exp

How remove a request parameter

2005-08-16 Thread Rolf . Niepraschk
I read some parameters from html form requests using the variable ${param['propertyName']} After the reading a need to remove the entry 'propertyName' or the value of ${param['propertyName']} should be changed to the empty string. Something like doesn't work. What can I do? Thanks in adva

Re: a simple for loop, how?

2005-08-12 Thread Rolf . Niepraschk
Thanks for the answers. I know my question was stupid ;-( ...Rolf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

a simple for loop, how?

2005-08-12 Thread Rolf . Niepraschk
I need something like "c:forEach" but without an existing list or array structure. The loop should be executed a known number like the for loop in Java or C. What is the best solution using tag libs? Thanks in advance. ...Rolf

write modified xml files -- please help

2005-07-28 Thread Rolf Niepraschk
%> Test zu XML First Version Ludmilla Fridolin Gustav -- || Rolf Niepraschk c/o Physikalisch-Technische Bundesanstalt || || Abbestr. 2-12; D-10587 Berlin, Germany || || Tel/Fax: ++49-30-3481-7316/7490, email: [EMAIL PROTECTED]