reset password
Author Message
ashishp
Posts: 3
Posted 18:29 Jul 26, 2015 |

Hello,

Can we use simple HTML elements instead of spring form tags?

cysun
Posts: 2935
Posted 19:12 Jul 26, 2015 |

Yes, but you should learn how to use Spring form tags.

cysun
Posts: 2935
Posted 19:14 Jul 26, 2015 |

Remember the goal of this class is not just writing a web application - you already know how to do that with servlet and JSP. If you don't learn new things, you won't be able to work on more sophisticated projects.

Last edited by cysun at 19:14 Jul 26, 2015.
ashishp
Posts: 3
Posted 20:47 Jul 26, 2015 |

thanks for the reply dr sun.

Please let me know how to add multiple degrees dynamically as it looks java script does not support for adding spring form tags.

cysun
Posts: 2935
Posted 20:58 Jul 26, 2015 |

You need to figure that out.