It's JBoss Richfaces (http://labs.jboss.com/jbossrichfaces/).
mraible wrote:
>
> I haven't used "rich" - what library is that from?
>
> Matt
>
>
> On 6/12/07, snew2k5 <[EMAIL PROTECTED]> wrote:
>>
>> Thanks for your reply. Here is a little more detail.
>>
>> template.xhtml
>> ...
>>
>>
I haven't used "rich" - what library is that from?
Matt
On 6/12/07, snew2k5 <[EMAIL PROTECTED]> wrote:
Thanks for your reply. Here is a little more detail.
template.xhtml
...
ui:insert name="title">Default Title
Default Body
...
In a normal web page
...
Thanks for your reply. Here is a little more detail.
template.xhtml
...
ui:insert name="title">Default Title
Default Body
...
In a normal web page
...
...
...
Then the data table inside the form is not rendered. It seems that it's
because of t
That's a bug that I thought we fixed. Maybe we fixed it in the
Services tutorial and not the DAO tutorials?
Matt
On 6/12/07, Doug Pham <[EMAIL PROTECTED]> wrote:
OK! That's better :-) The tutorial said "Simply create a
PersonDaoTest.properties file in the same directory as PersonDaoTest.java
You should be able to do response.sendRedirect to send a URL with
parameters to another servlet. You can also use
to pass parameters received in one action to another one.
Matt
On 6/10/07, nmall <[EMAIL PROTECTED]> wrote:
Hi,
I have a servlet which implements some logic based on some URL pa
The instructions should say run "mvn install" from the top level
before running "mvn idea:idea". This will solve your problem w/o the
need to run "mvn install:install-file".
Matt
On 6/10/07, jmowla <[EMAIL PROTECTED]> wrote:
i just simply run the following command to register courier-core.jar
Where is your PersonManagerImplTest.properties file located? Is
should be in the same package as your test, except it should be
located in src/test/resources instead of src/test/java.
Matt
On 6/12/07, Doug Pham <[EMAIL PROTECTED]> wrote:
OK! Sorry for typing too soon without thoroughly going
Hi,
Our environment is Websphere 5.1 with JDK 1.4. I have deployed this sample
app on Tomcat or jboss. It works fine.
Requirement is to package it in ear file and deploy on WAS 5.1. We are
getting deployment error that
Error on WAS log:
[6/12/07 15:01:12:126 PDT] 445dcb7c WsServer A W
I believe it's the same problem. It may work if you use -Dmaven.test.skip=true.
Matt
On 6/12/07, sarat.pediredla <[EMAIL PROTECTED]> wrote:
mvn site:site dies with the following error
[INFO]
[ERROR] FATAL ERROR
[INFO]
-
mvn site:site dies with the following error
[INFO]
[ERROR] FATAL ERROR
[INFO]
[INFO] Unable to load class declared as in the configuration:
[INFO]
---
OK! Sorry for typing too soon without thoroughly going through the tutorial
again. I have to expose the personDao bean because I am following the
tutorial. I modified the applicationContext.xml to do that and everything is
working right. I am still however is not getting the properties to wo
Matt,
I am almost there! I just need to get through with the first cycle of
testing :-) OK! From the "Persistence" and "Services" I got everything
working and has written the PersonManagerImpl and changed the
applicationContext.xml to have the new personManager as
Thanks for all the information!
If you happen to rememeber the goals you could not run, I'll be interested
in taking a look at them and see what can be done.
Travers Snyman wrote:
>
> Thanks Abel,
> At some stage, with maven from Candy, and setting the Java runtime to a
> jdk, I actually got t
OK! That's better :-) The tutorial said "Simply create a
PersonDaoTest.properties file in the same directory as PersonDaoTest.java and
define your property values inside it:"
Cheers,
Doug
Matt Raible <[EMAIL PROTECTED]> wrote: Did you put the PersonDaoTest.properties
file in
src/test/resourc
I am currently using Eclipse 3.2.2 with maven 2.06 plugin. It has been
working fine with Run > External Tools. See if that route works for you.
Travers Snyman wrote:
>
> Thanks Abel,
> At some stage, with maven from Candy, and setting the Java runtime to a
> jdk, I actually got to a point whe
Did you put the PersonDaoTest.properties file in
src/test/resources/package/name?
On 6/12/07, Doug Pham <[EMAIL PROTECTED]> wrote:
Matt,
After following through with the tutorial, I ran into a small problem
with the test case. When you create a "Person" in the
testAddAndRemovePerson(), the
Thanks Abel,
At some stage, with maven from Candy, and setting the Java runtime to a jdk, I
actually got to a point where I could create applications using Candy. I then
had problems running some maven goals from within eclipse. I tried installed
the maven 2.06 plugin with no luck. I then re-ins
Matt,
After following through with the tutorial, I ran into a small problem with
the test case. When you create a "Person" in the testAddAndRemovePerson(), the
set* method works fine but when I try to do the populate(Object) using the
*.properties file, the value for "Person" is null. Besi
I found authz tag not working in my jsf page. After search for help, I
found that instead of using authz, I should use acegijsf tag, which is
already integrated into appfuse 1.9.4. To use it, here is what I did:
In jsf page:
http://www.w3.org/1999/xhtml";
xmlns:c="http://java.sun.com/jstl/
On 6/12/07, Adam Sherman <[EMAIL PROTECTED]> wrote:
On Jun 11, 2007, at 15:33, Matt Raible wrote:
>> Yeah, you should be able to delete all the files you already have in
>> > src/main/resources (since there will be duplicates). You can also
>> > delete WEB-INF/lib and WEB-INF/classes/your/packag
Appfuse 1.9.4 and JSF.
I have a pojo with a java.util.Calendar field. When I display it on the
dataTable, it displays it as a string of calendar. When I use Spring
MVC, I know I need to register the DateConverter with the controller.
How do I do the same thing with JSF? Or what's the JSF way o
On 6/11/07, thinkboy <[EMAIL PROTECTED]> wrote:
hi,
I recreate acrhetype from scratch. it is working fine now.
i guess , previously, the error was about: Yeehaw - it worked!
Unfortunately, this plugin doesn't rename packages yet, but it will in 2.0
Final !! ?
sorry, I am a bit of confuse, do
Can you describe in more detail what you mean by "not rendered". Is
there nothing between your tags? You might try trimming
parts away until you get something to show up.
Matt
On 6/12/07, snew2k5 <[EMAIL PROTECTED]> wrote:
Hi all,
I'm a newbie to facelets and facing a strange problem now. A
I had a similar problem and it worked fine by doing a different thing: I've
changed the eclipse's Default Runtime to a JDK, instead of the JRE detected
by default (in Preferences > Java > Installed JRE). I'm using the version of
the eclipse maven plugin bundled with Candy for AppFuse (I don't know
On Jun 11, 2007, at 15:33, Matt Raible wrote:
Yeah, you should be able to delete all the files you already have in
> src/main/resources (since there will be duplicates). You can also
> delete WEB-INF/lib and WEB-INF/classes/your/package/name. You'll
need
> to retain WEB-INF/classes/org/appfus
Hi all,
I'm a newbie to facelets and facing a strange problem now. All components
inside ... tags are not redered while the others outside
are. I checked the produced HTML code and saw ... tags
inside. Please help. I'm using AppFuse 1.9.4 with sitemesh disabled.
Thanks a lot.
--
View this m
26 matches
Mail list logo