documentation
by Dennis Byrne
I'd like to get people using some of the things that are finished so far.
Is there a way to do this on the jboss.org, or should I use my blog?
--
Dennis Byrne
17 years, 1 month
client.submit
by Ahmed Mohammed
I am trying to click a command button like this:
client.submit("commandlinkButtonID");
and that coze the exception org.jboss.jsfunit.facade.FormNotFoundException
Note : that command button is in a sub view which doesn't contain a form
the form is in the view which contains the sub view.
17 years, 1 month
Tomahawk and javascript
by Stan Silvert
Dennis,
Do you know how many Tomahawk components use javascript to do a submit?
Somebody on the forums was trying to use <t:commandLink>, which we
don't support yet.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089793#4089793
I'm just wondering how much effort it might take to support Tomahawk.
Currently, we are supporting Ajax4jsf and <h:commandLink>. The way it
is done is that we avoid javascript completely. I just manually create
the request and submit the form using HttpUnit.
Stan
17 years, 1 month
hudson build
by Dennis Byrne
I forgot to check in some pom changes an hour and a half ago, so all the
check ins between then and now have probably been triggering red builds.
Let me know if it is still red once this email is sent and another 15
minutes or so passes. Thanks.
--
Dennis Byrne
17 years, 2 months
Welcome Dennis Byrne
by Stan Silvert
I'd like to welcome our first non-JBoss comitter to the JSFUnit project.
Dennis Byrne is from ThoughtWorks and brings to us several years
experience as an active MyFaces comitter. He'll be adding a new
dimension to JSFUnit in the form of static analysis tools.
I'll let Dennis elaborate on the details when he is ready, but
basically, you will have some standard JUnit tests that let you know if
your configuration is screwed up. Or as he called it, "Strong typing
for JSF templates".
Also, if you are planning on attending ApacheCon in Atlanta, Dennis will
be doing a talk on "JSF Anti-Patterns".
Stan
17 years, 2 months