Vaadin is a client-server framework, that builds on GWT (Google Web Toolkit) and uses Java to code all of the server and clientside code. Vaadin tries to improve the clientside presentation layer and the rapid application development factor over GWT.

learn more… | top users | synonyms

0
votes
0answers
8 views

How do I implement GROUP BY in vaadin container using JPAContainer DefaultQueryModifierDelegate?

I'm using Vaadin's JPAContainer to add where clauses, but how do I use group by? data.getEntityProvider().setQueryModifierDelegate( new DefaultQueryModifierDelegate() { ...
0
votes
0answers
23 views

Need help debugging missing content-length header of static files

As you know Vaadin is Java web development framework. My problem is with Vaadin Widgetset. They are compiled into Javascript which are split into multiple files for faster loading. The problem arises ...
0
votes
0answers
5 views

Auto generation form issue vaadin with many to one field — Select field shows objects hash code

I tried to auto generate a form using the JPA container. For a many to one entity, it fills the select box with hash code as shown - Is it possible to have some other parameter of the mapped entity ...
0
votes
0answers
13 views

How to make CustomField selectable in Vaadin Table?

I have a Vaadin Table and some cells are Labels and others are CustomFields. When I click on Label cell, the row is marked as selected - ok. However, when I click on CustomField cell, the row is not ...
0
votes
0answers
13 views

Can't use Vaadin exporter add on with subcontext

I can't use the new Vaadin add-on for pdf and excel export files, my web.sml is like this: <servlet> <servlet-name>default</servlet-name> ...
0
votes
1answer
27 views

How to open a sub window with a simple Link

I want to open with Vaadin a Sub Window with a simple Link. But the only thing a Link accepts is a URL, not a Window-Object. Is there a way to get the following code to work? VerticalLayout ToDoList ...
0
votes
0answers
26 views

Vaadin request processing per http session

Am using Vaadin 6.8. Though the below link describes how Vaadin supports multiple browser tab, https://vaadin.com/web/joonas/wiki/-/wiki/Main/Supporting%20Multible%20Tabs Tabs of same browser will ...
0
votes
1answer
31 views

Different Custom Fields in Vaadin Table

I've a vaadin table backed by CrudBeanItemContainer: CrudBeanItemContainer<MyBean> beanItemContainer = new CrudBeanItemContainer<MyBean>( MyBean.class, getTableFields()); for ...
0
votes
1answer
38 views

java.util.ConcurrentModificationException occurs during session replication

I have been using Vaadin without any issues in a single standalone JBoss AS 7.1.3 environment. When running two JBoss nodes in a cluster with session replication enabled, a ...
0
votes
1answer
20 views

vaadin's Invient chart max data size

Using invient charts add-on for vaadin and trying to display about 8000 points, but this doesn't seem to work. In the javascript console I'm also getting something like : Error: Problem parsing ...
1
vote
2answers
46 views

Boolean var has different value then query filling it?

Alright guys, I'm absolutely speechless. I am building a GUI with the vaadin framework, but that shouldn't matter for the problem. Heres my Code: private final boolean readOnly = ...
0
votes
2answers
31 views

How to upload a image using vaadin

I have a below kind of html <html> <head> <title>Upload a file please</title> </head> <body> <h1>Please upload a file</h1> ...
0
votes
0answers
17 views

Treetable - how to get a handle of a table's row and its individual element

I have a tree table that's defined like this ttable2.addContainerProperty("Product", CheckBox.class, ""); ttable2.addContainerProperty("EOD1", Image.class, ""); ttable2.addContainerProperty("EOD2", ...
0
votes
1answer
20 views

Vaadin - Iterate over components in a layout

I'm working on a project in Vaadin 7. In that I need to parse over all the components in a Layout and find a component I need. The above is the pictorial representation of my layout. I'm ...
0
votes
0answers
29 views

Null Pointer Exception in using |Spring tool suite

I generated the code using spring roo in vaadin, and I'm getting this error. My application is on vaadin and the code is generated by spring roo. Everything is working fine but at a certain condition ...
0
votes
0answers
35 views

Row in MySQL Database causing error in Vaadin

I've started to test using Vaadin for consideration as a replacement technology for an existing system. As a test, I've tried connecting to the existing database, and for some of the tables it works ...
0
votes
1answer
22 views

How to disable debug mode on Vaadin7-UI with cdi

I am using the following: @CDIUI public class MyUI extends UI {...} deploys fine, runs fine. But: jboss console shows: Vaadin is running in debug mode. now, with web.xml I know how to disable it, ...
0
votes
0answers
21 views

vaadin treetable with checkboxes - checking/unchecking child elements

I have a treetable that has Checkbox as the first column ,which in my case is a product name(so the checkbox desciption is Product Name). I have sub products for some.So when I click on a parent ...
0
votes
1answer
29 views

External project dependency in Vaadin

I have a Vaadin project and an external Java project. I would like call code in the external project from Vaadin. I have both project imported in Eclipse and the Vaadin project references the external ...
0
votes
2answers
42 views

VAADIN cannot find themes when in productionMode

I have custom theme for my VAADIN application in src/main/webapp/VAADIN/themes/mytheme/ with files mytheme.scss and styles.scss. Everything works fine when the vaadin productionMode deployment ...
0
votes
1answer
25 views

Vaadin7: Use BrowserWindowOpener and determine the URL on demand

I cannot find a way to open a new Window with the new BrowserWindowOpener class and determine the URL to be opened on demand. I tried overriding handleConnectorRequest() but it's not called when the ...
0
votes
0answers
33 views

Vaadin InvientChart widgetset error

can someone explain me how to start with InvientChart add-on? I have do something like this : Make a new Vaadin Project Add the jar to WebContent/WEB-INF/lib Add jquery.js and highchart.js to ...
0
votes
2answers
31 views

How to add specific color to Table row in Vaadin?

I'm trying to change the color of a row on a table based on a hex value for the row item. I'm basically trying to generate the css on the fly similar to generating a cssLayout like this CssLayout ...
0
votes
0answers
29 views

Vaadin change tab height

I changed from SMartGWt to Vaadin (7.0) and I am desperately trying to adapt such simple things as a tabsheet to my needs. I would like to create a toolbar as top navigation with large icons which ...
0
votes
1answer
31 views

Vaadin/OSGi : ScssStylesheet class not found

I use vaadin and OSGi to create a modular application. After a long fight, I was able to deploy successfully the application. However, I can't load the style. When I try to access to ...
0
votes
0answers
29 views

Why my customized button always overflow the border in Vaadin?

I am now doing something using Vaadin framework.However, when I use addstylename function to customize the button or nativebutton with the CSS code.It very easily rises up the problem that the ...
0
votes
2answers
118 views

vaadin 7 URL parameter

I am not too familiar with vaadin 7 and I can not figure out this. I tried to use google but no useful result. My question is very simple. How can I get the request url parameters in my UI class? My ...
0
votes
1answer
23 views

Running Vaadin in Eclipse+Tomcat appends full class path to .java file, which throws 404

While I have plenty of experience with Eclipse, I am very new to Vaadin. I'm having a simple issue when running my project. By default the project runs as... ...
0
votes
2answers
41 views

Migrating from Hibernate to OpenJPA - OneToMany aren't fetched

I try to migrate an application from Hibernate to OpenJPA and "suddenly" the @OneToMany relations aren't fetched anymore. The situation can be summarised as follows: I have two Entities Member and ...
0
votes
0answers
55 views

Vaadin: IllegalStateException “UI id has already been defined' after session timeout”

My Vaadin application throws following exception after session timeout and page refresh attempt. java.lang.IllegalStateException: UI id has already been defined at ...
4
votes
1answer
83 views

Vaadin - Lazy Query Container

I'm doing my project in Vaadin 7. I need to implement a Lazy Query Container for a Treetable. I will get data for the table from a web service. Could someone please show how to use a Lazy Query ...
2
votes
2answers
30 views

Vaadin: Styling inside a RichTextArea?

I'm wondering if it's possible to add a stylesheet or styling rules to the iframe on a RichTextArea field? I need to make a couple of CSS tweaks to the default styling but I can't target the ...
0
votes
1answer
39 views

Can layout be a root component in Vaadin Window?

I am just exploring Vaadin 7 and I'm a bit frustrated to face a wall right at the start. Experienced in Swing I was happy to find Vaadin layouts are so simple and they are just like other components ...
0
votes
1answer
37 views

Vaadin select all users

How can i get all users registered in Vaadin? I currently know how to get the logged in user User user = PortalUtil.getUser(request); but i want all the users any suggestions?
0
votes
0answers
19 views

Vaadin Java-Melody Eclipse Causing Errors

I am building a Vaadin 7 App using Eclipse IDE and the Vaadin 7 Project Wizard. I have also configured a tomcat server on eclipse which allows me to run the webapp from eclipse and test my project. I ...
6
votes
1answer
57 views

Vaadin - Multiple filters for Tree table

I'm doing a project in Vaadin 7. In that I need to implement filters for a Treet able. I was quiet successful in applying filters for one value. I mean, I have 4 Comboboxex 'c1', 'c2', 'c3', 'c4' and ...
0
votes
1answer
80 views

Vaadin create modal Dialog window

How can I create a modal dialog window in Vaadin 7.x? I've already found out that I have the main window and add to this my new dialog window, but how can I get the main window? I want to reach it ...
0
votes
2answers
34 views

Vaadin (7.0.5) Window not opening until end of calling procedure

I am trying to open a modal window during a click handler to verify the user action but the window doesn't appear until the handler completes. The window code can be as simple as the following and it ...
0
votes
1answer
39 views

Multiple view classes in Vaadin

I'm a newbie in Vaadin, and I've just wondered how can I use multiple View classes? I mean, without nested classes. ...
-2
votes
1answer
43 views

Enable scaffold in vaadin on grails application

i am creating a web-app with grails and vaadin, but i have a big problem with grails scaffold. After installing vaadin-grails plugin i can't access to scaffold, i try to change url mapping without ...
1
vote
1answer
43 views

Setting default locale for Vaadin application

Maybe this question was asked but I couldn't find. I am new to Vaadin. And how can I set default locale for Vaadin application.
0
votes
2answers
110 views

Vaadin 7 don't refresh UI after execution background thread (only if it takes more than 5 minutes)

I'm using Vaadin 7. In my application there's a table list and user could choice one or more items to elaborate. If execute button is clicked, UI component are disabled and two Threads start: 1st ...
0
votes
2answers
55 views

Using Vaadin with Maven

In my project I have several Maven modules one of them consists of UI written in Vaaadin. Everything seems fine but when I'm trying to run the project in Tomcat I receive an error in browser which ...
0
votes
1answer
36 views

Un-editing / removing focus from a Vaadin TextField

Does anyone know how to cancel the editing state of a Vaadin TextField that's inside a Table? My concrete use case is that I have a table with multiple TextFields in it, that show different values ...
0
votes
1answer
38 views

How to add layout to the Table component in vaadin?

I am developing application using vaadin framework. I need to add layout(Form) inside a table component. I have created a table with two column, This is my code Table table = new Table(); ...
0
votes
1answer
83 views

Vaadin JPAContainer SQLContainer BeanItemContainer

I am a newbie to Java Persistance and Vaadin. I have been desperately trying to figure out how to use the SQLContainer and I have somewhat succeeded. I have also succeeded in using BeanItem ...
-1
votes
1answer
56 views

vaadin jpa container connection and performance

I want to ask another question about vaadin jpacontainer. If I had a "person" jpacontainer, bind it to a table, and then I do something like this : ...
0
votes
0answers
32 views

Productivity criterion of RIA frameworks [closed]

I have to done comparison between RIA frameworks and I want to decide what criterion have to be considered as the most relevant for productivty. Can you give me insights please ? Thanks.
4
votes
1answer
90 views

Vaadin - Disable Column reordering for particular column

I'm doing a project in Vaadin 7. In my project, I need to disable column reordering feature for particular columns in Treetable? I'm really searching for function like this 'setColumnReorderIds()'. ...
1
vote
1answer
37 views

Set Vaadin default browser as Chrome

How to open the Vaadin project in browsers like chrome, safari rather than Eclipse's default browser, when we run/debug a Vaadin project? I really need it for my project to avoid creating multiple ...

1 2 3 4 5 19