[java ee programming] JSF tags homework

2009-05-07 Thread pxk5249
I am attempting to do the JSF tags homework. My question is, how do I get the selected value assigned to the UserBean? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group.

[java ee programming] Re: problem with project on lab 4918

2009-05-07 Thread Michael Phoenix
Biljana, Thanks! Apparently the index.jsp was not valid html. Hopefully, Sang will correct this. Funny how all that complicated Spring code was perfect, but the project was undone by something as simple as not hving valid html, head, and body tags. Mike On May 7, 3:37 am, Biljana Biljana

[java ee programming] Re: JSF tags homework

2009-05-07 Thread Biljana Biljana
Hello! you have value that point in some UserNumberBean property like newNumber, that property have get and set method,  you need one new numberItems too,or simplier looke what is done in  LAB exersise with birth data, take a good look and that will explain everything to you. Yes you have to

[java ee programming] Re: problem with project on lab 4918

2009-05-07 Thread Michael Phoenix
in the same lesson the project springMVCskeletonInterceptor is showing the exact same behavior when I try to run it. However, the welcome- file tags and index.jsp appear to be valid. On May 7, 11:07 am, Michael Phoenix michaelandrewphoe...@gmail.com wrote: Biljana, Thanks! Apparently the