Hi,
We are using a Content Delivery Network to deliver some static content.
In order to achive this, we are appending a ${cdn} placeholder to all static resources such as images, and styles in...
Type: Posts; User: totoliso; Keyword(s):
Hi,
We are using a Content Delivery Network to deliver some static content.
In order to achive this, we are appending a ${cdn} placeholder to all static resources such as images, and styles in...
yeah, thanks, i'll take a look at it
Hi everybody,
I have a bean service that works as a static list,basically this service makes some query to db at initialization time.
As this list changed every 12 hours, i'm was wondering if...
Hi, i'm trying to deploy an example using cewolf and swf , and i'm having this error with the flow execution key.
I think its because of the mvc pattern in which is based cewolf.
Did anyone have...
Hi, i'm having problems setting a conversation attribute.
Is there anything special that i must take into account before setting an attribute in conversation scope?
Could anybody give me a...
Hi, i have a probelm about htmlEscape, its seems to be not escaping.
In have a textarea :
<form:textarea id="motivo" path = "datosSeleccionados.motivo" cssClass="textarea" rows = "5" cols =...
We,, it works! i changed the pocessId, and now ajax is working!
But unfortunatelly, popups are not working,(if the state is popup=false, it works)
I get this error, i am in another state why it...
Hi, so it is necessary to add both,the processId to all the <sf:command*, to tell the part that needs to be rerender, and the <render fragment="ids"> in the flow.
What is the relationship between...
I make it work if i put processId="*" in the commandButton, where could i find documentation about spring faces tags?
I'm using firefox 2.0.0.14
and SWF 2 RC1, i'll keep trying..:)
Hi, i have implemented a flow taking booking-faces by exmple, but the ajax part is not working, if i disabled javascript from the browser it works ok.
What is the problem with my fragments?
...
Hi, yes, maven was injecting some old spring 1.2 jar, Thanks!
Hi, i'm migrating my project from Spring 2.0 to spring 2.5.3 and my tests started to fail!
i'm getting this exception with maven 2,
I changed the .jar to the ones that bring with spring 2.5.3,...
This is from thread (a more cleaner thread)
http://forum.springframework.org/showthread.php?t=52987
Hi, finally i deploy the swf 2.0 examples, i had a problem with the version of tomcat....
.mm.perhaps this is a .jar problem
I was using
jsf-api-1.2_02
jsf-impl-1.2_02
jstl-1.0.6
tomcat 5.5.25
I changed to
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at...
2008-04-20 23:07:47,171 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] Publishing event in context [org.springframework.web.context.support.XmlWebApplicationContext@df2d38]:...
2008-04-20 23:07:46,875 INFO [org.springframework.web.context.support.GenericWebApplicationContext] Refreshing org.springframework.web.context.support.GenericWebApplicationContext@16752c9: display...
Hi, Keith i send you the stack trace...I have not included the startup of the application from Apache, i can send it if it is necessary,
thanks ind advance
2008-04-20 23:00:15,140...
Hi, i have configured swf 2.0 to work with the module spring faces, but when the page is going to be rendered, i have this exception.
I don't want to use facelets by now, just .jsp pages with jsf...
Hi, i installed maven, and couldn't run swf 2.0 samples, i'm having this error
But the classes exists in the classpath
Any idea?
Thanks for the reply! i think so but i can't find it to download, where is it?
Hi, i'm trying spring faces, and i have this error,
Am i missing some .jar?
Hi, i have problems with a subselect con anyone help me
I'm uisng mysql 5.0
Here is the query
query = "select unidad from UnidadImpl unidad where unidad in (select zona.unidades from...
well, found the solution in
Thanks anyway! Bye
..mm.no it does not works..i'm not using jsf..but thanks anyway..
I mean, i'know how to launch and resume a flow id in REST-style
But when i was to signal an event do i always have to use...