SID-00348: Render Form Plugin Fieldmarker
| Status: |
Answered |
TWiki version: |
4.2.4 |
Perl version: |
5.8.8 |
| Category: |
RenderFormPlugin |
Server OS: |
Windows 2003 Server |
Last update: |
16 years ago |
I've got render form plugin installed and it works fine. I tried to use an layout which contains the below contect
%STARTRENDERFORMLAYOUT%
| *@TOPIC@@SWITCH@ / @FORM@*||
| User Name%RED%*%ENDCOLOR% | @Username@ |
| Location | @Location@ |
| %RED%*%ENDCOLOR% indicates mandatory fields||
@SUBMIT@
%STOPRENDERFORMLAYOUT%
and then I call up this layout life
%RENDERFORM{"NewForm" layout="NewFormLayout" }%
my NewForm contains
| Name |
Type |
Size |
Values |
Tooltip message |
Attributes |
| <nop>Serial Number |
text |
45 |
|
|
|
| <nop>Username |
text |
45 |
|
|
|
| <nop>Location |
select |
1 |
,Design Office,Assembly,Production,Purchasing,EDV,Administration,External,Sales,Projects,Shipping,Accounting |
|
|
| <nop>Purchase Date |
date |
20 |
|
|
|
| <nop>Device Age |
text |
45 |
|
|
|
| <nop>Vaue |
text |
45 |
|
|
|
| <nop>Description |
text |
45 |
|
|
|
| <nop>Serial Number1 |
text |
45 |
|
|
|
the @<fieldname>@ never gets expanded...
Is there something that Im missing???
--
RajeshN - 2009-06-03
Discussion and Answer
Im sorry... this was my mistake...
I removed <nop> from the
NewForm... then it worked....
--
RajeshN - 2009-06-04
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Topic revision: r2 - 2009-06-04
- RajeshN