Mailer Tag Sending Problem

2002-07-11 Thread Nguyen Christine T Contr AFMSA/SGSID
I am using Jakarta's mailer tags in my JSP page to send email through a form, but it won't send. This is what I have so far: <%@ taglib uri="/WEB-INF/mailer.tld" prefix="mt" %> <%=request.getParameter("TO")%> <%=request.getParameter("FROM") %> <%=request.getParameter("

FW: jstl string properties

2002-07-11 Thread Alex Reznik
> hello, i wonder how would i access java.lang.String properties or methods > like length for a piece > of code like this: > > is there another way to get the length of this string strictly in jstl > syntax? > -- To unsubscribe, e-mail: For additional commands, e-m

RE: newbie: object with x attribute will be x tags or one tag?!

2002-07-11 Thread Alex Reznik
hello, i wonder how would i access string properties like length for a piece of code like this: is there another way to get the length of this string strictly in jstl syntax? -Original Message- From: Leif Hanack [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:22 AM To: [EMAIL

newbie: object with x attribute will be x tags or one tag?!

2002-07-11 Thread Leif Hanack
hello, i want to write a taglib library for different object/classes. when i have a class with a lot of attribute what do i do? should i write for every attribute a tag: , or do i write s.th. like , thanks in advance, leif -- To unsubscribe, e-mail: For additio

RE: A JSTL problem...

2002-07-11 Thread Alex Reznik
Hello, everybody. got a question... my xml structure is as follows: - None Critical Error Information Debug Low Debug Medium Debug High so, when in my code i come across this item that i need to pull and do some stuff with it, what i'd like to do is get options as separate it

RE: A JSTL problem...

2002-07-11 Thread Carlos Barroso
Hi Ben. The XML i want to parse doesn't have a dtd associate with it. It's a simple xml string. thanks anyway. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 10 de Julho de 2002 20:09 To: Tag Libraries Users List Subject: RE: A JSTL problem... Carlo