Setting up JSTL---How?

2003-03-30 Thread joni santoso
Hi, I have downloaded jakarta-taglibs-20030316.zip. I have unzipped and installed it to my tomcat 4.1.18. Here is my test web-app's web.xml (is it wrong?) : !-- ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN

Re: Setting up JSTL---How?

2003-03-30 Thread joni santoso
: joni santoso [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 11:15 PM Subject: Setting up JSTL---How? Hi, I have downloaded jakarta-taglibs-20030316.zip. I have unzipped and installed it to my tomcat 4.1.18. Here is my test web-app's web.xml

struts banking example

2003-02-26 Thread joni santoso
hi, i got a struts banking app example. however, i dont know the user id and password. could anyone tell me? regards, === Dapatkan Telepon SMS untuk rumah dan kantor hanya di PlasaCom melalui

Re: struts banking example

2003-02-26 Thread joni santoso
i thougt the example already puts the default ones something like oracle's default userid/password. so how do i know the userid/password then? On Wed, 26 Feb 2003 21:26:57 -0700 David Graham [EMAIL PROTECTED] wrote: No one on this list knows your username and password. David

Re: struts banking example

2003-02-26 Thread joni santoso
ok. thx. On Thu, 27 Feb 2003 12:41:52 +0800 Richard Raquepo [EMAIL PROTECTED] wrote: 123 456 - Original Message - From: joni santoso [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:10 PM Subject: struts banking example hi, i got

Re: struts banking example

2003-02-26 Thread joni santoso
nope. someone on the list told me already. but, now i wonder what the example wants to show? i only see it shows list. nothing like adding, updating, deleting, etc. On Wed, 26 Feb 2003 21:41:25 -0700 David Graham [EMAIL PROTECTED] wrote: Struts does not supply a banking example app. It's

Re: struts banking example

2003-02-26 Thread joni santoso
of actionforms, actions, etc related to struts. what do you think? and also what to learn first :). regards, On Thu, 27 Feb 2003 12:55:27 +0800 Andrew Hill [EMAIL PROTECTED] wrote: Ive not seen this example myself. Can give us the url? -Original Message- From: joni santoso [mailto:[EMAIL PROTECTED

Testing I18n.

2003-02-04 Thread joni santoso
Hi, I am using Win2kServer using English version. I wanna test the i18n support from struts. I want to create an app using Chinese and German language. How to emulate it using struts? I mean how to make struts to think that this application runs on Chinese/German locale. Regards,

My IE, Tomcat, or Struts problem?

2003-01-22 Thread joni santoso
Hi, I created a folder in my webapps for playing with struts. I have put a Context entry in my Tomcat's server.xml stating that that folder is reloadable = true. Now, I sometimes add new entry/edit an entry to the application resources file. When I refresh my IE, it doesn't show the new

Re: The best way for learning struts (stupid question)

2003-01-19 Thread joni santoso
it. .V (This is not intro to Struts, some pre-reqs for the class are at least some MVC, and some books such as SQL for Smarties, Java Web Compoent Developer Certification or at least JSP Weekend Crash Course) joni santoso wrote: * The Servlet API -- foundation to every Java-based web

The best way for learning struts (stupid question)

2003-01-15 Thread joni santoso
Hi, Now, I can already make struts read the new setting changes without resetting Tomcat. My question is now : what should I learn first? what should I master? As I see there are too many concepts and technical terms Thx,

Re: The best way for learning struts (stupid question)

2003-01-15 Thread joni santoso
On Wed, 15 Jan 2003 22:56:31 -0600 Hookom, Jacob John [EMAIL PROTECTED] wrote: I agree with Andrew about jumping into it. Really though, you should become familiar with J2EE Design Patterns, there are quite a few books out there to pick up. Once you know the patterns, then things just come

Re: The best way for learning struts (stupid question)

2003-01-15 Thread joni santoso
* The Servlet API -- foundation to every Java-based web application It's probably worth throwing in installing and configuring a servlet container like Tomcat at about this point. Many of us have the luxury of sysadmins who takt that task on, but it's a very useful skill to know how to

Re: The best way for learning struts (stupid question)

2003-01-15 Thread joni santoso
* Fundamentals of object-oriented programming * Java as a programming language done them. * Design patterns (at the programming level) any good sites for learning this? I read already the theoretical ones but at the programming level, sometimes I'm still confused to use which DP. *

How to make Struts automatically reload the new settings

2003-01-14 Thread joni santoso
Hi, I wonder how to make struts read the newly edited application resources? I use tomcat 41.12 and struts 1.1b3. after changing the application resources i used to restart tomcat and i think that's too cumbersome. unlike cocoon that can reload the new setting thx