embedding sql:query

2003-11-10 Thread Peter Choe
is it possible to embed a sql:query tag inside a sql:query? i am trying to use the result of one sql to look up data with another sql: sql:query var=waitList sql=SELECT discipline, course_num, days_of_week, time_slot, crs_id, is_available, wait_list_course.semester FROM wait_list_course,

Re: embedding sql:query

2003-11-10 Thread SThongvanh
] ing.com cc: Subject: embedding sql:query 11/10/2003 09:25

Re: embedding sql:query

2003-11-10 Thread Peter Choe
]To: Tag Libraries Users List [EMAIL PROTECTED] ing.com cc: Subject: embedding sql:query

RE: embedding sql:query

2003-11-10 Thread Morrow, Steve D.
: embedding sql:query i am relatively new to using the jstl. what do you mean putting it in Action? [EMAIL PROTECTED] wrote: Did you know you could get much better performance out of putting that sql stuff in the Action? Savan Thongvanh Berkley Technology Services 515.278.7725

RE: embedding sql:query

2003-11-10 Thread Morrow, Steve D.
Users List Subject: Re: embedding sql:query i am relatively new to using the jstl. what do you mean putting it in Action? [EMAIL PROTECTED] wrote: Did you know you could get much better performance out of putting that sql stuff in the Action? Savan Thongvanh

Re: embedding sql:query

2003-11-10 Thread SThongvanh
[EMAIL PROTECTED] ing.com cc: Subject: Re: embedding sql:query

Re: embedding sql:query

2003-11-10 Thread Kris Schneider
You're not really embedding one sql:query within another, but it should work. What type of error(s) are you getting? Quoting Peter Choe [EMAIL PROTECTED]: is it possible to embed a sql:query tag inside a sql:query? i am trying to use the result of one sql to look up data with another sql:

Re: embedding sql:query

2003-11-10 Thread Peter Choe
no error is being reported but the jsp doesn't finish rendering. but i guess i should redo the design. i was just trying to be lazy and avoid coding. thanks all. Kris Schneider wrote: You're not really embedding one sql:query within another, but it should work. What type of error(s) are you

Re: embedding sql:query

2003-11-10 Thread Kris Schneider
I won't argue against redoing the design ;-), but prototyping with JSP can be easier and quicker than servlets/MVC/Java classes. If you still want to pursue the JSP/JSTL route, I'd first try to simplify the page so you're sure the SQL piece is working. Then, gradually add stuff in so you can tell

RE: embedding sql:query

2003-11-10 Thread Morrow, Steve D.
: Subject: Re: embedding sql:query 11/10/2003 09:40

RE: embedding sql:query

2003-11-10 Thread SThongvanh
Users List' [EMAIL PROTECTED] [EMAIL PROTECTED]cc: om Subject: RE: embedding sql:query

RE: embedding sql:query

2003-11-10 Thread SThongvanh
PROTECTED] [EMAIL PROTECTED]cc: om Subject: RE: embedding sql:query