MyEclipse: jsf - struts tiles error in inserting a file amir55 - Aug 02, 2008 - 03:53 AM Post subject: jsf - struts tiles error in inserting a file
hi dear all
I have downloaded a recommended program of jsf-struts project from internet.
I have an error to insert a navigation.jsp inside a template.
Note : if I remove the f:view I get no error but the link does not respond.
when I use a full url on the browser to access the navigation.faces, it is fine but only the error in the insert.
if I remove the </h:commandLink> the program is fine but to use the </h:commandLink>
then I need f:view then the error occurs.
so many thnaks
yours and cheers
Amirsupport-nipun - Aug 04, 2008 - 04:19 PM Post subject: RE: jsf - struts tiles error in inserting a file
Quote:
I have downloaded a recommended program of jsf-struts project from internet.
Which example are you referring to?amir55 - Aug 05, 2008 - 04:03 AM Post subject: answer found
thanks a lot
I found the answer thait is todo with <f:view> should be removed as the caller jsp has it already in it
cheers
Amiramir55 - Aug 14, 2008 - 02:45 AM Post subject: jsf - struts tiles error of faces-config not responding
hi all
problem
jsf - struts tiles error of faces-config not responding to a return from a bean.
I have the problem now in jsf - struts tiles in myeclipse 6 as the bean returns a string say loginSuccess to the faces-config.xm that should forard to a jsp as a naviagation-case.
the forward to jsp is not done and no error shown even when I put any jsp file or even false name
this jsf program works perfect without the use of tiles. the strange is no error is thrown which means myeclispe does not provide an exception to such a case.
so if anyone has a program link or is ready to look at my simpleast program which allows a link in jsp to go a bean to return a succes to a faces-config.
as I said only when tiles is used otherwise is fine.
so many thanksmonu.mannu - Mar 18, 2010 - 02:41 AM Post subject: Re: jsf - struts tiles error of faces-config not responding
Hello, I have the same problem of the Command link, If your problem is resolved please help me out.
I just want to navigate on another JSP after clicking on that command link
face-config file is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">