Re: Use Java Bean component

2003-08-14 Thread Lyndon Durham
Have you tried sessionScope.Customer.name ? [EMAIL PROTECTED] wrote: Hi everybody, I am using using java bean Component Customer: 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 cu

BSF and bsf-taglibs

2003-08-04 Thread Lyndon Durham
Has anyone sucessfuly deployed the bsf(Bean Scripting Framework) taglibs? I am trying to deploy the bsf tag library on JRun 4.0. However JRun is throwing an "Incompatible object for argument call" when a page with the or the "expression" tag is used. I installed the jar files and placed the ta

Re: Non Java Developers, programmers using JSTL and taglibs

2003-02-04 Thread Lyndon Durham
ydra/XMLC (http://www.enhydra.org/). In this framework the page writers write HTML. Java programmers write code to insert the dynamic content into a DOM version of the HTML. -Original Message- From: Lyndon Durham [mailto:[EMAIL PROTECTED]] Sent: Monday, February 0

Re: Non Java Developers, programmers using JSTL and taglibs

2003-02-04 Thread Lyndon Durham
for me is someone who knows and understands HTML, JavaScript and perhaps even a bit of XML - and such a person shouldn't have a problem. Best regards, Eric -Original Message- From: Lyndon Durham [mailto:[EMAIL PROTECTED]] Sent: Montag, 3. Februar 2003 21:55 To: Tag Libraries Users

Non Java Developers, programmers using JSTL and taglibs

2003-02-04 Thread Lyndon Durham
Greetings, As a software developer I would like to delegate some of the more mundane and simpler development tasks to non developers, programmers etc. The JSTL specification document claims that the jstl was created to facilitate or ease development for web designers and non jav

Re: Error in using JSTL 1.0

2002-12-21 Thread Lyndon Durham
Did you copy the tld's for the tag libraries to your web-inf directory? In addition does your web.xml have the necessary entries in it. Example /c.tld /WEB-INF/c.tld Kerekes Lajos wrote: Hello! I am a newbie. I have downloaded the JSTL 1.0, and copied the JAR files

Re: Select (ing) data based upon todays date

2002-12-19 Thread Lyndon Durham
Define a java.sql.Date object. You should be able to do this with a declaration. Then simply pass the declared object using its id attribute as a . Your select statement should be "Select * from rbh.prjhdr Where end <= ?" Kevin Passey wrote: Hi all, I am building a small site for a charity

Re: [JSTL] How to get current URL ?

2002-12-16 Thread Lyndon Durham
Have you tried to see if the current URL is stored in the Implicit header or headerValues implicit objects. smallufo wrote: Hi , all : Is there a way to get current URL of the page ? I tried but cannot get it I also tried some other methods in HttpServletRequest but seems not working , e

Re: Unable to output column data from Query

2002-11-26 Thread Lyndon Durham
Yeah that was a typo and the source of the problem. I wonder how come there were no error statements when the tags were interpreted. Thanks for pointing that out to me. Dave Newton wrote: Lyndon Durham wrote: No it was not a typo. Are you referring to the placement of the attributes

Re: Unable to output column data from Query

2002-11-26 Thread Lyndon Durham
No it was not a typo. Are you referring to the placement of the attributes? Dave Newton wrote: Lyndon Durham wrote: Was that just a typo? Dave -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To

Unable to output column data from Query

2002-11-26 Thread Lyndon Durham
Greetings Taglib Users, Can someone tell me if this is a bug or user error? I am running a simple query that returns a ResultSet that has one row. I am able to get the row count via . Susbsequently when I attempt to iterate the result set and output the value