Tagged Questions
The beehive tag has no wiki summary.
5
votes
1answer
1k views
How to submit different form actions in BeeHive based on netui:select change events?
I'm using Apache BeeHive. My JSP contains a form (<netui:form>) with a dropdown box (<netui:select>) and a submit button (<netui:button>). When the submit button is pressed, the ...
2
votes
1answer
348 views
Apache beehive and localizing default pager for DataGrid
I am trying to localize strings created by Apache Beehive and netui default pager.
I'd like to translate language of this output.
Page 1 of 3 First / Previous Next / Last
My .jsp code looks ...
0
votes
1answer
72 views
How to use if clause inside a netui data repeater
I'm looking for method to inject value into a <c:if test>. The code below works if I substitute
<% out.print(request.getSession().getAttribute("UserName").toString()); %>
with some ...
0
votes
0answers
36 views
JPF Email validation
I need to email validation logic of what JPF(Java Page Flow) is using in the beehive-netui-core.
JPF is using in-build email validation, same logic alone I need to implement it in my java.
Thanks in ...
0
votes
1answer
208 views
Weblogic Workshop 9.2: _pageflow directory is not generated
At some point our WebLogic's Portal web project in Workshop stopped generating the WEB-INF/classes/_pageflow directory and all files in that. There are no visible changes in the project structure, but ...