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...
Type: Posts; User: gomtuohe904; Keyword(s):
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...
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")
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...
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-...
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...
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...
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...
You cold use the tool Pax Construct http://www.ops4j.org/projects/pax/construct/ to start and test your bundles.
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....
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...
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...