Re: Get help on rounding.

2001-11-27 Thread Peter Pilgrim
All financial people use the java.math.BigDecimal class -- Peter Pilgrim ++44 (0)207-545-9923 //_\\ "Mathematics is essentially the study of islands of === disparate subjects in a sea of igno

Populate Struts' Action Form Bean's Date field by a String input

2001-10-25 Thread Peter Pilgrim
t converts the String form "25-Oct-2001" to a proper java.util.Date. Should I write a "void setCurrentDate( String )" method? -- Peter Pilgrim ++44 (0)207-545-9923 //_\\ "Mathematics is essentially the stu

test

2001-10-24 Thread Peter Pilgrim
test mail -- Peter Pilgrim ++44 (0)207-545-9923 //_\\ "Mathematics is essentially the study of islands of === disparate subjects in a sea of ignorance." || ! || An

Re: Java Chart and Graphing Software [jfreechart]

2001-09-17 Thread Peter Pilgrim
Is this Jfreechart any good? -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ... . - ( * ) --- -- _Cafe_Savannah,_San Antonio,Ibiza__ Message History

Re: TOMCAT CLASSPATH

2001-08-31 Thread Peter Pilgrim
Tomcat 4.0 creates a blank class path in a script. You can edit the CLASSPATH in the "catalina.sh" script But becareful! -- Peter Pilgrim | |++44 (0)20

Re: TagExtraInfo.getVariableInfo

2001-07-30 Thread Peter Pilgrim
Have you defined the methods "public void setName(String)" and "public void setType(String)" ? -- Peter Pilgrim "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail Subject: Line, will probably lead to the opposite intention." << The Window

Re: Does tomcat support EJBs?

2001-07-09 Thread Peter Pilgrim
Does any one know of any examples / tutorials / URLs which show you how to use JSP (Tomcat ) / EJB / JBoss togethers? Tia -- Peter Pilgrim "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail Subject: Line, will probably lead to the opposite intention." << The W

Re: [Fwd: why scrape result does not show]

2001-06-15 Thread Peter Pilgrim
Your browser knows how to handle firewall proxies but the standard java.net.URL does not work through proxies unless those system properties are set. Tomcat or Resin, of course uses java.net.URL so unless you set the properties when tomcat or resin is run then it wont work. -- Peter Pilgrim

Re: [Fwd: why scrape result does not show]

2001-06-14 Thread Peter Pilgrim
Could it be that you are working behind a firewall ? You probably have to run tomcat or programmatically set the system properties. -DproxySet=true -DproxyHost=11.22.33.44 -DproxyPort=8080 -- Peter Pilgrim "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail Subject: Line, will probably le

Re: Displaying images

2001-06-01 Thread Peter Pilgrim
ot;. Then code your JSPs to refer to the servlet in the hyperlink You can't really do this thing from a JSP because it adds extra stuff like newlines. It has be a proper Java Servlet unfortunately. -- Peter Pilgrim SCJ2P "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail Subject: L

Massive Deja Vu o Quoi? Re: A Poor Man's JSP compatible Search Engine Implementation

2001-06-01 Thread Peter Pilgrim
Haven't I seen this email before!!!! -- Peter Pilgrim "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail Subject: Line, will probably lead to the opposite intention." << The Windows Trash Can >> -

Re: Custom Tags on WebLogic 6.0

2001-05-25 Thread Peter Pilgrim
bodyContent.writeOut(bodyContent.getEnclosingWriter()); } catch (IOException e) { throw new JspTagException( "IO Error: " + e.getMessage()); } return EVAL_PAGE; } -- Peter Pilgrim "Putting PLEASE HELP ME! URGENT HELP! in the E-Mail S

Re: How to prevent IE from cacheing a JSP page

2001-05-25 Thread Peter Pilgrim
1) Have you look at Hans Bergsten site http://www.thejspbook.com/? 2) Is there something in Microsoft IE Preferences Dialog that overrides caching? Have you checked the preferences dialog? It would be typically MICROSOFT bullshit to not follow the standard. -- Peter Pilgrim "Putting PLEASE

Re: A Poor Man's JSP compatible Search Engine Implementation

2001-05-18 Thread Peter Pilgrim
uot;*.pdf" pages? Greenspun also said that global search engines wont index ring fenced web sites. They do not perform authentication. His solution was to generate a massive html file with hyperlink that feature remapped URL. I think he means build an index that search engines can use. --

Re: A Poor Man's JSP compatible Search Engine Implementation

2001-05-17 Thread Peter Pilgrim
JSP mailing list Balls mrr! -- Forwarded by Peter Pilgrim on 17/05/2001 16:09 --- From: Peter Pilgrim on 17/05/2001 15:10 To: <[EMAIL PROTECTED]> cc: Subject: RE: A Poor Man's JSP compatible Search Engine Implementation (Doc

A Poor Man's JSP compatible Search Engine Implementation

2001-05-17 Thread Peter Pilgrim
itself through its own web app? This is important for ecommerce site were you want to able list pages that are deemed protected resources. BTW: Any one seen? Linux Journal Archive for Issue 70 . Alternatively see any of Reuven M. Lerners "At The Forge" articles

JSP errors namespace not supported in Apache XALAN

2001-04-27 Thread Peter Pilgrim
org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:194) Any ideas appreciated. -- Peter Pilgrim G.O.A.T "the Greatest O

JSP Code Bloat on some custom tag [was Re: JSP 1.2 ?]

2001-04-11 Thread Peter Pilgrim
mple just for a `readable-win-win'. BTW: May be RESIN implements JSP 1.2 other I dunno what server does -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History Fro

Re: [Opensource] note about bringing Expresso into CVS

2001-03-26 Thread Peter Pilgrim
th JSP 1.1 containers? I think Jakarta just throw the whole the web app root into CVS. jakarta/ jakarta/examples jakarta/WEB-INF jakarta/WEB-INF/classes jakarta/WEB-INF/tlds This is what I have done for my own CVS set up. It seems that CVS does not cope well with directory restructuring and i

Re: Where Is the Tomcat 3.2.1 Roles File for http://localhost:8080/admin/ located? [SOLVED]

2001-03-12 Thread Peter Pilgrim
I found the solution: add missing role "admin" that correlates with the security role defined in `$TOMCAT_HOME/webapps/admin/WEB-INF.xml' ! pilgpe@xalan (bash) [256] > cat $TOMCAT_HOME/conf/tomcat-users.xml -- Peter Pilgrim G.O.A.T &q

Where Is the Tomcat 3.2.1 Roles File for http://localhost:8080/admin/ located?

2001-03-09 Thread Peter Pilgrim
Where Is the Roles File for http://localhost:8080/admin/ located? I am using Tomcat 3.2 but cannot find the roles admin / password to change the authentication. Where is the security config file located for basic authentication? -- Peter Pilgrim G.O.A.T "the Greate

Re: [TIP] JSP Model 2 Architecture and DreamWeaver is a pain.

2001-03-09 Thread Peter Pilgrim
ould've kept looking though ! -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: Hans Bergsten <[EMAIL PROTECTED]>@java.sun.com> on 08/03/2001 11:19 PS

[TIP] JSP Model 2 Architecture and DreamWeaver is a pain.

2001-03-08 Thread Peter Pilgrim
// System.err.println( "EmisHomeTag.doEndTag() excpt:"+ignored.getMessage() ); // ignored.printStackTrace( System.err ); } return EVAL_PAGE; } } // fini -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or

Re: BodyTags don't allow jsp:includes?

2001-02-23 Thread Peter Pilgrim
browser but instead clears the buffered content in the body content (buffered JspWriter ). All I am saying that the body content is analogus to: new BufferedWriter( new OutputStreamWriter( new ByteArrayOutputStream())); -- Peter Pilgrim G.O.A.T &quo

Re: Problems - setting attributes in taglib directives

2001-02-23 Thread Peter Pilgrim
Could you post your Tag java class and the JSP? Presumably setting the `row' parameter inside normal JSP script <% ... %> works, right? -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" ---

Re: Too few parameters. Expected 11. ?

2001-02-23 Thread Peter Pilgrim
and put it in side a Java Bean -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: sufi malak <[EMAIL PROTECTED]>@java.sun.com> on 22/02/2001 18:36 I a

Re: Problems - setting attributes in taglib directives

2001-02-22 Thread Peter Pilgrim
used good all <% ... %> to do the setting. Check your JSP Container documentation -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: Anders Lind

Re: Sequence Problem

2001-02-21 Thread Peter Pilgrim
Must be JDBC driver then or I am sure there is something in the original spec that says a JDBC 1.0 driver may not implement the String parameter version so that it work out of sequence. -- Peter Pilgrim G.O.A.T "the Greatest Of All

Re: Sequence Problem

2001-02-21 Thread Peter Pilgrim
Why don't you use the column index rst.getString(1); rst.getString(2); rst.getString(3); then it doesn't matter how you permutate rst.getString(3); rst.getString(1); rst.getString(2); -- Peter Pilgrim G.O.A.T "the Great

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-21 Thread Peter Pilgrim
++++ and I am using Tomcat 3.2.1 at the mo ... I wonder if there is bug in this tomcat release. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-21 Thread Peter Pilgrim
ccess.jsp" not the required "/expresso/emis-profile-success.jsp" and I am using Tomcat 3.2.1 at the mo ... I wonder if there is bug in this tomcat release. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-20 Thread Peter Pilgrim
( request.getContextPath() ); } catch (IOException ignored) { // System.err.println( "ContextPathTag.doEndTag() excpt:"+ignored.getMessage() ); // ignored.printStackTrace( System.err ); } return EVAL_PAGE; } } -- Peter Pilgr

Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-20 Thread Peter Pilgrim
ta.getAttributeString("id"), data.getAttributeString("className"), true, VariableInfo.AT_BEGIN) }; } } -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or privileged information. If you a

Re: response.sendRedirect() in Custom Tag

2001-02-19 Thread Peter Pilgrim
<% if ( situation.isDEFCON_ONE() ) { %> <% return;// DID YOU RETURN FROM THE ``getService'' method?! %> -- Peter Pilgrim G.O.A.T "the Greatest Of All Time"

Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-19 Thread Peter Pilgrim
You forget the servlet mapping path! This should work for now request.getRequestDispatcher( request.getContextPath()+ "/servlet/" "myPackage.Servlet1"); myRequestDispatcher.forward(); -- Peter Pilgrim G.O.A.T

Re: Tag Library Descriptor problem - What does tagdependent mean?

2001-02-16 Thread Peter Pilgrim
JDBC query here but I make the string // UPPERSCASE here! out.write( bc.getString().toUpperCase() ); return SKIP_BODY; } -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History -

Re: Iterator of range or rows ?

2001-02-15 Thread Peter Pilgrim
Why dont you use the scrollable result set in JDBC 2.0 Or if your database why now use the "ROWS" pseudo column select * from EMPLOYEE_RECORD where ROWS > 10 and ROWS < 20 -- Peter Pilgrim G.O.A.T "the

Re: Convert request.getParameter to sql.Date

2001-02-14 Thread Peter Pilgrim
use java.text.SimpleDateFormat class to this task SimpleDateFormat fmt = SimpleDateFormat( "dd MM " ); Date da_date = fmt.parse( request.getParameter("dogs_bollox") ); -- Peter Pilgrim G.O.A.T "

Re: Dynamic Lists depending on User's selection - urgent

2001-02-13 Thread Peter Pilgrim
;' on your drop down to submit the form javacript: DropDownHandler( formElement, cmdValue ) { formElement.form.cmd = cmdValue formElement.form.submit(); } html Strawberry -- Peter Pilgrim G.O.A.T "the Great

Re: JSP installation

2001-02-08 Thread Peter Pilgrim
modified mod_jserv.o file for Linux -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: Darko Stankovic <[EMAIL PROTECTED]>@java.sun.com> on 07/02/200

Re: Any views on the Java Web market in the United Kingdom?

2001-02-07 Thread Peter Pilgrim
Well that's fine, because I will resign tomorrow at 10am sharp then you wont be able to blame me anymore, ok!!!! -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History

Evaluation of Open Source Application Servers?

2001-02-07 Thread Peter Pilgrim
I am evaluating briefly some open-source application servers that support EJBs. Does any one know the ___NEW__ home page of EJBoss. It used to `www.ejboss.org' but this has been taken over by a casino portal. Tia -- Peter Pilgrim G.O.A.T "the Greatest O

Re: Any views on the Java Web market in the United Kingdom?

2001-02-07 Thread Peter Pilgrim
m not sure dont quote me on it tho. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: "Mathew, Binoy (CORP, GEITC)" <[EMAIL PROTECTED]>@jav

Re: Any views on the Java Web market in the United Kingdom?

2001-02-07 Thread Peter Pilgrim
: www.jobserve.com [search "java banking"] www.stepstone.co.uk www.cityjobs.co.uk www.monster.co.uk -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From:

Re: Any views on the Java Web market in the United Kingdom?

2001-02-07 Thread Peter Pilgrim
Is that Net or Gros, mate ? ( americanification: after federal or local state taxes or before tax ;-) Good JSP developer can earn up 45K per year? Senior level more? Technical Architect still more (70-100K)? BTW: If you have J2EE and EJB you're quids in alright -- Peter Pilgrim G.

Any views on the Java Web market in the United Kingdom?

2001-02-07 Thread Peter Pilgrim
I just thought I start another thread specifically on JavaServer Pages and Enterprise Java Bean experience in the United Kingdom. Thoughts? What do you think about the current market rates £££? -- Peter Pilgrim G.O.A.T "the Greatest Of All

[SOLVED] Re: How get a JSP to write CSV file?

2001-02-01 Thread Peter Pilgrim
2) The comma donot need to be double quoted like "," but simply just commas(,) DOH! DOH! -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipien

Re: How get a JSP to write CSV file?

2001-02-01 Thread Peter Pilgrim
%@ page import="com.ora.jsp.sql.*" %><%@ page language="java" contentType="application/cvs" %> Report Author "," "," Report Date "," "," Copyright "," "," Remarks ","

Re: How get a JSP to write CSV file?

2001-01-29 Thread Peter Pilgrim
heesh!!! You'd though that any one was listening already. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History -------- From: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG

Re: How get a JSP to write CSV file?

2001-01-29 Thread Peter Pilgrim
g I can set (particular in TOMCAT 3.2.1 )? -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History ---- From: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG [EMAIL PROTECTED]> on 29/01/20

How get a JSP to write CSV file?

2001-01-29 Thread Peter Pilgrim
gt; <%@ page import="com.ora.jsp.sql.*" %> <%@ page language="java" contentType="application/vnd.ms-excel" %> <%= columnName %>, , -- Peter Pilgrim G.O.A.T "the Greatest Of All Time"

Re: Can a JSP be a different mime type such as CSV file?

2001-01-26 Thread Peter Pilgrim
le" but this might be overkill for some projects me think. "I am glad I bought your book. Yours is the most immediately useful JSP book I have come across so far." -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" --

Can a JSP be a different mime type such as CSV file?

2001-01-25 Thread Peter Pilgrim
<%= columnName %> -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error)

Re: JSP parameter passing

2001-01-24 Thread Peter Pilgrim
Setting the properties in a bean is better than relying on CGI parameters. Your servlet has to transfer the CGI parameter to the bean in order for it to work. Your bean must be created within "session-scope" if you want to keep it around for the next request or so. -- Peter Pilgr

Java Developer Journal Vote

2001-01-24 Thread Peter Pilgrim
Java Developer Journal Vote Don't forget to cast your votes Choose your favourite JSP and Servlets books, tools, webapps, IDEs, frameworks, installer, deployers, and test suites? -- This e-mail may contain confidential and/or privileged information.

Re: new to jsp debugging

2001-01-19 Thread Peter Pilgrim
I found Hans Bergsten "DebugBean" which I have prettified and enhance a little bit to be very worthwhile. I think his is the best JSP book since it been very useful especially the looping custom action ... Gott sei Dank -- Peter Pilgrim G.O.A.T "the Great

Re: MVC Architecture and JSP

2001-01-19 Thread Peter Pilgrim
te-ability? Can any DBA give a view of performance of RDBMS with such JSP request on caching or non-caching this everyday time of query? -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History -

Re: MVC Architecture and JSP

2001-01-19 Thread Peter Pilgrim
ompvec" so that you can retrieve by the same name when the next server request comes in. You test easily too by trying to retireve the named object from the hashtable. I am asumming that company vector is constant and does n't change overlife of your webapps!!! -- Peter Pilgrim G.O.A.T

Re: Must hard-code context path always?

2001-01-18 Thread Peter Pilgrim
y something on my TODO and LEARNTO lists -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: "Hines, Bill" <[EMAIL PROTECTED]>@java.sun.com&g

Re: Calling the same jsp

2001-01-17 Thread Peter Pilgrim
and CGI parameter ie. "request.getParameter("command")" function dropDownHandler( String docommand ) { { document.myForm.command.value = docommand; document.myForm.submit(); } ... Apple Pear ... Hope it helps -- Peter Pilgrim G

Re: help pls

2001-01-16 Thread Peter Pilgrim
D" and stick it in every directory you wanna protect. ii) Restrict the access by setting security in the deployment descrip file for your web app "web.xml". 4) Buy a book on JSP or RTFM or RTFFAQ -- Peter Pilgrim G.O.A.T "

Does Tomcat 3.2.1 reload Java Beans?

2001-01-16 Thread Peter Pilgrim
lassLoader from JServ which was pretty good. 1) I am a bit fed up or restarting the web container. Does Tomcat 3.2.1 reload Value or Utility Java Beans that are explicitly loaded by "" in JSP 2) Is the reloader clever enough to load related classes to the JavaBean. Thoughts appreciat

Re: JSP RAP TOOL

2000-12-07 Thread Peter Pilgrim
"drumbeat" is now Macromedia Dreamweaver Ultra supports JSP, ASP, Cold fusion -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: Ward <[EMAIL P

Has anyone on this list been experienced Turbine & JSP?

2000-12-04 Thread Peter Pilgrim
Has anyone on this list been experienced with Apache Turbine & JSPs? Can you point me to any example web sites? any Manuals? any samples? any tutorials? that have to do with JavaServer Pages tia -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- T

BASE HREF="" with Tomcat 3.2 ?

2000-11-30 Thread Peter Pilgrim
ervlet no found, unless I explicity hard code it .. Is this a TOMCAT 3.2 bug or just me getting it wrong again? -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the in

Re: Is possible to access an HttpSession with its ID from anothersession ?

2000-11-30 Thread Peter Pilgrim
ngListerner etc. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: "Craig R. McClanahan" <[EMAIL PROTECTED]>@java.sun.com> on 29/11/2000 16:40 PST

Re: Tomcat /jserv/ and JSPs

2000-11-28 Thread Peter Pilgrim
That should have read http://localhost:8080/jserv/ and is there equivalent in Tomcat http://localhost:8080/tomcat-status/ I want to be able see initial parameters for each start up serlvet in and `/webpage/expresso> '. -- Peter Pilgrim G.O.A.T "the Greates

Tomcat /jserv/ and JSPs

2000-11-28 Thread Peter Pilgrim
Hye A quick question does Tomcat allow a Servlet Status to be viewed (JServ) http://localhost;8080/jserv.' I want to be able see initial parameters for each start up serlvet in `/webpass/ROOT> . -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -

Can't get Expresso Framework work on Tomcat 3.1 [LONG]

2000-11-28 Thread Peter Pilgrim
n.java:206) at com.javacorporate.common.servlet.CheckLogin.(CheckLogin.java:60) at _0002fmain_0002ejspmain_jsp_0._jspService(_0002fmain_0002ejspmain_jsp_0.java:75) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Expresso does not work with Tomcat when not ROOT?

2000-11-27 Thread Peter Pilgrim
handler(s) com.javacorporate.common.util.ConfigManager.startJobHandler():Starting job handler(s) com.javacorporate.common.util.ConfigManager.startJobHandler():Job handler for configuration 'default' not enabled. Use "startJobHandler=y" in properties file. com.javacorporate.common.util.ConfigManager.startJobHandler():All jo

Re: JavaMail Help

2000-11-27 Thread Peter Pilgrim
3.1 a bit flaky here. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: "Antonio W. Lagnada" <[EMAIL PROTECTED]>@java.sun.com> on 26

Re: Will Jakarta Tomcat Support Persistant Sessions?

2000-11-23 Thread Peter Pilgrim
method is called. 2) hack the constructor to load the persistant sessions for the zone if any JServServletManager.java == Apache JServ Zone is true -- Peter Pilgrim G.O.A.T "The Greatest of All Time" Message History ---

Re: How to show "Req being Processed" pg when db access is slow?

2000-11-22 Thread Peter Pilgrim
ava Thread that invokes when your webapp start. It forces the JSP to be compiled by downloading them and the reports to be cached. -- Peter Pilgrim G.O.A.T "The Greatest of All Time"

Re: Will Jakarta Tomcat Support Persistant Sessions?

2000-11-22 Thread Peter Pilgrim
Craig That's great, exactly what I wanted to know. Your are saying Tomcat 4.0, at shutdown, can save the sessions to a file or files then reload them afterward, when it restarts. Do you know if any one has done the same for Apache/JServ? -- Peter Pilgrim G.O.A.T

Re: JSP and Form Pulldown that depends on another Form Pulldown

2000-11-22 Thread Peter Pilgrim
Applets are too heavy. Not good if your browser does not support Java. What if your form has more than interrelated two pulldowns? What if you had many such forms? How would you make it generic and reusable? -- Peter Pilgrim G.O.A.T "The Greatest of All

Re: How to delete a session bean?

2000-11-22 Thread Peter Pilgrim
1) Session.invalidate - self explanatory 2) Get the bean from the Session.getAttribute("id name of your bean"); Invalidate your bean with a user defomed MyOrderBean.setValid( false ) 3) Remove the bean from the session Session.removeAttribute("id name of your bean") m

Will Jakarta Tomcat Support Persistant Sessions?

2000-11-21 Thread Peter Pilgrim
I had a look at the http://jakarta.apache.org/tomcat/ Will Jakarta Tomcat support ever persistant sessions? -- Peter Pilgrim G.O.A.T "The Greatest of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended rec

Re: JSP and Form Pulldown that depends on another Form Pulldown

2000-11-21 Thread Peter Pilgrim
w if anyone else has solve this problem. The easiest part is to write a OptionListBean that fills itself from a database 1) "select Country from CountryTable" 2) "select City from CityTable where CityTable.Country_KEY = CountryTable.Country.KEY " The next bit is binding these b

Re: Developing with Tomcat 3.2beta

2000-11-21 Thread Peter Pilgrim
Thanks Craig. It works when the two classes are move "learn.jsp" package! Yep. I have been reading "Web Dev with JSP" book which does explains Java Beans properly. -- Peter Pilgrim G.O.A.T "The Greatest of All Time" --

Re: How to write Bean with indexed property

2000-11-21 Thread Peter Pilgrim
t;bookCollection" class="com.foobar.BookCollection" /> <%jsp:usebean name="book" class="com.foobar.Book" /> <% Book book = bookCollection.getBookAt(10) %> Book number 10 name is <% jsp:getProperty mame="book" prope

JSP and Form Pulldown that depends on another Form Pulldown

2000-11-21 Thread Peter Pilgrim
ther? How would you write this requirement in JSP ( and the MVC pattern (sic) )? Any ideas appreciated. -- Peter Pilgrim G.O.A.T "The Greatest of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipien

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-17 Thread Peter Pilgrim
-- Peter Pilgrim G.O.A.T "The Greatest of All Time" -- Forwarded by Peter Pilgrim on 17/11/2000 17:19 --- From: Peter Pilgrim on 17/11/2000 17:19 To: "A mailing list for discussion about Sun Microsystem

Secondary HTML element that depends a primary element

2000-11-17 Thread Peter Pilgrim
implementation with JSP ( and the MVC pattern (sic) ). Ideas most welcome! BTW: Have a nice weekend! -- Peter Pilgrim G.O.A.T "The Greatest of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended reci

Re: Developing with Tomcat 3.2beta [DONT BOTHER]

2000-11-17 Thread Peter Pilgrim
the session when the user authenticates so you 'd never go straight to be view JSP. -- Peter Pilgrim G.O.A.T "The Greatest of All Time" Message History From: [EMAIL PROTECTED]

Developing with Tomcat 3.2beta

2000-11-17 Thread Peter Pilgrim
he.tomcat.core.ContextManager.service(ContextManager.java:559) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338) at java.lang.Thread.run(Thread.java:484) -- Peter Pilgrim G.O.A.T &

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-17 Thread Peter Pilgrim
ation your presentation JSP will use the custom tags. This is the ideal strategy. I think the only people who are doing this now successful are Jakarta Struts people. -- Peter Pilgrim G.O.A.T "The Greatest of All Time"

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-16 Thread Peter Pilgrim
grade by being alternatives to JSPs. What is the deal here? Are they being anti-Sun? Won't some of these "kits" fall off the edge of the earth in a year because they are anti-JSP? -- Peter Pilgrim G.O.A.T "The Greatest of All Time" -

Re: Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-15 Thread Peter Pilgrim
not? Is "velocity" an compatible with JSP or not? What you said about "Tapestry" could apply to "Velocity" as well, right? -- Peter Pilgrim G.O.A.T "The Greatest of All Time" Message History ---

Which is the best framework WebMacro, Struts, or Tapestry?

2000-11-15 Thread Peter Pilgrim
Hi Has anyone carried out a survey , review, or detailed examination of these frameworks? 1) WebMacro 2) Jakarta Struts 3) Tapestry I am interested if they work with Java Server Pages Are they any other that I have missed? -- Peter Pilgrim G.O.A.T &quo