Client-side and server-side struts validation

2009-06-24 Thread Greg Allen
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.

Rendered action appears to be incorrect

2009-06-15 Thread Greg Allen
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

RE: [shale] - Dialog issues

2006-06-07 Thread Greg Allen
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

RE: [shale] - Dialog issues

2006-06-06 Thread Greg Allen
> 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

[shale] - Dialog issues

2006-06-06 Thread Greg Allen
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

RE: [shale] Shale and standalone tiles integration problems...

2006-05-30 Thread Greg Allen
> 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

RE: [shale] Shale and standalone tiles integration problems...

2006-05-30 Thread Greg Allen
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

[shale] Shale and standalone tiles integration problems...

2006-05-29 Thread Greg Allen
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