Do you see any sort of JavaScript error in your console (on Firefox)?
Matt
On 2/12/08, Ron Anderson <[EMAIL PROTECTED]> wrote:
>
> I'm using the instructions from Matt on adding jsCalendar to Appfuse 2.0 /
> Struts 2 and it isn't working. The instructions are below.
>
> I understand how the id i
I'm using the instructions from Matt on adding jsCalendar to Appfuse 2.0 /
Struts 2 and it isn't working. The instructions are below.
I understand how the id is determined for the inputField but where does the
button id come from? It must have something to do with the textfield
title="date" a
Matt:
He is using version 2.0.1 and that's depicted in his command line with
artifactId. I have the same annoying problem too..
--
View this message in context:
http://www.nabble.com/compile-error-when-after-executing-full-source-goalhow-maven-calculate-the-dependency---tp15059810s2369p154
Hi David,
J. David Mendoza wrote:
What I did was:
1. Extend the UserAction
2. In the saveUser, i check if the password is less then 40 chars and
if it is I change the user's version to null (make Appfuse think this
is a new user)
Doesn't work for every encryption method but it does for the s
I am using the ant build with full source.
the mxml files are in src/main/webapp/mxml/
you need a filter for that directory.
src/main/webapp/WEB-INF/web.xml
staticFilter
com.davita.acreporting.webapp.filter.StaticFilter
includes
/scripts/dojo/*,/dwr/*
How settings.xml file got? mine didnt work.
thanks, mpinheiro
kace wrote:
>
> Thanks Matt, worked liked a charm.
>
> Regards,
>
> ..kace
>
--
View this message in context:
http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15437771.html
Sent from the AppFuse - User mailin
thanks a lot, worked!!
kace wrote:
>
> this worked for me
>
> c:/Docume~1/kace/.m2/repository
>
> change it to reflect your location
>
> Regards,
>
> ..kace
>
--
View this message in context:
http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15438712.html
Sent from the
How do I use setup-db to create the table with the hibernate UserType in
xdoclet attribute?
I create a UserType and use it in xdoclet like this
@hibernate.property column="my_column"
type="org.appfuse.util.MyUserType"
When I run setup-db, "org.appfuse.util.MyUserType" is unable to be
resolved
Rob...
What I did was:
1. Extend the UserAction
2. In the saveUser, i check if the password is less then 40 chars and
if it is I change the user's version to null (make Appfuse think this
is a new user)
Doesn't work for every encryption method but it does for the sha...
On Feb 12, 2008, a
this worked for me
c:/Docume~1/kace/.m2/repository
change it to reflect your location
Regards,
..kace
--
View this message in context:
http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15438109.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
-
Thanks Matt, worked liked a charm.
Regards,
..kace
--
View this message in context:
http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15436596.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
--
Hi Matt,
Many thanks for the reply.
On 12 Feb 2008 at 7:57, Matt Raible wrote:
> On 2/12/08, Rob Hills <[EMAIL PROTECTED]> wrote:
> >
> > On 11 Feb 2008 at 18:37, Rob Hills wrote:
> > > In your UserDaoHibernate class, you have a getUserPassword method which I
> > > notice manages to get the user
It's in the same package as any other manager, which is a subpackage of
a "service"-package. Because it's working for all other managers in the
package, I guess it's working "normally".
Kind regards,
Tobias
> -Original Message-
> From: Matt Raible [mailto:[EMAIL PROTECTED]
> Sent: Tuesda
I solved this problem changing >\.m2\org\hibernate\jtidy\r8-20060801\
jtidy-r8-20060801.pom file. Theres 2 licences tags and i removed the inner
ones:
…
Java HTML Tidy License
http://svn.so
I believe if you use the normal path, in Documents and Settings, and
use the shorter DOS path (with a ~), it will work.
Matt
On 2/12/08, kace <[EMAIL PROTECTED]> wrote:
>
> no luck... :(
>
> ..kace
> --
> View this message in context:
> http://www.nabble.com/full-source-error-2.0.1-jsf-tp1542197
On 2/12/08, Rob Hills <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Not sure if Matt missed this one, or if he's been too busy to reply, but I
> wondered if anyone else knows the answer to the question below...
>
> On 11 Feb 2008 at 18:37, Rob Hills wrote:
>
> > In your UserDaoHibernate class, you have
Is your Manager interface in a "service" package? If so, it should
work. If it doesn't, adding @Transactional sounds like an easy
workaround.
Matt
On 2/12/08, Tobias Vogel <[EMAIL PROTECTED]> wrote:
> Hi list,
>
> I'm fiddling around with the lazyLoadingFilter (OpenSessionInViewFilter)
> in AppFu
Thanks Fred,Could you send me your pom.xml ?Where do you put mxml files, as3 files ? Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
no luck... :(
..kace
--
View this message in context:
http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15434023.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
On 2/12/08, kace <[EMAIL PROTECTED]> wrote:
>
>
> The relevent settings section looks like
> C:\Tools\.m2\repository
You may want to try / instead of \:
C:/Tools/.m2/repository
Mike
and yeah I have overridenn it in $MAVEN_HOME
>
> any ideas?
>
>
> Regards,
>
> ..kace
>
> -
The relevent settings section looks like
C:\Tools\.m2\repository
and yeah I have overridenn it in $MAVEN_HOME
any ideas?
Regards,
..kace
--- settings.xml
---
C:\Tools\.m2\repository
Hi list,
I'm fiddling around with the lazyLoadingFilter (OpenSessionInViewFilter)
in AppFuse 2.x a little. The base AppFuse files already contain the
right aop-config, to mark any manager as transactional, so basically no
problem.
If I enable the lazyLoadingFilter for my webapp and call the
save
So the issue is close. Entities instance are stored in the httpSession
and re-used (detached/re-attached) from one request to another.
No change to appfuse standard configuration, except that I implemented
also the lazyLoadingFilter (commented out by default in web.xml).
Thanks Matt for the help.
Hi All,
Not sure if Matt missed this one, or if he's been too busy to reply, but I
wondered if anyone else knows the answer to the question below...
On 11 Feb 2008 at 18:37, Rob Hills wrote:
> In your UserDaoHibernate class, you have a getUserPassword method which I
> notice manages to get the
Hi,
Thanks much, in providing the details for the smooth configuration.But I
found some issues while executing application, below are the statements
given in the consolewhile accessing "search" or "reindex"
ERROR [RequestProcessor] Invalid path was requested /reindex
ERROR [RequestProcessor
Thanks Matt!
On Mon, 2008-02-11 at 12:21 -0700, Matt Raible wrote:
> If you load up the Spring context files using a
> ClassPathXmlApplicationContext, you should be able to access all your
> beans.
>
> Matt
>
> On Feb 11, 2008, at 4:49 AM, adriel manalansan wrote:
>
> > Hello to everyone,
>
26 matches
Mail list logo