How to test value from dbtags with struts logic tags?

2001-10-05 Thread Bill Pfeiffer
at the page attributes, only the parameters. Dbtags doesn't support putting the value in parameters. Any ideas? TIA, Bill PFeiffer

Re: Query Caching

2001-10-02 Thread Bill Pfeiffer
rlyAccess/crs/ Let me know if you have any questions on this. Bill Pfeiffer - Original Message - From: Stacy Young To: '[EMAIL PROTECTED]' Sent: Friday, September 28, 2001 5:58 PM Subject: Query Caching Is there a taglib that supports query caching? Say for isntance I'm u

Re: Proposal: DBTags and RowSet

2001-05-16 Thread Bill Pfeiffer
Got 'em and responded. I tried posting to this list at the same time I posted to the dev list, but for some reason it didn't take until this evening. I thought I'd see if there are taglib users out there who would have a need for this kind of thing. Thanks again, Bill Pfeiffer

Proposal: DBTags and RowSet

2001-05-16 Thread Bill Pfeiffer
() to obtain a ResultSet? Note that the object stored in the specified scope COULD be a RowSet as RowSet implements ResultSet. BENEFIT(S): The major benefit of this approach would be the seperation of data retrieval (business logic) from data presentation. What do you think? Bill Pfeiffer

Ignore: Test

2001-05-16 Thread Bill Pfeiffer
Test to see if my mail is making it to the list

Re: pageContext.getAttribute()

2001-05-15 Thread Bill Pfeiffer
; <%-- your jsp --%> <% String x = "test" %> // your class class yourTag { String _name = ""; setName(String name) { _name = name; } doStartTag() { // you can now use name as the container has // already called setName() System.out.println("name =

Proposal: DBTags and RowSet

2001-05-15 Thread Bill Pfeiffer
tored in the specified scope COULD be a RowSet as RowSet implements ResultSet. BENEFIT(S): The major benefit of this approach would be the seperation of data retrieval (business logic) from data presentation. What do you think? Bill Pfeiffer