Hello it's me again,
I'm still facing the same problem. Is it possible, that the usage of expression language causes the problem?
The method
public void GetUserData(String username)
is...
Type: Posts; User: hypersound; Keyword(s):
Hello it's me again,
I'm still facing the same problem. Is it possible, that the usage of expression language causes the problem?
The method
public void GetUserData(String username)
is...
Maybe someone can help? Any suggestions appreciated.
Thanks in advance.
Hello guys,
I'm facing a problem with annotation based transactions. I'm using a JDBC datasource. First of all I included the namespace aop and tx as well as the spring-aop-2.0xsd and...
Hello to all of you,
I don't know how to provide files, that are downloadable through link tags in a web page. These files are dynamically created (on the server) and based on user input. Now it...
Thank you very much, this helps a lot.
Hello all,
maybe someone can give me a hint to the booking-faces example. In my own application I would like to save the user information for the logged in user just like it's shown in the...
Me too,
I go mad trying to read out the logged in user. I really have to be able to determine the user for my application under JSF. I as well use Spring/JSF/Trinidad. Maybe the username can be...
Hello,
it's me again. Can't anyone help me?
I really have to be able to display a table with (single and multiselect / radio and checkboxes in each row) and read the selected rows in a bean....
Hello,
I'm not sure, if this is the right sub-forum but may be it is.
I'm going mad by trying to use the selection feature of the trinidad table under JSF (facelets) and Spring WebFlow.
I've...
Hello,
I think you have to replace in your faces-config.xml your currently defined
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
...
No hints or suggestions? Maybe it is possible that I write the required mapping myself?
Any clue is welcome.
Greetings Florian
Hi,
in my application I'm using facelets and now I would like to include the Spring Security taglib something like this:
xmlns:authz="http://www.springframework.org/security/tags/authz"
I've...
I've solved the problem in the meanwhile.
In the past I have testet the fileupload-sample and could include that into my testpages.
Thanks a lot.
Greetings Florian
Thanks a lot,
now the inputFileUpload gets rendered, but the file upload still doesn't work.
It seems that in webflow the action-state isn't called. Is it possible that webflow 2.0.0.x forms...
Hello,
after trying to integrate Spring Security into the previous releases of webflow I decided to have a look at the current version. I therefore updated my sample-application (spring 2.5.3, swf...
Thank you very mutch for your answer. It wasn't the classpath, but the NetBeans IDE doesn't clean up the build-folder automatically and so there was a whole bunch of jar-files which I actually...
Hello it's me again :)
I now tried out the upload-example and it won't run :-(
Maybe I messed it up again, but I don't know what's wrong.
The error: java.lang.NoSuchMethodError:...
Ok, my pages now work pretty well (even with spring-webflow-1.0.5).
First of all my UserBean-class had to be changed to
public class UserBean implements Serializable {
....
Thank you for your response.
My test-pages are running now. I'll post the "solution" in the original thread.
Original-Thread:
http://forum.springframework.org/showthread.php?t=52286
Greetings...
Hello it's me again,
I now got my test-pages (as postet here: http://forum.springframework.org/showthread.php?t=52286) nearly working. The page-navigation (dependend on the user input like...
Tanks for your quick reply.
I'll have a look at 2.0-M4 and the mentioned booking example.
I haven't recognized that release before your hint.
Hello,
I'm trying to integrate SWF and JSF and can't get my sample-project to work. Several days I've already got problems with SWF.
I can't locate them exactly, but either they arise from the...
Thank you for your response.
After reading your answers and getting further information I decided to use swf.
Greets
Florian
Hello,
I'm a newbie in JSF as well as SWF. In JSF I've already testet some examples from books, but in SWF my only knowledge comes from books.
The question that crossed my mind is why use SWF? In...