Using HTML tags inside scoped variable

2004-06-04 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mailer tag library and charset=iso-8859-2

2004-06-02 Thread [EMAIL PROTECTED]
regards, Lukasz Marc Guillemot wrote: Is it the same problem as in the bug 28913 http://issues.apache.org/bugzilla/show_bug.cgi?id=28913 Marc. [EMAIL PROTECTED] wrote: Hello, I am using the Mailer tag library version 1.1 current release together with tomcat 4.1.24. Unfortunately I can not compose

Re: Mailer tag library and charset=iso-8859-2

2004-06-02 Thread [EMAIL PROTECTED]
taglibs. The workaround is to remove the xmlns:xalan=http://xml.apache.org/xslt; attribute from the taglib element in the TLD file(s). Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello Marc, Probably it is not the same problem as reported in bugzilla. When I am using the release version of the mailer

Re: Mailer tag library and charset=iso-8859-2

2004-06-02 Thread [EMAIL PROTECTED]
? Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello Kris, I heve removed the string xmlns:xalan=http://xml.apache.org/xslt; from the taglib element in the tld file and the same error occured again during tomcat starting. best regards, Lukasz Kris Schneider wrote: That looks like a build error that's

Re: Mailer tag library and charset=iso-8859-2

2004-06-02 Thread [EMAIL PROTECTED]
So I have tested the charset attribute now. It works OK - I can see national characters in the e-mail body. thanks again, Lukasz [EMAIL PROTECTED] wrote: Thanks, I have removed it from the tld file and recreated the jar file. Now tomcat is starting correctly:) Thanks a lot. I will test the charset

Random picture display?

2003-11-24 Thread [EMAIL PROTECTED]
Hello All, Could you tell if it is possible to display random picture in a web page using some tag libs? I mean I have a directory on server with set of pictures (jpg files) I would like display one of them on the webpage. Each opening of the page should return the random one. Is it

SQL INSERT

2003-08-25 Thread [EMAIL PROTECTED]
Dear Taglibs users, I am erforming SQL insert statement using JSTL tgalib: sql:transaction dataSource=${test} sql:update var=InsertDriver INSERT INTO REQUEST_OFFER (RO_FK_CUST_PHONENO, RO_TYPE VALUES (?,?) sql:param

Re: SQL INSERT

2003-08-25 Thread [EMAIL PROTECTED]
Thanks a lot, Iam using mysql and it works fine :) regards, Lukasz If you are using MySQL you can use SELECT LAST_INSERT_ID() to get the id value. Just issue that query within the same transaction after the insert. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Editor

2003-08-14 Thread [EMAIL PROTECTED]
Hi, Can you recomend me some editor which reckognize jstl tags? thanks, lukas

Re: Use Java Bean component

2003-08-14 Thread [EMAIL PROTECTED]
Unfortunately doesn't eor either :( Have you tried sessionScope.Customer.name ? [EMAIL PROTECTED] wrote: Hi everybody, I am using using java bean Component Customer: jsp:useBean id=Customer class=com.test.CustomerBean scope=session/ which contails some filed like name, surname

Data source usage

2003-08-14 Thread [EMAIL PROTECTED]
Hi, I have defined a data source in my server xml file: Resource name=jdbc/test auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/test parameter namefactory/name

Re: remoteUser

2003-08-14 Thread [EMAIL PROTECTED]
Thanks a lot? lukas - Original Message - From: Siggelkow, Bill [EMAIL PROTECTED] To: 'Tag Libraries Users List' [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 3:15 PM Subject: RE: remoteUser Right Lukas -- as Felipe pointed out a number of the objects that JSTL can reference

remoteUser

2003-08-14 Thread [EMAIL PROTECTED]
Hi, I am tring to get information about loged user, normaly I used method: %= request.getRemoteUser() % Is there a way to do the same hing usig JSLT tags and EL? Something like: c:out value= ... / thanks, lukas

Use Java Bean component

2003-08-14 Thread [EMAIL PROTECTED]
Hi everybody, I am using using java bean Component Customer: jsp:useBean id=Customer class=com.test.CustomerBean scope=session/ which contails some filed like name, surname, ... and standard setter and getter methods. I try to do select on database to retreive all data about the current

Re: How to add two integer using tag libs?

2003-08-09 Thread [EMAIL PROTECTED]
Works now :) Thank you very much Matt, Lukasz - Original Message - From: Sgarlata Matt [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:51 PM Subject: Re: How to add two integer using tag libs? Try c:set var=all_active scope=page

How to add two integer using tag libs?

2003-08-09 Thread [EMAIL PROTECTED]
Hi, I am trying to add two integer values obtained from the database, here is what I am doing: sql:transaction dataSource=${jazda} sql:query var=seeks SELECT COUNT(*) AS SEEKS FROM REQUEST_SEEK WHERE RS_FK_RS_ID = 'SMS_AUTH' || RS_FK_RS_ID = 'WWW_AUTH' /sql:query sql:query var=offers

Re: looping/ iterating over a collection ina a collection

2003-02-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: for some reason i am unable to loop over a collection in a coolection for example: i have a class with a field called basket which is a collection of Items which contains a field called contents. for some reason i am unable to access the the contents in Item

looping/ iterating over a collection ina a collection

2003-02-06 Thread [EMAIL PROTECTED]
a collection in a collection and i cant seem to be able to do it thank you Louis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xsl taglibs problem with anchor element

2001-12-04 Thread [EMAIL PROTECTED]
Hi, is there anyone who has tested the xsl tag library of the Jakarta project? Here is my problem. In my xsl file I have an anchor element that referes to a jsp with 2 parameters: a href=myjsp.jsp?param1=1param2=2mylink/a