Hi everyone..
I tried to send my homework exercise to j2eehomewo...@sun.com as
instructed but I kept on received message from Internet Mail Delivery
that message cannot be delivered to the following recipients. Anyone
face the same problem? Thanks!!
--
You received this message because you are s
Hi,
In the Wicket technology generally saying you have logic business included in Java class and presentation layer in corresponding html file (markup).
The main advantage of this technology is that presentational and business layers are completely separated.
In my opinion Wicket is much nicer t
Hi Naveen :
Well after browsing around your code, i don't like :
class="textboxInput" id="payee1"
> size="25"
> value="Enter first few letters"/>
What is this ?
thx
bb
On Wed, Mar 3, 2010 at 4:00 PM, navS wrote:
> sure,
>
> code starts from here.
>
sure,
code starts from here.
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic"; prefix="logic"%>
<%@ tagli