You need to put '' around all parameters that should be treated as text. Like <ww:textfield label="'Meeting Name:'" name="'name'"/>

Try that.

Jonas


Daly, Stephen P. wrote:


I dl’d WW 2.0 and have it up and running using Resin EE 3.0.6. The problem I am having is with the WW taglib. None of the <ww:> tags are generating.



The <taglib> in the JSP file is correct.



I have it in WEB-INF/lib,



It’s referenced correctly in the web.xml file.



The Resin log shows that it was found and the JSP compiled with out error.



Here’s the JSP code:



<%@ taglib uri="webwork" prefix="ww" %>



<html>

<head>

<title>XU MUX Add Meeting</title>

<style type="text/css">

.errorMessage {

color: red;

}

</head>

<body>

<ww:form action="AddMeetingAction.action" method="post">

<ww:textfield label="Meeting Name:" name="name"/>

</ww:form>



</body>

</html>



Here’s the resulting HTML code:



<html>

<head>

<title>XU MUX Add Meeting</title>

<style type="text/css">

.errorMessage {

color: red;

}

</head>

<body>

<table>

<form

>











<tr>

<td align="right" valign="top">



<span class="label">



</span>

</td>



<td>



<input type="text"

name=""

/>



</td>

</tr>



</form>

</table>



</body>

</html>



I think I’m suffering from a little mental flatulence on this one!



Thanks in advance,



Steve

______________________________

Stephen P. Daly

Director of Technology

Haverstick Consulting, Inc.

10300 Alliance Drive

Suite 105

Cincinnati, OH 45140

O. (513) 826-5736

F. (513) 826-5701

C. (513) 290-3123

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

www.haverstickconsulting.com <http://www.haverstickconsulting.com>



NOTE: This e-mail and any files transmitted with it are confidential and are intended solely for the use of the addressee. If you are not the intended recipient, or a person responsible for delivering this e-mail to the intended recipient, you are hereby notified that you have received this e-mail in error and that any use, dissemination, distribution, forwarding, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify me immediately by replying to this e-mail and deleting it from your computer. Thank you.






------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to