This week's book giveaway is in the
General Computing
forum.
We're giving away four copies of
Arduino in Action
and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
s:textfield tag problem generation
Luis Parente
Ranch Hand
Joined: Jan 17, 2012
Posts: 38
posted
Jan 17, 2012 02:07:03
0
Hello everybody,
I have a textfield tag defined as follows:
<s:textfield name="identifiant" label="Identifiant" labelposition="top" cssClass="input" cssErrorClass="inputerreur" tooltip="Saisissez votre identifiant" tooltipConfig="#{'tooltipDelay':'500','tooltipIcon':'/images/aide.jpg'}"/>
All goes well except that when generating the tag I get the following code:
<label class="label" for="ValiderAjouter_Client_identifiant"> Identifiant: <img title="Saisissez votre identifiant" src="/exemple04/images/aide.jpg"> alt="Saisissez votre identifiant" </label>
I have tried of a lot ways as in the follows exemples in the page:
http://struts.apache.org/2.0.11.1/st...ts/UIBean.html
I have an example in image
Thank you in advance.
struts2.JPG
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: s:textfield tag problem generation
Similar Threads
unable to get next form
how to design a form for a real life application
JSP's Java retrieve variable from Action class
How to use <s:if> tag in another Struts2 tag
problem with server relative paths for images
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter