Re: [appfuse-user] validation validwhen doesnot work

2009-09-24 Thread John Vance
mraible wrote: > > > > Yes, I'm more than happy to introduce a better client-side validation > system > in AppFuse. Maybe something that leverages JSR-303 and the preferred JS > framework of the week (not sure what that is these days). ;-) > > Matt > > Spring Javascript is an honest to go

Re: [appfuse-user] Location of Stale Session Page

2009-09-24 Thread Matt Raible
Ahh, this is a Tapestry 4 thing. I don't know if you can change it as I haven't worked with Tapestry that much. On Thu, Sep 24, 2009 at 3:51 PM, Karl Laird wrote: > Sorry I don't understand how that is when it contains a "restart" link that > has > http://localhost:8081/mercado-1.0-SNAPSHOT/resta

Re: [appfuse-user] Location of Stale Session Page

2009-09-24 Thread Matt Raible
This is not an AppFuse-generated file - it's likely provided by your application server. On Thu, Sep 24, 2009 at 3:27 PM, iiq374 wrote: > > Hi guys, > > Sorry for what seems like a dumb ass question - but I need to modify the > page displayed to the user when they have a stale session (the one wi

Re: [appfuse-user] JSP/Response Size Issue

2009-09-24 Thread jellyfish
It is the gzip that causing the problem, thanks. Doug Cheng wrote: > > Remove gzip filter and try again. > > Doug. > > 2009/9/19 jellyfish <4registero...@gmail.com> > >> >> Yes, I have gzip filters, any other suggestions that I should look at? I >> will turn it off to verify if this is the

[appfuse-user] Location of Stale Session Page

2009-09-24 Thread iiq374
Hi guys, Sorry for what seems like a dumb ass question - but I need to modify the page displayed to the user when they have a stale session (the one with "Your session has timed out. Web applications store information about what you are doing on the server. This information is called the session.

Re: [appfuse-user] AppFuse 2.0 code complete

2009-09-24 Thread almari
Hi, My name is Alma. I'm having the similar issue. I have followed all the steps in the tutorial. I thought once I had executed the mvn:jetty:run-war the tables would be created but they didn't and I still go on getting the messages below: It says it is not finding the org.appfuse.model.User cl

Re: [appfuse-user] Problem With Json using Struts 2.1.6

2009-09-24 Thread Oscar Rodriguez
Ok, thanks Matt! Do you kown some url with examples using Prototype's Autocompleter and Struts 2 ? - Original Message - From: "Matt Raible" To: Sent: Thursday, September 24, 2009 3:18 PM Subject: Re: [appfuse-user] Problem With Json using Struts 2.1.6 Yes, there are issues with using

Re: [appfuse-user] Problem With Json using Struts 2.1.6

2009-09-24 Thread Matt Raible
Yes, there are issues with using the Dojo plugin in AppFuse. I would recommend using Prototype's Autocompleter. As long as you name your input field properly, the value will be properly set on your Action. Matt On Thu, Sep 24, 2009 at 11:43 AM, Oscar Rodriguez wrote: > Yes, action returns data p

Re: [appfuse-user] Problem With Json using Struts 2.1.6

2009-09-24 Thread Oscar Rodriguez
Yes, action returns data properly. Maybe is it a problem in Dojo's plugin? - Original Message - From: "Matt Raible" To: Sent: Thursday, September 24, 2009 11:12 AM Subject: Re: [appfuse-user] Problem With Json using Struts 2.1.6 Can you try requesting the URL your drop-down is and s

Re: [appfuse-user] problem with Update the login time when login is success

2009-09-24 Thread matt
You may be able to do this logic in the UserCounterListener since it does something similar. Otherwise, I believe you have to register this in a Spring XML file, rather than your web.xml. Matt On Thu, Sep 24, 2009 at 8:26 AM, sudhakargupta wrote: > > Hi Matt, > >  i need to update the login time

[appfuse-user] problem with Update the login time when login is success

2009-09-24 Thread sudhakargupta
Hi Matt, i need to update the login time when i logged into the application, i get a some sample code like this public class LoginListener implements ApplicationListener { private UserManager userManager; /** * @param userManager the userManager to set */ public voi

Re: [appfuse-user] Problem With Json using Struts 2.1.6

2009-09-24 Thread Matt Raible
Can you try requesting the URL your drop-down is and see if it returns JSON properly? On Thu, Sep 24, 2009 at 5:45 AM, Oscar Rodriguez wrote: > I check it and I haven't any error in the client side. > I think it is some problem with Json, but I doný know where. > I attach a pic with the sample pa