[java ee programming] Struts Basics - Reusing the ActionForm's validation

2010-10-27 Thread Mike M. Lin
Re: Homework for Struts Basics I want to have a special error page (.jsp) in addition to the indexpassionname.jsp and indexnopassionname.jsp. So my controller HelloAction needs to figure out when to forward the request to the error page. Right now I'm doing something like this in HelloAction.exe

Re: [java ee programming] struts

2010-09-21 Thread thiago moraes
http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html 2010/9/20 Sơn Lê Đức > basics about struts. build a simple app web by struts 2 and hibernate ? > > -- > You received this message because you are subscribed to the Google > Groups "Java EE (J2EE) Programming with Passion!" gro

[java ee programming] struts

2010-09-20 Thread Sơn Lê Đức
basics about struts. build a simple app web by struts 2 and hibernate ? -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To uns

[java ee programming] struts 2 error http 4

2010-08-29 Thread Javier
I have a struts 2 application in apache tomcat 6, but when deploying I get http error 404, can anyone help me thanks. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-pr

Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-10 Thread Preet K. Sekhon
Thanks for clarification Michele. I thought I would share with everyone as it took me while to figure out what was going wrong. Preet. On Thu, Jun 10, 2010 at 2:39 AM, Michèle Garoche wrote: Le 10 juin 10 à 08:23, Preet K. Sekhon a écrit : Hi Michele, I am using Netbeans 6.8, and

Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-10 Thread Michèle Garoche
Le 10 juin 10 à 08:23, Preet K. Sekhon a écrit : Hi Michele, I am using Netbeans 6.8, and Struts 1.3.8. The lab is Struts Sample Applications (2 hour lab) - (June 10th, 2010) - (homework #13) for Java EE programming with passion. Actually the samples do not use Struts 1.3.8, they use a v

Re: [java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-09 Thread Michèle Garoche
Le 10 juin 10 à 04:02, Preet K. Sekhon a écrit : I think there is a bug in Validation part of the original struts- example. I kept getting this error message when I entered a wrong password or when username entered was not unique. org.apache.struts.action.ActionMessage cannot be cast to

[java ee programming] struts-example assignment, JEE Programming with Passion

2010-06-09 Thread Preet K. Sekhon
I think there is a bug in Validation part of the original struts-example. I kept getting this error message when I entered a wrong password or when username entered was not unique. *org.apache.struts.action.ActionMessage cannot be cast to org.apache.struts.action.ActionError * It worked when I r

[java ee programming] Struts Validation

2010-06-07 Thread Preet K. Sekhon
Hi everyone, I am working on the struts basic assignment. I am not able to understand the validation part. I have added the validate method. Created InputValidationError.jsp page. Its not working. Do we have to configure web.xml or struts-config.xml accordingly. Also do we have to have Applica

Re: [java ee programming] Struts Error

2010-05-07 Thread Prabhat Jha
Seems to me a conflict on your server classpath... Just double check if you are trying to use two different versions of struts On Wed, May 5, 2010 at 12:37 PM, Kamala Kannan JS wrote: > > Hi Friends, >Am getting Error in struts > > javax.servlet.jsp.JspException: Exception creating bean

[java ee programming] Struts Error

2010-05-05 Thread Kamala Kannan JS
Hi Friends, Am getting Error in struts javax.servlet.jsp.JspException: Exception creating bean of class Form.DbForm: {1} at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:465) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:432) at _Shan__jsp._j

Re: [java ee programming] Struts 2 query

2010-01-15 Thread Madhav Yadav
Hi, You have to check your struts.xml file. I think mapping is not correct. Thanks On Fri, Jan 15, 2010 at 2:55 PM, Sadia Butt wrote: > Hi Everyone :) > > I am trying to learn Struts 2 & I am stuck on my helloworld example. > > > http://viralpatel.net/blogs/2009/12/tutorial-create-struts-2-app

Re: [java ee programming] Struts 2 query

2010-01-15 Thread Artashes Hovasapyan
Can you send any log files etc? -- Regards, Artashes Hovasapyan 2010/1/15 Sadia Butt > Hi Everyone :) > > I am trying to learn Struts 2 & I am stuck on my helloworld example. > > > http://viralpatel.net/blogs/2009/12/tutorial-create-struts-2-application-eclipse-example.html > > this is the we

RE: [java ee programming] Struts 2 query

2010-01-15 Thread Evans '
There's a comment area on that site, please post your question there. You are far more likely to get a response there than you would here. Good luck Evans http://javawug.org Date: Fri, 15 Jan 2010 01:25:28 -0800 From: buttsa...@yahoo.com Subject: [java ee programming] Struts 2 query To:

[java ee programming] Struts 2 query

2010-01-15 Thread Sadia Butt
Hi Everyone :) I am trying to learn Struts 2 & I am stuck on my helloworld example. http://viralpatel.net/blogs/2009/12/tutorial-create-struts-2-application-eclipse-example.html this is the website from which I am using the code. I have done exactly the same thing which he has done, actually I

[java ee programming] Struts 2

2009-11-03 Thread Alfredo Torres
Hi, Hi, I am trying to continue with the course but when i try the link in Struts 2 Basics nothing happen, Is there a prbolem with the link or i have to continue until is something fixed?? Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--

[java ee programming] Struts 2 Adding 2-3 buttons

2009-10-03 Thread Gurvinder PS Gill
Hi Experts, I want to develop a JSP in which i can 2-3 buttons like "Add", "Edit", "Update"," Delete" and "cancel". How do i do it? as if i take only one form action of this jsp, all of these buttons will submit to same action class, and all will process the execute method. If i take seprate

[java ee programming] Struts 2

2009-09-29 Thread Alfredo Torres
Hi, I have to format and reinstall my pc. I have XP sp 3, Netbeans 6.7.1 with Java , Java Web and EE. With Apache tomcat and Glassfish Prelude V3. When i try to open and run the Strut2-Hellotime project from the lab folder i receive the page in the attachments. In any on the web servers

[java ee programming] Struts dynavalidatorform problem

2009-09-25 Thread aryan
Hi every one, I am new to struts. I am using dynavalidatorform instead of ActionForm . My problem is, control is not going into cation class.It only display blank page. no error or exception has been shown. Here is the code given below.Its about updateAction Class. Update.jsp <%@ page language="

[java ee programming] Struts 2 Please see details

2009-09-17 Thread Harasevich Kostia
Hello When running samples struts 2 Here is exception relative to this taglib in NetBeans7.1: <%@ taglib uri="/struts-tags" prefix="s" %> org.apache.jasper.JasperException: /example/HelloWorld.jsp(2,41) PWC6117: File "/struts-tags" not found at org.apache.jasper.compiler.DefaultErr

[java ee programming] struts

2009-06-30 Thread ANUJ KUMAR
whats the relationship between request,response,Action mapping and form bean --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java

[java ee programming] Struts 2 - Indexed properties

2009-06-05 Thread fjtorres
Hi all, I will let you know a little problem I have one application with Struts 2, Spring 2.5 and Hibernate. In one of screens have the detail of a client and relation their Cars. My thought was that when you press the add button will add a new line in the list of cars. This line be in edit mod

[java ee programming] Struts Homework

2009-04-02 Thread pxk5249
Why do we have to copy the hello1 project and modify it? Wouldn't it just be easier to make a new application from scratch? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" g

[java ee programming] Struts HW question

2009-04-01 Thread pxk5249
For the Struts HW, are we supposed to create our own TLD files? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-pro

[java ee programming] Struts query please resolve.

2009-03-07 Thread Adeel Ahmed
I have just started work on struts can you help me that what files are used in struts how i start work on it(very easy way). i have studied the tutorial from passion site but didn't understand fully becoz there are too much files and i don't know how and when change a file and use file... plz Adee

[java ee programming] Struts 2 DownloadAction

2009-02-25 Thread selva
Dear All, i am a new to struts2 :) In Struts2, guide me to write procedure for file download (DownloadAction)? any site reference/help is also enough. thanq :) dele --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[java ee programming] Struts 2, java.util.List and tag select

2009-01-29 Thread pawcik
Hi, I have been trying use Struts 2 tag: select and combobox. But when I pass as a List parameter name of List i get a error like that: Caused by: tag 'select', field 'list', name 'fruits': The requested list key 'fruits' could not be r esolved as a collection/array/map/enumeration/iterator type

[java ee programming] struts

2008-12-30 Thread sreenu tutigunta
hi friends, I have doubts in struts validation (client and server side). please tell me with examples. your's truly, srinivas. --~--~-~--~~~---~--~~ You received this

[java ee programming] Struts 2 basics Homework

2008-10-07 Thread Andack
Hi, I have a trouble with this homework, i don't know what I had wrong. This is my struts.xml file http://struts.apache.org/dtds/struts-2.0.dtd";> /pages/Hello.jsp /pages/Hello.jsp This is de file /page/Hello.j

[java ee programming] (Struts and Databases) Lab 4222_Struts_DataBase

2008-09-17 Thread Ice-Man
Hi Sang, how u're doing?!! ;-)) We already get a great widely number of Struts Lab available. So I beleave DataBase Struts Lab would be more relevante and interesting (for the sake and completeness of Struts study), don't you agree?! Sang, do you get a previewing of 'Lab 4222_Stru

[java ee programming] Struts Advanced laboratory not ready

2008-09-16 Thread pipe Melero
Hi all, mainly is a question for Mr. Shin, is this hands-on-lab going to be ready soon? I'm very interested on it. thanks in advance, Felipe _ ¿Eres un cotilla? Disfruta de todas las novedades en MSN Corazón http://entretenimient

[java ee programming] Struts; Tiles-Framework; Presentation: StrutsTiles.pdf page:25

2008-09-01 Thread newbean
The page mentions the following: "Pre-built Layouts from Tiles Framework" listing: Classic layout, Menu layout Vertical box layout, Columns layout, Center layout & Tabs layout Where are these jsp pages? I can't find them anywhere. While page 26 displays classicLayout.jsp, the other layouts seem