Questions tagged [vaadin6]

Vaadin 6 is a legacy version of Vaadin java web-framework. EOL Feb 2017, no longer supported.

Vaadin 6 is a legacy version of Vaadin java web-framework. Vaadin 6 support ended in February 2017.

Last release: 6.8.18 (2017-02-08) (Release Notes)

42 questions
0
votes
1 answer

Design Help Required in Vaadin

Hope you are fine and doing good. Im new in VAADIN and my seniors give a task to create a website using VAADIN but im facing a alot of difficulties in VAADIN for creating HTML,CSS etc. Designer gives me website design in PSD/JPG format and i have to…
herman shafiq
  • 499
  • 2
  • 8
  • 26
0
votes
0 answers

Are there compatibility issues with Vaadin 6.8.12 and Liferay 6.2?

First time asking asking a question in here. I'm deploying portlets on Liferay 6.2 and I'm using vaadin 6.8.12 and the portlets are showing up and they work properly but I'm having some styling issues. I'm trying to figure out if there are…
0
votes
2 answers

java invokation of button

I have a page with constuctor. So, I have a button, and when this button is clicked, then function handleLogin starts to work.
vlcod
  • 229
  • 2
  • 3
  • 13
0
votes
0 answers

Vaadin 6.8.9 table improperly display

I'm using Vaadin 6.8.9. Recently, I come across a issue. The table doesn't present properly as follow image. The headers are not able to appear. I tried to re-install tomcat7,and compile widgets couple times. The issue is still there. The issue only…
crazy_develerper
  • 107
  • 1
  • 1
  • 8
0
votes
1 answer

How to handle more application states of the same user with Vaadin 6

I have problem with stepping forward with our Vaadin 6 application. Do you know any way to properly handle more states of the application for the same user? I mean for example we share URLs on social sites and those urls identify sort of states and…
gabor.harsanyi
  • 599
  • 2
  • 14
0
votes
1 answer

simple way to provide dynamic margin to vaadin element

is there any way to provide a dynamic margin to vaadin component like component component.setLeftMargin(10); I know I can set margin for horizontal layout but I want to set it to every element ?
0
votes
1 answer

Vaadin 6 . Set table heigth to fit context

I have a Table in my project inside a Panel inside a VerticalLayout and I need to set table height to fit the context. If I set table.setsizeFull() ; table.setPageLength(0); then table height is much smaller than necessary and there are vertical…
Kirill
  • 1,540
  • 4
  • 18
  • 41
0
votes
0 answers

200 TextFields with validation in GridLayout optimization

I have grid layout with around 200 textfields with validation in a grid layout and it takes around ~20s to render UI. Any workaround for this. Please provide your suggestion
Karthick
  • 79
  • 1
  • 2
  • 7
0
votes
0 answers

how to call post method from vaadin?

how to call dopost method from vaadin application? BrowserWindowOpener component always call doGet() of servlet. I want to call dopost method so that parameter is not shown at the browser addressbar if I redirect to another url. Will it be ok to use…
0
votes
1 answer

handleURI for http://AAA.BBB.CCC.DDD:8080/myapp/ uri: '' returns ambigious result (Vaadin 6)

In my Vaadin 6 application I sometimes get the following error: SEVERE: Terminal error: java.lang.RuntimeException: handleURI for http://AAA.BBB.CCC.DDD:8080/myapp/ uri: '' returns ambigious result. at…
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
0
votes
1 answer

Communication errors and alert box in Vaadin

My web application is using Vaadin 6.8.8 version with vaadin-xs addon and it's deployed on a glassfish server. My application randomly (well, I think it's randomly) gets communication problem and/or session expired messages. Nothing is shown in the…
ilazgo
  • 650
  • 2
  • 11
  • 35
-1
votes
1 answer

Getting duplicate session id for multiple user

i am working on multi user web application which has technology stack like vaadin 6.7, web sphere portal server 8 and springs. When multiple user login (different machines with different login ) at the same time.I noticed all the user generating…
ansh
  • 39
  • 2
  • 8
1 2
3