Questions tagged [netui]
10 questions
8
votes
1 answer
Different form actions based on select change events
I'm using Apache BeeHive. My JSP contains a form () with a dropdown box () and a submit button (). When the submit button is pressed, the form's default action ("doAction1) will be submitted. I want a…

Bill.D
- 166
- 3
- 5
2
votes
1 answer
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 something like this

Juha Syrjälä
- 33,425
- 31
- 131
- 183
1
vote
1 answer
How to use if clause inside a netui data repeater
I'm looking for method to inject value into a . The code below works if I substitute
<% out.print(request.getSession().getAttribute("UserName").toString()); %>
with some constants. But how can I parse a value in <%%> tag into a

You Qi
- 8,353
- 8
- 50
- 68
1
vote
1 answer
After creating an array of anchors using netui repeater how do I call a method which will take the anchor id and execute a query
Initially I load the result of a query(select * from table_name) in a pageflow variable a. The query returns an array, now for each object returned in the array I added anchors using netui-data repeater. I kept an anchor to delete the object from…

Hrishikesh Thakkar
- 71
- 1
- 7
1
vote
0 answers
Create new custom tag from netui select tag
For example, I have this code:
enter code here
red
green

user2353694
- 11
- 3
0
votes
0 answers
I am not able to receive file in my jsf controller from dropzone js
I am working on Oracle Weblogic server and using JSF with netui.
I need to implement drag and drop for file uploade, but when I drag or drop file it is not available in my jsf controller, formbean is always null.

Naveen Kumar
- 273
- 2
- 5
- 14
0
votes
1 answer
Migration of Weblogic Portal with NetUIX from bea weblogic server to JBoss
I am having a project where we want to migrate from WebLogic Server to JBoss.
The project is WebPortal Build using Beehive and NetUI, NetUIX xml portal/portlets.
Is it possible to migrate those directly to Jboss with very limited changes to view…

Amit Kshirsagar
- 9
- 2
0
votes
1 answer
NetUI select adds zero select option
I have following code:
Not my stuff
My stuff

MeIr
- 7,236
- 6
- 47
- 80
0
votes
1 answer
What is the difference between Apache NetUI and Struts?
What is the difference between JPF (Apache netUI) and Struts? When should I use JPF in web applications? What are the pros and cons about JPF?

tech2504
- 947
- 4
- 19
- 34
0
votes
2 answers
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 and I want to add the container item data to an…

Rich
- 27