Skip to main content
August 12, 2009
Question

[Locked] I have q question about stickys?

  • August 12, 2009
  • 1 reply
  • 529 views

Hi everyone,

I have a question about stickys.

I have created two new server behaviors; sticky text field and sticky edit field.

When I apply the sticky edit field; a notice pops up saying the server behaviors panel can't tell the difference between them and then adds them both in the server behaviors panel, in Dreamweaver CS3.

I have looked at my code I don't think both of them are being applied.

This is the server behavior (sticky edit field) applied to my code:

<td><input value="<?php if (isset($_POST['first_name'])) {echo htmlentities($_POST['first_name']);} else {echo htmlentities($row_getCustomer['first_name']);} ?>" type="text" name="first_name" size="32" /></td>

This is the server behavior (sticky text field):

<?php if (isset($_POST['first_name'])) {echo htmlentities($_POST['first_name']);}

Does it matter if they both show up in the server behaviors panel?

If it does, can I delete the one I don't want with the minus button?

Or do I need to go back and edit the server behaviors?

Thanks

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
August 17, 2009

Answered here.

Locking this duplicate thread.