<div jwcid="loginDialog" bgColor="white" bgOpacity="0.5">
<div jwcid="[EMAIL PROTECTED]:DecoFrame"
borders="ognl:{28,28,28,28}"
backgroundImage="asset:loginFrame"
className="loginframe">
<form jwcid="[EMAIL PROTECTED]:AjaxForm"
class="dialog"
listener="listener:doLogin"
updateComponents="ognl:{'loginframe'}">
<fieldset>
<legend>
Login
</legend>
<p>
<span jwcid="@Insert" value="message:enter.login"> Enter your username/password to login. </span>
</p>
<table cellpadding="0" cellspacing="0" style="width: 100%;">
<span jwcid="[EMAIL PROTECTED] :RowTextField" label="message:username" validators="ognl:{beans.required}" textValue="ognl:username">first name</span>
<span jwcid="[EMAIL PROTECTED] :RowTextField" label="message:password" validators="ognl:{beans.required}" textValue="ognl:password" hidden="ognl:true">first name</span>
</table>
<div class="formButtons" style="margin-top: 3px;">
<input jwcid="[EMAIL PROTECTED]" value="message:ok" />
<input jwcid="[EMAIL PROTECTED]" value="message:cancel" false;"/>
</div>
</fieldset>
<div jwcid="@If" condition="ognl:exceptionFormMessage">
<code class="exception"><span jwcid="@Insert" value="ognl:exceptionFormMessage">Exception</span></code>
</div>
<div jwcid="@If" condition="ognl:(!exceptionFormMessage) && (loginSuccessefull)">
<script type="text/_javascript_">
window.location.reload();
</script>
</div>
</form>
</div>
</div>
Bye,
kiuma
On 11/7/06, Ken nashua <[EMAIL PROTECTED]> wrote:
Andy,
Can you offer a sample of an extended dialog sample?
_________________________________________________________________
Find a local pizza place, music store, museum and moreā¦then map the best
route! http://local.live.com?FORM=MGA001
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
