Hi soubhratra,
into the flow definition file, I think you have to prefix the rendered ID by the form ID, that is :
<render fragments="groupWizardForm:groupWizardFragment" />
instead of...
Type: Posts; User: miaouxp; Keyword(s):
Hi soubhratra,
into the flow definition file, I think you have to prefix the rendered ID by the form ID, that is :
<render fragments="groupWizardForm:groupWizardFragment" />
instead of...
I believe the pb comes from the two different servlet names you give :
<filter-mapping>
<filter-name>richfaces</filter-name>
<servlet-name>Spring Web MVC Dispatcher...
It looks like a web.xml configuration problem.
Have you the following code portions :
...
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
...
Hi everybody,
I am a newbie in SWF, but I have the same problem described here.
The main problem is about fragment refreshs. This is only working on manually refreshing the page (F5).
Here, a...
Hi, I am a newbie in SWF too.
And I have the same problem...
about "transfert error occured" on richfaces upload component...
The first who found the answer, post here please ;-)