Is there a way to make the client-side struts validation behave like the
server-side validation?
Specifically I would like the client-side validation to put error
messages in the
or tags rather than using alert boxes.
Is this possible? I haven't been able to find a way to do it yet.
I am having an odd problem with struts that I can't figure out. It
appears that
the action in my JSP is not being translated correctly when the actual
HTML is
generated and sent to the browser.
Here's the relevant part of my JSP:
... stuff
When this is rendered in the browse
Craig,
> I was gonig to point you at the website page about Dialog, but I can see
now
> it's not particularly helpful :-). There's only one sentence (the very
last
> one) that contains the key bits. Basically, the only current way to enter
a
> dialog is to have some action on a non
> That's really odd ... the "no matching navigation cases" is coming from the
> MyFaces navigation handler implementation ... but, if you are within a
> dialog, Shale should never have delegated to the default one in the first
> place. Are you sure that you correctly entered the dialog
I am having some problems with the shale dialogs. I have defined my
dialogs (correctly, I believe) in the dialog-config.xml as follows:
However, when I successfully authenticate I don't end up on my
home page, but remain on t
> That usually means you haven't included the <%@ taglib %>
> directives in your JSP.
>
> They aren't in the snippet of Layout.jsp that you posted... are
> they in the actual source file?
No, they are not. They were in the initial page called. I assumed,
incorrectly it appears, that
I'm using tomcat, and the first 2 errors in the log follow. And
note that the class it is complaining about is in my tiles-core.jar
file in the WEB-INF/lib directory:
$ jar tvf WEB-INF/lib/tiles-core.jar | grep Exception
1109 Tue Aug 30 21:26:50 EDT 2005
org/apache/tiles/DefinitionsFactoryExcep
I am new to JSP and am trying to use shale and standalone tiles.
I have what is probably a simple problem, but I haven't been able to
find the answer anywhere.
My login page is looks like this:
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/ht
8 matches
Mail list logo