The following doesn't pass ...
public class RenderKitTestCase extends AbstractJsfTestCase{
public RenderKitTestCase(String name){
super(name);
}
public void testRenderKits(){
assertTrue(facesContext.getRenderKit() == renderKit);
}
}
This is because MockRenderKit
I've noticed the same behavior in Tomcat as well. Try
this:
- Place your .war file in webapps directory
- Start Tomcat and wait for the .war to be completely
expanded
- Restart Tomcat and then try to access the
application
I'm not positive about the specifics, but I do know
that Tomcat loads a de
Hi there!
I have a page which consists out of three files:
- header.jsp
- sidebar.jsp
- main.jsp
header.jsp contains a navigational bar in which I want to highlight the
page currently be shown, e.g.
-
Home | Item1 | Item2 | *Item3*| Item4
Helo
There are three main methods for maintaing the session in HTTP
(according to the java servlets standard): cookies, ssl session and
URL rewriting. The jsessionid parameter is just a way of ensuring the
session when the servlet container has yet to find out if the user
agent will accep
Here's what they say on their website:
Macromedia JRun supports the latest J2EE 1.3 APIs:
JSP 1.2
JDBC 2.0
JNDI 1.2
JAAS 1.0
JAXP 1.1
Servlet 2.3
JTA 1.0.1
Java RMI 1.0
JavaMail 1.1
EJB 2.0
JMS 1.0.2
RMI/IIOP 1.0
JMX 1.0
Shawn
-Original Message-
From: Martin Gainty
To: Stru
Rafael,
This is standard in a Java web application. This is used to set a cookie,
to activate the session. Next time the user clicks on a page the session
cookie is send in the header so the server know which session belong to that
user.
Pieter
On 1/14/06, Martin Gainty <[EMAIL PROTECTED]>
I just looked at the web site.
They have possibly best mission statement, from their site:
"I once heard Josh Bloch talk about the power to weight ratio of an API.
The highest compliment anyone could make of Wicket would be to suggest
that Wicket has *a lot of power and not much conceptual surf
Rafael-
I believe disabling the session *should* disable the jsessionid (assuming
you've disabled this in QueryString as well as disabled this in serializing
to cookies..)
In either case I think Frank may shed some light ..
Saludos!
Martin-
- Original Message -
From: "Rafael Taboada"
Like I believe that one. Have you ever read wicket? *yuck*
-David, full of personal opinions and obviously not a Japanese Wicket promoter
like that blog sampled
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of netsql
Sent: Saturday, January 14, 2006 9:29 AM
To: user@st
http://jroller.com/page/dashorst?entry=delicious_wicket_takes_the_lead
by links it seems.
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sorry for hiking mid-conversation but I assume you are supporting servlet
2.3 and you are running JRun4?
thanks,
Martin-
- Original Message -
From: "Craig McClanahan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, January 13, 2006 1:38 AM
Subject: Re: [shale] star
12 matches
Mail list logo