Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
37 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
2answers
303 views

Can anyone help with this (Javascript arrays)?

Hi I am new to Netui and Javascript so go easy on me please. I have a form that is populated with container.item data retuned from a database. I am adding a checkbox beside each repeater item returned ...