|
members to provide feedback on the comps to help steer the design process. You can follow some |
|
Well, help is on hand. Jacob Orshalick wrote an excellent article on [nested conversations=>http://developer.redhatmagazine.com/2007/10/31/continuing-the-conversation-understanding-seam-nested-conversations/] which he seems to be making into bit of series with this latest [blog posting on conversation timeouts=>http://solutionsfit.com/blog/2007/12/13/explaining-the-conversation-timeout-setting-through-example/].
Enjoy! |
|
I like the first (topmost) one the best... |
|
[What about this logo?=>http://jakarta.apache.org/cactus/images/logocactus.gif]
Just joking, don't get too upset now :) |
|
nearly complete! We use this to help us make our components, and you can create your own with it as well |
|
interact with each other.
With the help of the [ShrinkWrap=>http://jboss.org/shrinkwrap] project |
|
in a week and will do my best to help you start with RichFaces 4 in your development!
<b>Besides</b |
|
Hi,
There is no download link for the jars.... Can someone plz help me how to download the latest release?
Thank you!
|
|
Unfortunately building fails for the core-demo and the showcase because the parent POM is missing:
|Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.richfaces:richfaces-parent' not found in repository: Unable to download the artifact from any repository
org.richfaces:richfaces-parent:pom:7|
Adding the JBoss repository (http://repository.jboss.org/maven2) didn't help either. |
|
yeah the building fails for me as well ..
|Cannot find parent: org.richfaces:richfaces-parent for project: org.richfaces.examples:core-demo:war:4.0.0.Alpha2 for project org.richfaces.examples:core-demo:war:4.0.0.Alpha2
|
And adding jboss repo also dint help .. :( |
|
Thx to some kind help from JP in |#seam-dev| channel, I figured it out. The following link works:
|https://repository.jboss.org/nexus/index.html#nexus-search;gav~~aop~1.5.6.GA~~|
If you search for keyword |jboss-aop-jdk50-client| in the artifact search, you'll get results in the search tab. Previously I was searching on |foo.jar| and that results in no hits. Seems to work pretty well now. I can view all the repos and everything. Nice! |
|
Click HELP for text formatting instructions. Then edit this text and check the preview.
Hi Ilya,
Actually we are shifting our project dependency from (JSF1.2 & Richfaces 3.x) to (JSF2.0 & richfaces 4.0). In few codes we have used *rich:modalPanel* which is not working with richfaces 4.0.
Please suggest what tag can we use on the place of *rich:modalPanel* to get the same result.
Thanks in advance.
Amrit pandey |
|
Hello Christian,
I need some help on below point of empty interfaces for each entity,
"However, even if only CRUD operations are needed for a particular entity, you should still write an interface for it, even if it is going to be empty. It is important to use a concrete DAO in your controller code, otherwise you will face some refactoring once you have to introduce specific data access... .... Also it is natural to get ItemDAO do do Item things then get GenericDAO.
Please Help.
-Ajay
|
|
it. You can post on the Weld forum for help, and we'll try to show you how to do stuff! |
|
"
Do i need to write any seam component to authenticate jus like Authenticator.java?
Please help me |