There??™s a known problem with JSP pages that use Dreamweaver??™s Delete Record server behavior
when they run on Apache??™s Jakarta Tomcat application server. The problem arises from the
use of a redirect page. As a workaround, place all dynamic data on the deleted page within a Show Region If
Recordset is Not Empty server behavior. By doing so, you??™ll allow Jakarta to link properly to the redirect
page without generating an error.
Inserting Variables
Variables are essential to any programming; and various variables are available depending on the server
model. Although all setting of variables in Dreamweaver must be done by hand or using a custom server
behavior, Dreamweaver provides a method for reading or displaying almost every kind of variable.
CAUTION CAUTION
TIP TIP
753
Crafting Multiple-Page Applications 23
All variables are made available through the Add list of the Bindings panel. After a variable has been added as
a data source, it can be dragged and dropped anywhere on the page or included via the Insert button. Which
variables are available depends upon the server model. The vast majority of dialog boxes for variables are single
entry fields, requesting the name of the specific variable, like the one shown in Figure 23-19.
FIGURE 23-19
After you establish a variable, it is made available for use in the Bindings panel.
Pages:
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310