Hi friends,
I am trying to implement a factory design pattern.I'm quite confused on how to put it down here.Let me try.I have certain html option containing values like example--->
[HTML]<html:select property="branc h" size="1">
<html:option value="Californ ia"></html:option>
<html:option value="New York"></html:option>
and so on....
[/HTML]
the option value here is lage.so ive been told to implement the factory pattern.I've been searching on google on how to do this,but found no help.I dont know how to start with this n im lost now completely.Can anyone please help me on how to implement the factory pattern with respect to html option values?Any input from you will be helpful and appreciated.... Awaiting your response.
regards,
ajos
I am trying to implement a factory design pattern.I'm quite confused on how to put it down here.Let me try.I have certain html option containing values like example--->
[HTML]<html:select property="branc h" size="1">
<html:option value="Californ ia"></html:option>
<html:option value="New York"></html:option>
and so on....
[/HTML]
the option value here is lage.so ive been told to implement the factory pattern.I've been searching on google on how to do this,but found no help.I dont know how to start with this n im lost now completely.Can anyone please help me on how to implement the factory pattern with respect to html option values?Any input from you will be helpful and appreciated.... Awaiting your response.
regards,
ajos
Comment