Re: Fmt:formatNumber and Euro symbol

2003-08-25 Thread Daniel Montero
Have you tried Hope this helps, danim - Original Message - From: "Carlos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 4:08 AM Subject: Fmt:formatNumber and Euro symbol > Hi > > I've tried to format a price in euros with > currencyCode="EUR"/> > Bu

Using JSTL in Dreamweaver MX

2003-08-14 Thread Daniel Montero
Hi taglibs-users, Has anyone been able to use JSTL in dreamweaver. By using I mean to create recordsets, repetable regions, etc, so I can use the wizards and other application tools from dreamweaver. Currently, I have imported the TLD files into dreamweaver, but it does not make it recogniz

Re: Stored procedure

2003-07-01 Thread Daniel Montero
I believe you can just do something like just like any other sql statement. - Original Message - From: "Kevin Passey" <[EMAIL PROTECTED]> To: "Taglibs (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 9:40 AM Subject: Stored procedure > Hi, > > Are there any taglibs which

Re: Accessing scope attributes with dotted names using JSTL

2003-06-06 Thread Daniel Montero
You could access a variable as ${mydomain.mybean} if you created a bean "mydomain" (Hashtable, for example), and set any attributes you want there. <% Hashtable mydomainVar = new Hashtable(); String mybeanVariable="this is a test"; mydomainVar.put("mybean", mybeanVariable); request.setAttribute("m