navdeep thakur

Greenhorn
+ Follow
since May 09, 2007
navdeep likes ...
Tomcat Server Java Google App Engine
Merit badge: grant badges
For More
http://www.geocities.com/navi_czar/classic_blue
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by navdeep thakur

Hi,

Has anyone worked on Google App Engine with JSF or RichFaces?

Please share any tutorials of anyone has.
12 years ago
JSF
Hi Tim,

thanks for quick reply.

Well I am facing the same error while deploying this project on My Eclipse.

And that com.gracenote.messaging.auth.UserAuthenticationFilter exist in the appropriate package.

I have done most of the possible tried, but didnt resolved.
13 years ago
JSF
Hi Guys,

i have a web application "MF" which was developed with:

1. JSF 1.1
2. MyFaces 1.1.4
3. XML Digester
5. JDK 5
6. Tomcat 5.5.26

Now, I have upgraded my system to Tomcat 6.0.29 and JDK 6, because of another application which is developed with RichFaces 3.3.3, JSF 1.2.

I am trying to deploy "MF" on the new environment i.e. Tomcat 6.0.29 and JDK 6.


I faced following error..

Tomcat Console Logs..



Here is my Web.xml




Even I also tried to upgrade JSF, Myfaces version, but still no luck so far.

Do you guys have any idea?

-
Navdeep
13 years ago
JSF
Hi Guys,

Even i have the same problem.

Here are my environment details:

JSF: 1.2.9
RichFaces: 3.3.3
Application Server: Tomcat 6.0.29
JRE: 6


Exception which I got:



Here is my include.jsp Page where i have importing tag libs



Here is my manageUser.jsp where i am using <a4j:commandButton>



Here is web.xml of my project



Here is faces-config.xml of my project




Please help me out, it stops my work.

thanks
13 years ago
JSF
Hi Guys,

I am trying to build a Tomcat application with the following environment:

JSF: 1.2.9

Rich Faces: 3.2.2

IDE: My Eclipse 8.6

Application Server: Tomcat 6.0.29


I am not facing any compilation error in MyEclipse.

But when I start Tomcat(configured in MyEclipse), it gave me following errors:





*****************************************************************************************************************
*********************** web.xml ***********************************************
*****************************************************************************************************************


Please find the list of Application JAR(s) and tomcat lib(s) in the attachment.

Please provide me THE BEST solutions. I am struggling with this from the last 2 days.
13 years ago
JSF
Hi Gerardo Tasistro,

I am also using datatable inside the datatable and facing following errors:

java.lang.IllegalArgumentException: argument type mismatch
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.jasper.JasperException: Exception in JSP: /pages/phoneticsPDEPage.jsp:543

540: <h:commandButton value="" id="targetLanguageButton" style="visibility:hidden;" styleClass="button"
541: disabled="#{trk.saveDisable}" action="#{phoneticslde.dataTableTargetLanguageChange}">
542: </h:commandButton>
543: <t:dataTable id="ldeheaderTable" value="#{lde.ldelist}"
544: var="lde" width="100%" border="0" cellpadding="0" cellspacing="0"
545: binding="#{ldeBean.numOfRowInSubCollection}"
546: styleClass="headingBgcolor menuTBold1 dataTable"


Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:451)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)

Please find my JSP Code below:



************************************************************************************************

Here is my Java Code:

************************************************************************************************




Please help me out ...

-
Navdeep
13 years ago
JSF
Hi,

I'd like to create an online advertisement website where I can add information of all brands which exist all over the india.

one of my friend said to use spring + hibernate for my website, some says user struts + hibernate and some say JSF + hibernate.

I am not sure whether they are right or wrong, but only think which i want is my website should be light weighted and fast, since my database will be a bit large.

Please help me do I need to use Spring framework for such site or Struts is enough, as much I know we should use Spring for enterprise level web applications.

Please give me valid reason to use which technology.

Thanks,
Navdeep
13 years ago
no one can help me in this?

where are all JSF experts??

helloooooo !!!
14 years ago
JSF
Hi,


I want to wrap the empty space between my data and column.

I am using datatable to show values.

Please have a look on attached screen shot.

I have marked empty space in RED color line.

14 years ago
JSF
Hi Daniel,

I have tried to follow the same which you have suggested, but still I am facing some issue.

Please have a look on my code below:

Java Script Code


JSF Component Code

I am using commandLink under dataTable.




Can you please help me out?

Thanks,
Nav
14 years ago
JSF
Hi All,
Please recommend me which book should i prefer for Hibernate, as I am a beginner. And also online tutorials.
Hello Mr. C Lamont Gilbert,
Actually I am getting ClassCastException at the following point:

UserBean user = (UserBean) iterator.next();

Where UserBean is my bean class where i have my getter and setter methods.
The code for UserBean class is given above. Please have a look.

Thanks
I have one query, as it is confusing me from today.

If i need to retrieve a record from the database through select statement, I use object of Class Query.. right.
So which import do i use either

import org.hibernate.Query or
import javax.persistence.Query


First clear me this think, as i noticed today.
Thanks