Re: [appfuse-user] Question regarding User role

2008-09-25 Thread Greenhorn2005
hello all, some info here. I am using Struts 2 , appfuse 2.0.2. Thanks GreenHorn -- View this message in context: http://www.nabble.com/Question-regarding-User-role-tp19683030s2369p19683449.html Sent from the AppFuse - User mailing list archive at Nabble.com.

[appfuse-user] Question regarding User role

2008-09-25 Thread Greenhorn2005
hello all, I am using the latest appfuse, maven, jsp, struts, etc. I wanted to know a way to hid a button for one user role and display it for another user role. How do i implement it? Thanks GreenHorn -- View this message in context: http://www.nabble.com/Question-regarding-User-

[appfuse-user] Performance Issue

2008-09-25 Thread Priyadharshini
Hello, We have developed an application with AppFuse - struts, hibernate, spring, velocity etc with tomcat server. The application had been deployed in production (SAVVIS environment) last year and is been running. But we face problem related to performance issue. The application i

[appfuse-user] Attempting to deploy App To Tomcat - Form+ Errors

2008-09-25 Thread Joey122
Hi, I m trying to get my app working in a production Tomcat instance and am seeing a host of errors like below which is preventing the app from starting Does anyone know what causes this? I m completely lost ERROR [http-80-2] Digester.error(153 | Parse Error at line 56 column 16: The content

[appfuse-user] jscalendar and time increment - FIXED

2008-09-25 Thread Rob Hills
Hi All, While I'm in this forum and asking questions about jscalendar, I thought I'd offer a solution to a problem I solved with jscalendar a few weeks ago. My client's requirement was to be able to change the time in 30-minute intervals when clicking on it with the mouse. I hoped to find a sui

[appfuse-user] jscalendar and onblur event

2008-09-25 Thread Rob Hills
Hi All, I'm using the jscalendar date/time picker in my Appfuse2 + Struts project and it's mostly working fine. However, one form has two date fields on it and I have to manipulate the value (client-side) of the second field after the user has modified the first field. I'd normally attach a js

[appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-09-25 Thread philwilson
Hi, I'm trying to use the appfuse:gen Maven plugin but when I run it I get a fatal error (below). I've created a new Struts2 project using the Struts 2 Basic archetype, and added a new entity called Person (code below). The mapping to Person is added to hibernate.cfg.xml successfully but the

[appfuse-user] appfuse:gen fatal error: URI has an authority component

2008-09-25 Thread philwilson
Hi, I'm trying to use the appfuse:gen Maven plugin but when I run it I get a fatal error (below). I've created a new Struts2 project using the Struts 2 Basic archetype, and added a new entity called Person (code below). The mapping to Person is added to hibernate.cfg.xml successfully but the ap