elyes sallem wrote:
"
> src="img/modif.jpg" height="15px"
style="vertical-align: bottom"/>
The issue is that you're nesting custom tags, and you can't do that. I'd
probably just use an HTML image tag.
Sure seems like this comes up a lot :/
Dave
--
i wanna use html:img inside html:button
here is the example :
" src="img/modif.jpg" height="15px"
style="vertical-align: bottom"/>
but i get this error , any one has an idea
2008/4/2, puneet duggal <[EMAIL PROTECTED]>:
> frnds how to use Simple html:button to perform action in action class
> without using submit button
Use Javascript in the onclick attribute.
Antonio
-
To unsubsc
frnds how to use Simple html:button to perform action in action class
without using submit button
-
Sent from Yahoo! Mail.
A Smarter Inbox.
wrote:
> > Hi,
> >
> > I realise this is probably not a struts problem and I feel a bit silly
> posting this question but here goes:
> >
> > I'm using html:button with EventDispatchAction but my button
> properties do not appear in the request - the htm
ing this question but here goes:
>
> I'm using html:button with EventDispatchAction but my button properties
do not appear in the request - the html source fragment goes something like:
>
>
> function doEdit(id) {
> document.TeachingMethodForm.teachingMethodId.value=
I have no idea, but does it work without Javascript assigned to the button?
On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote:
Hi,
I realise this is probably not a struts problem and I feel a bit silly posting
this question but here goes:
I'm using html:button with EventDispatc
lem and I feel a bit silly
posting this question but here goes:
I'm using html:button with EventDispatchAction but my button properties do
not appear in the request - the html source fragment goes something like:
function doEdit(id) {
document.TeachingMethodForm.teachingMet
Hi,
I realise this is probably not a struts problem and I feel a bit silly posting
this question but here goes:
I'm using html:button with EventDispatchAction but my button properties do not
appear in the request - the html source fragment goes something like:
function doEd
It's bacause you have more than one hidden elements with the same name,so
whichever
row you choose to delete, your action will recive an array of parameter
values with the same parameter name. That's the reason why you always get
the id of the first row. I suggest you to use a radio boxs to repla
ct
Re: Issue: using logic:iterate to display rows and html:button to
distinguish one of them
What do you get when you try it?
(*Chris*)
On 11/7/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote:
>
> I am facing the same problem. I am trying to use the onclick approach
but
> not a
Regards,
> >
> > Jim
> >
> >
> > -Original Message-
> > From: Marcello Savino [mailto:[EMAIL PROTECTED]
> > Sent: 26 October 2006 11:32
> > To: Struts Users Mailing List
> > Subject:
value when the button is
> pressed.
>
> Thanks
>
>
>
> Regards,
>
> Jim
>
>
> -Original Message-
> From: Marcello Savino [mailto:[EMAIL PROTECTED]
> Sent: 26 October 2006 11:32
> To: Struts Users Mailing
Regards,
Jim
-Original Message-
From: Marcello Savino [mailto:[EMAIL PROTECTED]
Sent: 26 October 2006 11:32
To: Struts Users Mailing List
Subject: R: Issue: using logic:iterate to display rows and html:button to
distinguish one of them
*** WARNING : This message
hanks
Regards,
Jim
-Original Message-
From: Marcello Savino [mailto:[EMAIL PROTECTED]
Sent: 26 October 2006 11:32
To: Struts Users Mailing List
Subject: R: Issue: using logic:iterate to display rows and html:butt
s Mailing List'
Oggetto: RE: Issue: using logic:iterate to display rows and html:button to
distinguish one of them
Thanks for this - unfortunately I'm required to use a button, not a hyperlink.
Is it possible?
Regards,
uts Users Mailing List
Subject: R: Issue: using logic:iterate to display rows and html:button to
distinguish one of them
*** WARNING : This message originates from the Internet ***
Sorry i forgot something in my code
">Delete
HIH
Ciao, marcello
-Messaggio
gic:iterate to display rows and html:button to
distinguish one of them
Hi
Apologies if this is a simple issue, but it's driving me insane.
In my web app (using Struts 1.1 on Java 1.4 & Websphere) I have a jsp that is
using logic:iterate to display a sequence of records.
On each row
o display rows and html:button to
distinguish one of them
Hi
Apologies if this is a simple issue, but it's driving me insane.
In my web app (using Struts 1.1 on Java 1.4 & Websphere) I have a jsp that is
using logic:iterate to display a sequence of records.
On each row I have a "
Hi
Apologies if this is a simple issue, but it's driving me insane.
In my web app (using Struts 1.1 on Java 1.4 & Websphere) I have a jsp that
is using logic:iterate to display a sequence of records.
On each row I have a "Delete" button, which should cause the object that row
represents to be d
Ok, it's work. Thank you very much.
-Mensaje original-
De: Karr, David [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 23 de junio de 2006 15:36
Para: Struts Users Mailing List
Asunto: RE: Mistake of syntax in html:button
The problem is your use of a scriptlet. The scriptlet has
María Tristán [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 23, 2006 12:22 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Mistake of syntax in html:button
>
> Thanks, is ok. I work whith quotation marks and apostrophes
> 'Enviar("<%...
> and
Thanks, is ok. I work whith quotation marks and apostrophes 'Enviar("<%...
and this not work.
-Mensaje original-
De: Miller, Andy [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 22 de junio de 2006 19:47
Para: Struts Users Mailing List
Asunto: RE: Mistake of syntax in html:
ller
IS Designer
Butte College
530.895.2946
-Original Message-
From: José María Tristán [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 22, 2006 8:03 AM
To: 'Struts Users Mailing List'
Subject: RE: Mistake of syntax in html:button
Hello: This is the result of view source:
%>
-Mensaje original-
De: Miller, Andy [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 22 de junio de 2006 16:53
Para: Struts Users Mailing List
Asunto: RE: Mistake of syntax in html:button
What is the value of <%=property%> when the form is generated? i.e., do a
"
[EMAIL PROTECTED]
Sent: Thursday, June 22, 2006 7:48 AM
To: user@struts.apache.org
Subject: Mistake of syntax in html:button
Hello:
This code:
Aceptar
it's show in the window:
Aceptar ")">
Aceptar is a button
Hello:
This code:
Aceptar
it's show in the window:
Aceptar ")">
Aceptar is a button but the next text don't must show.
Thank you very much.
-
To unsubscribe, e-m
html:button is a normal button for which u will have to write an onsubmit
event or onclick event. html:submit will submit the form in which this is
declared.
HTH
Deepa
On 2/2/06, fea jabi <[EMAIL PROTECTED]> wrote:
>
> When to use these html:button and html:submit?
>
> both
When to use these html:button and html:submit?
both have the property attribute.
I am not sure when to use which one. I was using only html:submit until now.
Thanks.
_
Express yourself instantly with MSN Messenger! Download
Definitely true.
When I changed my code to "return
validateCagriAcmaFormu(window.document.cagriAcmaFormu)" instead of "return
validateCagriAcmaFormu(this)" it works fine.
Thank you Amitava.
Erol
[EMAIL PROTECTED] wrote:
Erol,
The problem is not with html:b
Erol,
The problem is not with html:button but with 'this'. 'this' refers to the
object from which the function is called. So in your first case 'this'
refers to the form object whereas in the second case it refers to the
button object.
Amitava Basak
ASE(T)
Tat
Hi all,
In my JSP page, I defined a html:form like this.
...
It works fine and does client-side validation truly.
But when I used to html:button instead of html:submit, it gives an error.
...
Using a html:button tag, how can I do validation
32 matches
Mail list logo