importing XML file caching issues?

2004-05-12 Thread Andrea
In my JSP, I import an XML file from my filesystem. The commands are straightforward: When I post my JSP to the server, I process the formdata, retrieve the same XML file from the filesystem, populate the data from the JSP into the XML file, use a PrintWriter to stream the XML file back out

Re: Do Developers still use XTags?

2004-05-06 Thread Andrea
Kris Schneider dotech.com> writes: > > If you're using at least a JSP 1.2 container, JSTL's XML/XSLT tags are > worth a look. > > Andrea wrote: > > > I have a requirement for a project where XTags seems to be a perfect fit from > > the research I

Do Developers still use XTags?

2004-05-04 Thread Andrea
I have a requirement for a project where XTags seems to be a perfect fit from the research I have done. Basically using custom JSP tags to wrap XSLT calls around an XML document. I don't see much in the way of documentation and the last release for the taglib on the jakarta site was over 2 y

compilation order with c:import

2002-05-07 Thread Andrea Grittini
t of the page. Unfortunately I cannot use only jsp:include because I got errors when using "/> Thank you Andrea Grittini Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Piave 46 - 20010 S.Stefano Ticino - ITALY < http://www.cdesign.it/>

RE: integrating dbtags into MM Ultradev code

2002-04-24 Thread Andrea Grittini
t sql query and passed to the db for a search engine like: select * from mytab where Az.ParolaChiave like '%%' Hope this will help you Bye Andrea -Original Message- From: tony [mailto:[EMAIL PROTECTED]] Sent: mercoledì 24 aprile 200

RE: escape tag

2002-04-23 Thread Andrea Grittini
at make my string dirty. I will send you an example. Thank you -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED]] Sent: martedì 23 aprile 2002 16:41 To: Tag Libraries Users List Subject: Re: escape tag Hi Andrea, There's nothing available to unescape yet. I

escape tag

2002-04-23 Thread Andrea Grittini
Is there a mode to reverse escape a string after the tag something? I have to remove some char (\r\n) and then un-escape all the other special chars. Thank you again. Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Pi

RE: Validation error messages

2002-04-16 Thread Andrea Grittini
<%@ include is the static include, it paste the code inside the same page, so you don't have to redeclare the same tlds. Use mailto:[EMAIL PROTECTED]] Sent: martedì 16 aprile 2002 13:33 To: '[EMAIL PROTECTED]' Subject: Validation error messages Hello, I receive the following errors when using t

code too large for try statement

2002-04-15 Thread Andrea Grittini
k you in advance. Andrea Grittini -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

getRowsCount

2002-04-12 Thread Andrea Grittini
. Could you help me ?? Thank you Andrea Grittini An error occurred while evaluating custom action attribute "value" with value "${myRec.getRowsCount}": Unable to find a value for "getRowsCount" in object of class "javax.servlet.jsp.jstl.sql.ResultImpl" using

unicode chars

2002-04-12 Thread Andrea Grittini
chars. Someone told me to use the getUnicodeStream(), getCharacterStream() function , but how can I do with the JSTL ?? Thank you in advance Regards Andrea Grittini -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

string formatting

2002-04-10 Thread Andrea Grittini
as whereto look for ? -Original Message- From: Henri Yandell [] Sent: martedì 9 aprile 2002 19:23 To: Tag Libraries Users List Subject: Re: string substring tag Hi Andrea, All the string tags support bodies, and last weeks fix should affect every tag as it was in an abstract class. I&#

string substring tag

2002-04-09 Thread Andrea Grittini
Hello all, Using String tag libraries to perform an substring of a formatted date string, like in this example: I got the same error as the uppercase error of the last week: Maybe the tag don't support body variable or is the same error as uppercase? Thank you. Andrea Gri

string formatting

2002-04-08 Thread Andrea Grittini
8859-1". I want to replace that chars with a of html, but I think that the jstl sql query lost at the beginning that special character. Could you tell me which is the behaviour? Thank you. Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Comput

string upperCase tag

2002-04-05 Thread Andrea Grittini
a:630) at java.lang.Thread.run(Thread.java:484) Any ideas?? Thank you. Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Piave 46 - 20010 S.Stefano Ticino - ITALY < http://www.cdesign.it/>

RE: Accessing JSP scoped Variables from within Tags

2002-04-04 Thread Andrea Grittini
I can answer because I've just used it. It is I hope this will help you Andrea -Original Message- From: TIMO EINSIEDLER-BURGER [mailto:[EMAIL PROTECTED]] Sent: venerdì 5 aprile 2002 09:56 To: [EMAIL PROTECTED] Subject: Accessing JSP scoped Variables from w

RE: [standard] doesn't accept a body

2002-04-04 Thread Andrea Grittini
Thank you very much for the adjustment. Now it works , I can pass a parameter to my sql query but only in the form if I use the bodyless form It failed. Thank you Andrea Grittini -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: 03 April 2002 09:15 To: Tag Libraries

date format

2002-04-03 Thread Andrea Grittini
So I thought that the date coming from db is invalid and I put a parseDate inside: 1999/07/01 and I got the same error Unparsable date. Please help me. Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Piave 46 - 2001

RE: [standard] doesn't accept a body

2002-04-02 Thread Andrea Grittini
Sorry, I didn't understand. Is it the fix already available in the night build? or I have to wait the next release?, or there is a workaround.??? Thanks lot. Andrea Grittini -Original Message- From: Shawn Bayern [] Sent: martedì 2 aprile 2002 19.53 To: Tag Libraries Users List Su

Re: [standard] doesn't accept a body

2002-04-02 Thread Andrea Grittini
. Would be so easy , but why it doesn't work?? Can you help me? Thanks in advance Andrea Grittini -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

DB taglib - which use??

2002-03-29 Thread Andrea Grittini
will be very appreciated. Thank you Andrea Grittini ( <mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Piave 46 - 20010 S.Stefano Ticino - ITALY <http://www.cdesign.it/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

Re: Standard taglib - sql problem

2002-03-28 Thread Andrea Grittini
java.lang.Thread.run(Thread.java:484) Andrea Grittini ( < mailto:[EMAIL PROTECTED]>) Tel: +39-2-97482.1- Fax: +39-2-97482? Computer Design S.r.l., Via Piave 46 - 20010 S.Stefano Ticino - ITALY < http://www.cdesign.it/>

Re: use JSP Tags and jsp variable

2001-07-05 Thread Andrea Gianni
At 10.37 04/07/01 -0400, you wrote: >Andrea Gianni wrote: > >>Hi >>1^ Problem : >>I tryed this >> >> >> > >can i see your code in MiaTagLibrary Here the code, what I don't understand is that If I put iside my tag a stati

use JSP Tags and jsp variable

2001-07-04 Thread Andrea Gianni
tag is elaborated and the the tag lib that so has the body empity. I am making some errors ? 2^ Problem how I can read in a tagLib a Java variable defined in a jsp Page directly ? I think that I can use pageContext(, 1); but don't work. A.G. ******* Ing. And