aspose file tools
The moose likes JSP and the fly likes jsp:getProperty gives null Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp:getProperty gives null" Watch "jsp:getProperty gives null" New topic
Author

jsp:getProperty gives null

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 690
I created bean class in my package.


how i set the values for bean class using jsp setproperty
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 690
but still it gives null

Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

the useBean instance is different . give the id attribute name as same name
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 690
I change it as below.then it says " duplicate local variable name mybean "

Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575



if you want to get the value just use <jsp:getProperty name="mybean" property="name"/> . no need to create the same bean again.

it is like below.which will cause compile time error.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: jsp:getProperty gives null
 
Similar Threads
Exception in thread "main" org.springframework.beans.factory.BeanCreationException:
Error setting the expression with value [Ljava.lang.String;@1d05b0a
cannot find symbol
complex data type in axis 2 web service
request time expression