Re: [OT] a good book for (pre) web design ?

2003-02-22 Thread Bernd Prager
- Original Message - ... 22/02/2003 1:52:35 PM, Jens Skripczynski [EMAIL PROTECTED] wrote: Hi, I'm looking for a book, that helps/guides me through a website planning. ... - i know how to use html, ssi and php But i'm really stuck in planing a new site from scratch. ... Jens, I have

capturing form data in a tag

2002-11-18 Thread Bernd Prager
Hi everybody, I'm trying to capture form data within a JSP tag and would appreciate some help. This is my code: /* Process Start Tag */ public int doStartTag() throws JspTagException { ServletRequest request = (ServletRequest) pageContext.getRequest(); try {

help: how do I get a Java variable inside a body tag?

2002-11-16 Thread Bernd Prager
Hi everybody, I have a JSP body tag that needs a Java variable as an argument. So I wrote a BodyTag and it looks like: % String myVariable= MyBean.getVariable(); % myTag:Test%=myVariable%/myTag:Test For whatever reasons the body contents gets not evaluated. I read the simple string

java.util.MissingResourceException: Can't find bundle for base name Messages

2002-11-15 Thread Bernd Prager
Hi everybody, I'm almost certain this is answered before. I just can't find it. I want to pull some message strings from a RessourceBundle. Works fine when I test the class locally. As soon as I use it inside a JSP I get the error message: java.lang.InstantiationException: class mypackage.MyBean

/index.html works, / doesn't

2002-04-23 Thread Bernd Prager
Sorry, if I that got answered already, but I found just a bunch of questions in the mailing list related to this and never an answer: I can't make welcome-file with tomcat-4.0.3, apache_1.3.24 and mod_webapp working. The url http://myhost/index.html works just fine, the url http://myhost/

RE: WarpEngine configuration

2002-04-09 Thread Bernd Prager
08, 2002 4:50 PM ... I am having the exact same problem. I can run the examples, but I can't view any of the HTML files that are a part of the examples webapp. I posted about this problem earlier today and have not yet received a reply. ... On Mon, 8 Apr 2002, Bernd Prager wrote

WarpEngine configuration

2002-04-08 Thread Bernd Prager
Hi, I finally got the mod_webapp module running and the examples provided in the doc where you're supposed to see the '/examples/' directory on port 80 is eventually working. I can also browse through the 'images/' directory but the attempt to click on the 'jsp/' and 'servlets/' links fails with

Re: Problem with Tomcat 4.0.*/mod_webapp.so/Apache-1.24 and virtual hosts

2002-04-08 Thread Bernd Prager
Well, I did just figure out, that http://localhost/examples/servlets/index.html does work in my case. I'm confused! How do we get the use of index.html files working? - Original Message - From: Gregory Whalin [EMAIL PROTECTED] ... It worked fine when using standalone. It is not

status mod_webapp.so?

2002-04-03 Thread Bernd Prager
Hi everybody, I just installed Tomcat 4.0.3 and everything seems to work fine. Next step was the Apache HTTP server integration. First I had a hard time to find the mod_webapp.so module, before I realised it exists only in /release/v4.0.3/bin/linux/ on the build site. I can't find any sources.