RE: Tag List

2003-02-18 Thread Schnitzer, Jeff
-)appropriated. Jeff Schnitzer [EMAIL PROTECTED] The Maverick MVC Framework: http://mav.sourceforge.net -Original Message- From: Scott Taylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 7:43 AM To: Tag Libraries Users List Subject: Re: Tag List Thanks I will look

RE: Tag List

2003-02-18 Thread Shawn Bayern
: http://mav.sourceforge.net -Original Message- From: Scott Taylor [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 7:43 AM To: Tag Libraries Users List Subject: Re: Tag List Thanks I will look at Maverick. Why is Maverick and Struts considerd MVC, when the idea

RE: Tag List

2003-02-18 Thread Schnitzer, Jeff
From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Is this kinda what you mean? Are you trying to add the search/edit/remove/add functionality to the jsp page? This could easily be captured with forms which submit back to the jsp plus a choose block to designate which operation is being

Re: Tag List

2003-02-18 Thread Mark R. Diggory
Just to be clear, I was responding to a user with an interest in convering the demo example in the Webservices tutorial into JSLT. A very specific and small application. We're on the Taglibs listserv. I saw several people tell him to use heavier frameworks external to this project. I just

Re: Tag List

2003-02-17 Thread Mark R. Diggory
[-1:-1] End of content reached while more parsing required: tag nesting error? Errors compiling ProductList. Scott - Original Message - From: Mark R. Diggory [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Sunday, February 16, 2003 9:34 PM Subject: Re: Tag List

Re: Tag List

2003-02-16 Thread Scott Taylor
Yes I want to enter into the database using a form Scott - Original Message - From: Eddie Barna [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 6:46 PM Subject: Re: Tag List Are you trying to do an entry form that stores the data

Re: Tag List

2003-02-16 Thread Scott Taylor
Thanks I will look at Maverick. Why is Maverick and Struts considerd MVC, when the idea of JSP is part of MVC? Scott - Original Message - From: Schnitzer, Jeff [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 8:19 PM Subject: RE: Tag List

Re: Tag List

2003-02-16 Thread Mark R. Diggory
Scott, Is this kinda what you mean? Are you trying to add the search/edit/remove/add functionality to the jsp page? This could easily be captured with forms which submit back to the jsp plus a choose block to designate which operation is being performed. I bet this'll really irk those

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 Scott Taylor
: 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 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

Re: Tag List

2003-02-14 Thread Eddie Barna
- From: Scott Taylor [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 10:23 AM Subject: Re: Tag List Thanks...how about an entry form? Also, if I want to do JSP's easier are Struts better? I will get the book though Thanks Scott

RE: Tag List

2003-02-14 Thread Schnitzer, Jeff
[EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 10:23 AM Subject: Re: Tag List Thanks...how about an entry form? Also, if I want to do JSP's easier are Struts better? I will get the book though Thanks Scott - Original