Questions tagged [usebean]
46 questions
0
votes
0 answers
How to set and get jsp:useBean ArrayList class in jstl
usually in jsp , one could use an arrayList . I could create one as follows:
but how to set one is abit of a problem. for example, I want to add employee beans to it.

user200188
- 93
- 1
- 9
0
votes
0 answers
passing jsp variable of a $ function() to a java class function as argument: how treat taglib code
I have written an insert function with taglibs in jsp in a $ function () which uses this code for calling it in a java script:
${tf:insertEdge(obj, stateid)}
I know that my code of…

e nahang
- 3
- 1
- 7
0
votes
1 answer
Not getting CatalogEntryDataBeans using CategoryDataBean
I am using a UseBean in my Jsp
then I try to get 'CatalogEntryDataBeans' value using 'category' instance, something like…

Just_another_developer
- 5,737
- 12
- 50
- 83
0
votes
0 answers
Assigning value using setProperty
I have made a JSP page which has . The problem is that, whenever the form is submitted, the value of testName is null in bean and same for timLim.