aspose file tools
The moose likes JSP and the fly likes How absurd about JSTL, jsp:usebean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

How absurd about JSTL, jsp:usebean

Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
If the datatype of a property is boolean then Eclipse generate a getter for that property like,



Although, it wouldn't be recognized in JSTL, or jsp:usebean tag. We must keep it like below.



What eclipse is doing is rational but why JSTL or jsp:usebean are not smart enough to work with that. I have come across a thread discussing the same problem lately.

[Edited]

Well, here is the thread.

Correct me if I'm wrong.
[ August 03, 2005: Message edited by: Adeel Ansari ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Further investigation into that matter -- whose results have been reported in that thread -- reveals that the situation is more subtle than that.

I'm going to close this topic so that any discussion of the JavaBean pattern under investigation can continue in the original topic.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How absurd about JSTL, jsp:usebean
 
Similar Threads
jsp:useBean
problem on c:set
Passing redirect from bean class to JSP
jsp:setProperty is ignored !
How to use OR condition in Logic Tags