Search:

Type: Posts; User: brad_uk; Keyword(s):

Search: Search took 0.02 seconds.

  1. I should probably mention that the object I'm...

    I should probably mention that the object I'm getting from the MBean isn't just an aggregation of data, it references other beans which perform application logic and database access.

    I'm guessing...
  2. Hi Marten, original post edited as requested....

    Hi Marten,

    original post edited as requested.

    To give further context, the code is called in a proxy class which is invoked from en EL expression in WebFlow. The invoking code in the local...
  3. InvocationFailureException when invoking MBean using MBeanProxyFactoryBean

    Hi all,

    I'm trying to access an MBean in JBoss (same VM) using the Spring JMX proxy MBeanProxyFactoryBean. Initially I was getting my data directly from the MBean method which was working fine. To...
  4. Just got back to this.... Adding an EL binding...

    Just got back to this....

    Adding an EL binding to the h:inputText value parameter solved the problem.

    Marten and ndle thanks for your help.
  5. passing form data to transition action via model binding

    Hi all,

    I want to bind my domain object to a form and use the values entered to drive a service layer call in a transition. I can't quite work it out from the docs so hopefully someone here can...
  6. Replies
    4
    Views
    1,799

    Hi, this is now solved. For anyone who gets...

    Hi,

    this is now solved. For anyone who gets this......

    I had el-api.jar in WEB-INF/lib which conflicted with the version in jboss/common/lib. Removed that, added in el-ri.jar and got a NPE for...
  7. Replies
    4
    Views
    1,799

    No problem, faces-config.xml:

    No problem, faces-config.xml:



    <?xml version="1.0" encoding="UTF-8"?>

    <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xi="http://www.w3.org/2001/XInclude"...
  8. Replies
    4
    Views
    1,799

    Possibly a better example:

    Possibly a better example:



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"...
  9. Replies
    4
    Views
    1,799

    richfaces tags not being expanded

    Hi all,

    I'm having a problem getting richfaces tags to render using spring web flow. I've got this test page:



    <ui:composition xmlns="http://www.w3.org/1999/xhtml" ...
  10. Replies
    1
    Views
    1,985

    My mistake, I had JSF API and impl jars in my...

    My mistake, I had JSF API and impl jars in my WEB-INF/lib which were clashing with those included in JBoss.
  11. Replies
    1
    Views
    1,985

    configuring spring faces on JBoss 5.1

    Hi,

    I'm trying to follow the spring web flow 2.0.8 documentations to add spring faces to my webapp running on JBoss 5.1. I'm currently getting this error:



    2009-12-15 11:25:31,460 ERROR...
Results 1 to 11 of 11