Samples of Oracle connection/query data display

2006-02-28 Thread Calvin Deiterich
Now that I have Tapestry up and running I find need to develop an application to connect to an oracle database and display the data from queries. Does anyone have or know of any examples out there that have samples of this. Once complete, this application will either query using a drop-down list(

Re: New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
ttp://localhost:8080/app > > 'app' is the name of the servlet defined in WEB-INF/web.xml. > > Calvin Deiterich wrote: > >> After I start up Jetty Launcher within Eclipse I go to >> http://localhost:8080/ >> That brings me to a directory list in my we

Re: New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
etty knows where your context directory for your > application is located. > > On 2/25/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: > >>I am running this "out-of-the_box" so to speak. >>I installed Spindle and Jetty Launcher plugins for Eclipse and >>dow

Re: New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
2/25/2006 5:29 PM: > You are not supposed to be able to "browse" into the WEB-INF directory. Are > you sure you're running things right? > > -Original Message- > From: Calvin Deiterich [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 25, 2006 5:22

Re: New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
not near my setup to try it out Calvin but do check the url you were >>using. >> >>Geoff >> >>On 2/25/06, Sebastiaan van Erk <[EMAIL PROTECTED] > wrote: >> >>>What URL are you using to access your page? >>> >>>Are you sure you&

Re: New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
Barry, Sorry about that, the code is below: The code: Home.html Hello World Welcome to your first Tapestry Application This text will be replaced by Tapestry Home.java package tutorial.hello; import org.apache.tapestry.html.BasePage; public class Home extends BasePage {

New user/HelloWorld Application - Cannot get jwcid="insertSomeText to work

2006-02-25 Thread Calvin Deiterich
Being new to tapestry I am trying to work through the HelloWorld tutorial. The code compiles, runs using Jetty Launcher and I can go to localhost:8080 and the page comes up but the text is not being replaced. I am running: Eclipse 3.1.1 Spindle 3 for Tapestry 3.2.13 Jetty Launcher Plugin 1.3.0 I