<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html;charset=ISO-8859-15">
  <title></title>
</head>
<body>
<br>
<pre>Hello Albatross Gurus,

After doing some web-research I have come to the conclusion that what 
I'm trying to do is a waste of time, but just in case you guys have some 
insight, here is my problem:

I have a macro containing form elements, such as:

<al-macro name="form_text">
<input type="text" name="<al-usearg value='name'>">
</al-macro>

but if it's just a normal input type it won't populate form information 
automatically, so I swapped it to be an al-input:

<al-macro name="form_text">
<al-input type="text" nameexpr="name">
</al-macro>

This meant I had to remove the nested al- tags which means it's now 
looking for a regular variable called "name" in my macro.

(though this threw me for a loop:
<a class="moz-txt-link-freetext" href="http://www.object-craft.com.au/pipermail/albatross-users/2003-August/000834.html">http://www.object-craft.com.au/pipermail/albatross-users/2003-August/000834.html</a> 

unfortunately it didn't work... )

So what I'm wondering is if there's a way to access the usearg variables 
in a non-tag syntax. Such as: 

<al-macro name="form_text">
<al-input type="text" nameexpr="_usearg['name']">
</al-macro>

Or... if there is any other way to do this....

Thanks!


Gabriel.



</pre>
<br>
<div class="moz-signature">-- <br>
<font color="#999999">__________________________________ </font>
<p> <a href="mailto:gabriel.cooper@mediapulse.com"
 style="text-decoration: none;" class="address"><font color="#000000"
 font="" face="Myriad Pro, Arial, Helvetica, sans-serif" size="2"><b>gabriel.cooper</b></font><font
 face="Myriad Pro, Arial, Helvetica, sans-serif" size="2"
 color="#808080">@mediapulse.com</font></a><br>
<font face="Myriad Pro, Arial, Helvetica, sans-serif" size="2"
 color="#808080"> internet developer<br>
865.675.4455 x32<br>
800.380.4514</font> </p>
<p><a href="http://www.mediapulse.com/" style="text-decoration: none;"
 class="address"><font face="Myriad Pro, Arial, Helvetica, sans-serif"
 size="2" color="#a51c1e">www.mediapulse.com</font></a><br>
<font color="#999999">__________________________________</font></p>
</div>
</body>
</html>