page redirect problem in jstl or jsp?

2004-08-10 Thread ?fffffffffb8?fffffffffdf ?fffffffffb5?fffffffffc f?=
i use struts framework in my project,and use the jstl in the jsp page.now i want to write a page which will auto forward to a struts action class,but whatever i use jstl or jsp ,it can't find the url either. in jstl i use: and in jsp i use: if i change the url to "xxx.jsp" or a simple hello world

Re: can i call a java class in jstl?

2004-08-10 Thread ?fffffffffb8?fffffffffdf ?fffffffffb5?fffffffffc f?=
--- Helios Alonso <[EMAIL PROTECTED]> 的正文: > In the first case, the code must be in "myMethod", > in the second the code > must be in the constructor (or in a static block > inside the class ;-) but > constructor would be nicer) > > At 15:32 09/08/2004 +0800, you wrote: > >if i use ${myUseBean.

Re: Rotating tables? (slightly OT)

2004-08-10 Thread David Schwartz
Oracle - You're in luck. Go to http://asktom.oracle.com & search for "crosstab query". Quoting Nic Werner <[EMAIL PROTECTED]>: >> David Schwartz wrote: >> >> >>>is this possible/smart in JSTL >> >>> >> >>> >> > >> >May be possible but not smart. >> >Should be returned by the database & just displ

Re: Rotating tables? (slightly OT)

2004-08-10 Thread Nic Werner
David Schwartz wrote: is this possible/smart in JSTL May be possible but not smart. Should be returned by the database & just displayed by JSTL. You need a crosstab query. Which database are you using? I'm using Oracle. I've got a crosstab query going now, but what happens is that I'm ge