Re: fmt:parseNumber

2003-02-25 Thread Eddie Barna
Thanks it works. Also i found another way around it. Just love JSTL - Original Message - From: Pierre Delisle [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:57 PM Subject: Re: fmt:parseNumber Eddie Barna wrote: I thought it would

fmt:parseNumber

2003-02-24 Thread Eddie Barna
I thought it would be fun to use JSTL for some form validation instead of Javascript. I am trying to make sure a user only enters numbers in a field called AcctNum. Also i decided to use fmt:parseNumber / to test my field. Here's the code: c:catch var=parsingError fmt:parseNumber var=Gotcha

Re: Syntax for concatenating strings and escaping quotes

2003-02-20 Thread Eddie Barna
If I'm not mistaken I believe the correct syntax is c:set var=var value=string ${var} string - Original Message - From: David Goodenough [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 10:36 AM Subject: Syntax for concatenating strings and escaping quotes

Re: Tag List

2003-02-14 Thread Eddie Barna
You can pass the value from your search form to the page which you have listed in your email. For example: You have a search form with a text box titled search Here's what the page that queries the db would look like now sql:query var=productQuery dataSource=${productDS} SELECT *

Re: Tag List

2003-02-14 Thread Eddie Barna
- Original Message - From: Eddie Barna [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 6:01 PM Subject: Re: Tag List You can pass the value from your search form to the page which you have listed in your email. For example: You have a search

Properties of variables

2003-02-12 Thread Eddie Barna
I am working through the JSTL in Action book by Shawn Bayern. Great book by the way. I have finaly ran into a situation that brought me here. The variable exposed by the sql:query tag has certain properties such as limitedByMaxRows. My question is: How and where can I find a list of all the

Re: Properties of variables

2003-02-12 Thread Eddie Barna
2003, Eddie Barna wrote: I am working through the JSTL in Action book by Shawn Bayern. Great book by the way. Cool! Great to hear. I have finaly ran into a situation that brought me here. The variable exposed by the sql:query tag has certain properties such as limitedByMaxRows. My