Re: problem in using mail tag

2002-08-28 Thread P.miller
Hello, I don't know if you got answers already? You don't need to put \ (backslash) in you parameters (\"from\")!! I never do it like this only make <%=request.getParameter("from")%> Hth Peter "Venkatarangaiah, Srinivas B." wrote: > Hi, > > I am using Mail tag to send message. > The code I

mailer-taglib Messages to a different host then smtp-host not sended

2002-06-10 Thread P.miller
Hello all, I'm using the mailer-taglib in our HP. All works well when I send the mail to someone listed in our mail-server (server: mail.xxx.de receipient: [EMAIL PROTECTED]). But if I want to send to a different mail-server-user (f.e. [EMAIL PROTECTED]) then nothing happens. Does anybody know

Re: dbTags

2001-11-15 Thread P.Miller
Hi Dinesh, take a look at jsptags.com. (tld-info: The Pager Tag Library helps generate Google[sm] and AltaVista® style search result navigators. It will take multiple pages worth of information, dynamically split it up into page sized pieces and generate a browsable index. It does this in a flex

Re: web.xml problems

2001-11-15 Thread P.Miller
Hello, if I'm right the taglib-uri can be set to whatever you like, it has only to be the same in the tld-file, the web.xml and the uri-directive in the jsp-file. You could take uri = "xyz" and it should work! Peter Nick Pellow wrote: > > Ingmar , > Well, the taglib uri you have is not correct

DBTags initparameter Problem

2001-08-09 Thread P.Miller
Hello, I try to use the DBTags with initparameters in web.xml like: web.xml: dbURL org.apache.taglibs.dbtags.connection.DatabaseURLTag oraURL jdbc:oracle:thin:@192.168.1.200:1521:ORC1 dbDriver org.apache.taglibs.dbtags.connection.Drive