Re: Submit with a link

2004-05-05 Thread cacau_braga
thanks... but my problem is with the atributtes of form, like codUf, operacao, that parameteres don´t go to the action when i use the html:link. Do you know, how do i submit that parameters ? Regards, Henrique, are u a brazilian ? - eu sou (i am.)

html:select ???

2004-05-11 Thread cacau_braga
Hi All, I have one combobox in my Jsp: (It´s work very well!!!) I want to mark up that specific option with SELECTED - How do I do this ? I have an object that contains the value of the attribute numBanco on my request. For example: BB BB2 BrB <--- I want that opti

Error: java.lang.LinkageError

2004-05-11 Thread cacau_braga
Hi all, I have a problem, I have deployed my application on JBoss3.2.3. While accessing a method of stateless session beans from war module, it gives the following exception: 5:40:42,102 ERROR [DispatchAction] Dispatch [/manutencaoDeficiencia] to method pesquisarTodas returned an exception jav

How to read a collection or a Array ?

2004-05-04 Thread cacau_braga
Hi All, This is my first message in that list. I have a class action that I set in request an Array of my specific object (UfDataTransfer[ ], it´s a simple bean with get and set methods), I want to know as I make to call that array with tag iterate, because i need to build my view. In my Act

Submit with a link

2004-05-05 Thread cacau_braga
Hi All, I need a help. I have a page that contains many forms each form represents a record of database. I am need to submit that information when a user click on link, because i can´t use the buttons ( "> .