Hello I am using GWT with mvp pattern everything works fine, nevertheless I
have a process that require filling other modules first. For example if I
want to buy something First I need to select the product, then add
modification to the product and then provide a payment method. I was doing
thi
Hello I was checking ListBox's methods and I found this one:
addItem(java.lang.String item, java.lang.String value)
Adds an item to the list box, specifying an initial value
for the item.
I dont get how to use the "value" parameter with a FormPanel. I wanted
to store ids from database i
Can you post your error message, it should work...
regards
On 8 ene, 11:14, Sebe wrote:
> Hello there,
> I have this event in a FlexTable..
> flextTable.addClickHandler(new ClickHandler(){
> public void onClick(ClickEvent event) {
> int cellIndex =
> flexTa
Clean your cache and recompile.
regards
On 8 ene, 12:52, nacho wrote:
> Try to recompile your gwt code.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscr
Composite is nice but my widget has like 5 widgets, it looks messy.
@Thomas
thanks I will take a look
On 8 ene, 06:09, Thomas Broyer wrote:
> In addition to what others already said, you can use MVP *inside* your
> widget, so that you can easily unit-test your logic. Have a look at
> com.google
Hello I was checking MVP explanation, it works for the whole
application but what if I want to create a single widget that does not
need transitions from one view to another. For example what design
pattern would you use to create a rich text editor.
regards
--
You received this message because y
Hello I was using this DynamicForm, it belongs to smartgwt
import com.smartgwt.client.widgets.form.DynamicForm;
and then I created a Widget using composite from:
import com.google.gwt.user.client.ui.Composite;
The main problem is that when I try to add it to DynamicForm(using add
method) it wont
Hello I created a Widget that uses gwt widgets using composite, my
question is How can I create a jar from this or a folder so it can be
reused easily in another projects. I was following this tutorial :
http://www.vogella.de/articles/GWT/article.html, it has one example
but it only works for non-g
Hello I am making a web service using smartgwt and poi-2.5.1-
final-20040804.jar, When I run the project as a webservice on Mac it
works fine, but when I run the project on ubuntu using the same
ide(eclipse) it gives error 503 and it wont load.
This project reads from an excel file.
I will upload t
Hello here is it:
On 27 jul, 08:13, Arthur Kalmenson wrote:
> What does your GWT module file look like (.gwt.xml)?
>
> --
> Arthur Kalmenson
>
> On Mon, Jul 26, 2010 at 12:36 PM, Sebastian Coronado A.
>
>
>
> w
Hello I am testing a gwt project using rpc to comunicate with the
server, using hibernate and postgres, Everything compiles okey but
when I run it as a Web Aplicacation it says the following error:
21:41:22.992 [ERROR] [hiberpost] Errors in 'file:/Users/Sebastian/
Documents/workspace/hiberpost/src
11 matches
Mail list logo