Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    846

    Autocompletion for JSF

    Hi,

    I'm using SpringSource Tool Suite Version 2.3.1 with a Maven based JSF 2.0 project. I'm sure WTP is installed so there should be a full support for JSF.

    I'm trying to use the autocompletion...
  2. Replies
    2
    Views
    2,127

    @Value in JSF 2.0 ManagedBean

    Hi,

    I'm trying to use Spring 3.0.0.RELEASE together with JSF 2.0.

    I want to user the Annotation @Value within a ManagedBean.



    @Component
    @ManagedBean(name = "treeFactory")
  3. Replies
    0
    Views
    989

    EnumComboBoxBinder and Nimbus L&F

    Hi,

    I expierence a strange Rendering with an EnumComboBoxBinder from Spring RCP 1.1.0 and the Nimbus Look and Feel http://developers.sun.com/learning/javaoneonline/2008/pdf/TS-6096.pdf.

    The...
  4. Replies
    3
    Views
    2,403

    Same warning with an additional exception

    Hi,

    I got the same warning as mentioned above. And on top I get an exception when I try to enter a value in a form that is in a dialog. I configured rules for the domain object and Form-...
  5. Secure a Web Flow with input parameters

    Hi,

    I would like to secure my Spring WebFlow application with a given hash and username:
    I have a root flow which gets passed a hash and username and should verify the input against a webservice...
  6. Replies
    0
    Views
    937

    Location for Flexdock Views

    Hi,

    I'm using fleckdock and have several views in my application.
    On view serves as a browser for the available views: when I select one entry from a list the corresponding view shall be opened...
  7. Replies
    1
    Views
    553

    Wrong Dependency?

    Hi,

    I started using Spring DM v 1.2.0 together with Maven 2.0.9 and Pax Construct. Pax gives someone an easy way to start with the OSGi framework.
    My first steps were to create a new module and...
  8. Pax Construct

    You cold use the tool Pax Construct http://www.ops4j.org/projects/pax/construct/ to start and test your bundles.
  9. Replies
    11
    Views
    3,373

    RCP & dynamic Modules

    Hi everyone,

    some months ago we shipped a client application, based on Spring RCP, to our customer. A new requirement is that some addons can be downloaded and installed dynamic without restart....
  10. dynamic menu items for the application window

    Hello,

    I'm facing the problem to add and remove menuitems (commands) to an existing menu. It should behave like a chronicle menu, similar to a web browser like Firefox. I have only one view and...
  11. Hi, I'm not using "

    Hi,

    I'm not using "<fmt:message" to I18N my webapp. But this could be a solution for your problem:

    <head>
    <tiles:useAttribute id="key" name="title"/>
    <title><spring:message...
Results 1 to 11 of 11