Hi all,
I'm using jboss4.2 as local deployment server. This is a struts application using struts 1.3
In my jsp i'm using jstl tags and i'm including taglib as
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>Code compiles and gets deployed on server witjout any errors. When i try to go the jsp, in run time i get the error saying,
jasperException, TLD doesnt support the attribute test to have expressions.
So what I did was browsed thro the exploded directory of jboss where my appln has deployed ,
C:\jboss-4.2.1.GA\server\default\deploy\webapps\ project.war\abc\bcd.jsp
and changed the jsp with this taglib:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
Now everything works i expected.
But the problem i'm using IntelliJ 6.0 and if i change the actual jsp and try to compile i get compiler error saying:
Error: The absolute uri ]<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> cannot be resolved in either web.xml or the jar files deployed with this application.
Any help is appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126242#4126242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126242
WAR contents:
| META-INF/
| META-INF/MANIFEST.MF
| WEB-INF/
| WEB-INF/classes/
| WEB-INF/classes/com/ ...etc...
| WEB-INF/lib/
| WEB-INF/tlds/
| WEB-INF/weblogic.xml
| WEB-INF/tlds/riskmanagerdecision.tld
| decisionCore.jar
| WEB-INF/web.xml
| WEB-INF/jboss-web.xml
|
Dont want to post a giant list of class files off the bat, but suffice to say there are only class files in the classes/com/... directory structure.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126232#4126232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126232
Apologies, I am new to facelets/JSF and didn't realize exactly how the binding to the backing bean to my commandButton occurs. The commandButton was not inside the same form that contained the selectManyShuttle component. Now it works as expected, thanks.
PS: On a related note, I am using trinidad/ajax4jsf/facelets/myfaces/seam combination.
Would anyone recommend me to switch to richfaces/facelets/myfaces/seam combination ? Has anyone made successful use of richfaces and the ListShuffle component in a SEAM project?
At least by looking at the user doc; richfaces seems like a compelling choice and probably provides just as much if not more than trinidad/ajax4jsf.
Thanks,
-Guillaume
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126230#4126230
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126230