Where can I find taglibs

2005-07-28 Thread Paul Goepfert
I want to write a web app with jsp/struts. I know that there should be a struts tag library for this. Where can I find it? Thanks, -Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: Validation Help

2005-07-23 Thread Paul Goepfert
so I add it to my struts-config file, right? -Paul Glen Mazza wrote: http://www.objectsource.com/Struts_Survival_ Guide.pdf, Chapter 5. Paul Goepfert wrote: I have created a web app using struts and velocity. I am going to add vaildation on the struts end of the app. I am still learning

Validation Help

2005-07-19 Thread Paul Goepfert
I have created a web app using struts and velocity. I am going to add vaildation on the struts end of the app. I am still learning struts. The only thing I have been able to do is use struts to move between pages by way of buttons.Now I want to add validation to my web app. I have no

Question about DispatchAction

2005-06-15 Thread Paul Goepfert
I am writing a web app that gets information from a user (first and last names, and their address (street, city, state, zip) ) and the user has the option to sort the data. Based on direction(ascending or descending) and what to sort by. Either first or last name. Now here is my question, I

Re: Having ttruble with actions and buttons

2005-06-13 Thread Paul Goepfert
t available right at this moment, the server is down. It should be up soon. On 6/13/05, Paul Goepfert <[EMAIL PROTECTED]> wrote: I figured it out. It was a stupid mistake, the mappings didn't match between my struts-config and my Action Class. By the way, the Dispacher looks like a b

Re: Having ttruble with actions and buttons

2005-06-13 Thread Paul Goepfert
a reload? -Paul Dave Newton wrote: Paul Goepfert wrote: [...] try { session = request.getSession(); action = request.getParameter("action"); if(action.equals("enterInfo")) { retu

Re: Having ttruble with actions and buttons

2005-06-13 Thread Paul Goepfert
The $text variable is a varable that is defined in the velocity tools package. The variables are defined in a properties file I defined. When displayed on the web the $text variable is exchanged with the mapping in the properties file. -Paul Frank W. Zammetti wrote:

Re: Having ttruble with actions and buttons

2005-06-12 Thread Paul Goepfert
en... I've never used Velocity. One thing to try though... change your forwards to go to a test JSP... if you get to it, then the problem is in the Velocity side of things (or the forward to the Velocity templates). At least you'll narrow down your focus a bit. Frank Paul G

Re: Having ttruble with actions and buttons

2005-06-12 Thread Paul Goepfert
Action? If so, I suspect that is what is wrong... change the paths on the forwards... if your intention is something else, please explain so we can try and help :) Frank Paul Goepfert wrote: Ok, here is the problem. When I load up my web app the page loads fine. When I try to advance to

Re: Having ttruble with actions and buttons

2005-06-12 Thread Paul Goepfert
-Paul Martin Gainty wrote: Paul- you need forwards defined for both success and failure name identified such as what you see in the struts doc http://struts.apache.org/userGuide/building_controller.html e.g. struts-config.xml HTH, Martin- - Original Message - From: "Pau

Having ttruble with actions and buttons

2005-06-12 Thread Paul Goepfert
Ok, here is the problem. When I load up my web app the page loads fine. When I try to advance to another web page in my web app all I get is a blank screen. For every page I have a form.java and an action.java file so I can move through the web app. Here is part of my struts-config file tha

Question about property files

2005-06-07 Thread Paul Goepfert
Just a quick question, I have written a message resource foor part of my application. I have added the message-resource to my struts configuration. However when I run my web app the properties file is not loaded. I know its the location. Here is my question, where in the web app directo

Having problems moving between pages with struts

2005-06-02 Thread Paul Goepfert
Here it is, I am developing a small program that utilizes Struts, Java and Apache Velocity Templates. I amm trying to move from one page to another via struts. Every time I try to move to another page I get a 404 Error in Tomcat. Here is my struts-conf.xml file as well as my web.xml file.