thanks matt,
i dont have another version of spring in my classpath on my environment
variable.
this is value of my CLASSPATH=.;C:\Program
Files\Java\jre1.5.0\lib\ext\QTJava.zip
i was remove another version of ant path, but it's still wont work :(
Yuke
Do you have another version of Spring in
In appfuse 1.8 there was applicationContext-security.xml and one part of it
was:
There I could change the login SQL.
How can I achieve that in appfuse 2? I searched through all files, I checked
Acegi reference guide but I cant figure out where the login sql in appfuse 2
is h
Are you using any tools for translating properties files? Can you recommend
one?
So far I found: http://attesoro.org/
Thanks
René
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
putting the files in webapp/mxml and adding a staticfilter works pretty
well.
Thanx
Fred
Fred Forester wrote:
Thanx Matt,
putting them under WEB-INF is not cast in stone right now. would I have
to do the same regardless of where they are or is there a better place
to put them?
Thanx a
It don't get maintained much, but I don't think Tiles does either.
However, it is widely used and there's a good community that posts
answers on their mailing list/forums.
The two project leads once asked me to take over the project, but I
declined because I didn't (and still don't) believe
On Dec 6, 2007, at 12:29 PM, Carlos Ortiz wrote:
Hi Matt Raible
I am wondering how do you keep a link on every tip on earth to the
Java Programming? I was recently reading a topic on this thread in
your blog () and you pointed out to JUEL, how did you remember the
URL for JUEL, .
I
Wonder if Sitemesh project is currently active these days?
Hi Matt Raible
I am wondering how do you keep a link on every tip on earth to the Java
Programming? I was recently reading a topic on this thread in your blog ()
and you pointed out to JUEL, how did you remember the URL for JUEL, .
That is, you are writing about about something, but this poin
There is a guide here on getting LDAP authentication working with AppFuse:
http://www.appfuse.org/display/APF/LDAP+Authentication
Mike
On 12/6/07, Ding, Qin <[EMAIL PROTECTED]> wrote:
>
>
>
> We built an appfuse application using 1.9.4. We need to change the
> login from db to ldap. Our compan
We built an appfuse application using 1.9.4. We need to change the
login from db to ldap. Our company uses novell's ichan to
authenticate/authorize the user. What's the good and easy way to make
that switch? Please advise.
Thank you.
QD
-
If you can tell us what you're trying to accomplish, we may be able
to better assist you. It's even better if you try something first,
and then report back with your error messages. ;-)
Matt
On Dec 6, 2007, at 8:37 AM, <[EMAIL PROTECTED]> wrote:
Thanks Nathan,
I'll give it a shot.
Vaness
Thanks Nathan,
I'll give it a shot.
Vanessa Pacheco
Programmer
Bowman Systems L.L.C
318.213.8780x307
==
IMPORTANT WARNING: This message is intended for the use of the person or
entity to which it is addressed and may contain information that is
privileged and
Some useful information can be found here:
http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSecurity
Obviously, you can ignore the part talking about how to integrate Acegi for
AppFuse projects prior to version 1.8.
Other than that I'd suggest looking in your applicationContext-security.xml
I see. Coming from Tapestry 4.0, I've had great success with the
contrib:XTile component for Ajax, but does require writing some
javascript to handle the callback.
I see in the docs that the form is submitted by default, but am not
clear as to whether the EventListener gets called before the f
That's awesome. I've never used it before so I'm totally unaware of how to
implement it.
Is there an appfuse tutorial on how to implement it in my application
Thanks,.
Vanessa Pacheco
Programmer
Bowman Systems L.L.C
318.213.8780x307
==
IMPORTANT
If you're using 1.9.x, Acegi Security should already be integrated.
It was first integrated in 1.8.
http://raibledesigns.com/rd/entry/ann_appfuse_1_8_released
Matt
On Dec 6, 2007, at 7:50 AM, <[EMAIL PROTECTED]> wrote:
I want to add Acegi Security to my application. I am using appfuse
1.9.
Do you have another version of Spring in your classpath? That's what
it looks like is happening.
Matt
On Dec 6, 2007, at 4:41 AM, yuke wrote:
i just learn appfuse 2.0.1 and try to create modular struts, but i
found some
problem.
I did following steps :
1. mvn archetype:create -Darchetyp
I want to add Acegi Security to my application. I am using appfuse 1.9.x,
struts framework. I found 2 links to tutorials for Acegi.
http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSecurityMethods -->
This one is for Struts framework only for Appfuse 1.4 and higher
http://raibledesigns.c
this problem is seen to me.
the answer is come from this website.
http://www.pben.cn/main.bbscs?action=read&bid=33&postID=8a8a8a8f16aebddb0116afde716102c2
you had better to do step and step to by the document!
http://www.pben.cn/main.bbscs?action=read&bid=33&postID=8a8a8a8f16aebddb0116afde7161
i just learn appfuse 2.0.1 and try to create modular struts, but i found some
problem.
I did following steps :
1. mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-modular-struts
-DremoteRepositories=http://static.appfuse.org/releases
-DarchetypeVersion
Hi!
Just trying appfuse (v 2.0.1) modular projects with eclipse. I had some
multi-module project with eclipse and m2 eclipse plugin automatically
discovered the dependencies between the modules of the project, so I never
had to run mvn install before mvn eclipse. Does anyone know why this
happens?
On 12/6/07, venkat.sadasivam <[EMAIL PROTECTED]> wrote:
>
> I am trying to create an eclipse project for AppFuse Struts 2 Modular
> version. I don't find easy steps to do this.
>
>
>
> About a year ago I tried with AppFuse 1.0, I could understand the whole
> installation and project creation proce
I am trying to create an eclipse project for AppFuse Struts 2 Modular
version. I don't find easy steps to do this.
About a year ago I tried with AppFuse 1.0, I could understand the whole
installation and project creation process within 5 minutes.
Please refer a page that gives complete step
Hi,
thanks for information, but I want to use AJAX functionality, so I can't use
normal submit (AJAX is faster and it keeps the page scroll position).
Listening to recName events doesn't help neither - the value is still null:
@EventListener(events="onchange", elements="recName")
On 12/6/07, Jimmy <[EMAIL PROTECTED]> wrote:
>
> Thanks for your help.BTW,could you tell me how to add the library into
> Appfuse2.0 project ( Netbeans and Maven)?Is there any tutorial about
> it?Thank you.
Not too sure how this is done using Netbeans, but adding a library through
maven is simply
25 matches
Mail list logo