[java ee programming] Netbeans 6.7 & struts2 project verify.

2009-09-25 Thread Karl
Hi, more questions on struts2. Not sure if this is specifically associated with the format of Web applications that are including struts2 libraries, but why is there always this failure when performing Verify? (and is there a way to correct it): All classes in this Web Archive are loadable excl

[java ee programming] Re: Struts2

2009-09-25 Thread Karl
Hi Alfredo, Check this out here: http://struts.apache.org/2.0.14/docs/tutorials.html If you're new to struts the Passion! content (IMO) skims over a lot of details that are absolutely necessary to "get" the power of the framework. --- On Mon, 9/21/09, Alfredo Torres wrote: > Hi, > >   I have

[java ee programming] 4003 - Modify "Date" part of the application

2009-09-25 Thread Guilherme Coimbra Quelhos
Hi people! What's the relationship with date.jsp and this code: Years from 1992: is and JspCalendar.java and: p("years from 1992: " + db.getYearsFrom1992()); I didn't understand how get the correct value. -- Guilherme --~--~-~--~~~---~--~~

[java ee programming] Re: Struts 2 Please see details

2009-09-25 Thread Artashes Hovasapyan
Konstantyn, Including struts-tag.tld in web.xml neither needed nor recommended to declare the Struts 2 tag library. -- Regards, Artashes Hovasapyan 2009/9/25 Konstantyn Harasevich > Hi > > Thanks for response.This issue is resolved vith struts-tag.tld > > > > - Original Message - > *

[java ee programming] LAB 4005_servletadv problem

2009-09-25 Thread Anand A. Parikh
  There is a problem with the project. On trying to open it I get an error saying access is denied for:   servletadv/samples/hello2/nbproject/private/private.properties   servletadv/samples/hello2/nbproject/private/private.xml   On copying over these two files from another project, I could access G

[java ee programming] How to load dll in java applet

2009-09-25 Thread santhosh kumar
 Friends,       i am trying to load dll files from java applet.but i am getting error ava.lang.UnsatisfiedLinkError: no javacdromwrapper in java.library.path     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)     at java.lang.Runtime.loadLibrary0(Runtime.java:822)     at java.lang.Sys

[java ee programming] Re: BookStore Examples

2009-09-25 Thread John Morgan
Dhwani~ I can relate to your frustration. I'm a newbie to JEE myself, but my goal for these courses is to get to the web application frameworks (struts, JSF, spring, etc.). I feel that it is these frameworks which are used "in the real world". Servlets/JSP are just low-level building blocks and i

[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] Re: Struts 2 Please see details

2009-09-25 Thread Artashes Hovasapyan
One thing that can happen is that your struts2-core.jar is not deployed to the server. If you use NetBeans and struts2-core.jar is in project libraries then you'll have it resolved to WEB-INF/lib directory. If you use Eclipse then you should have it in Java EE Module Dependencies (in Project Proper