腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
0
回答
如何
通过
h
:
commandbutton
actionListener
传递
对象
和
ActionEvent
?
我可以
通过
<
h
:
commandButton
...
actionListener
="#{something.clicked}" ...>将
ActionEvent
从JSF页面向下
传递
到void clicked(
ActionEvent
event)方法。我还可以
通过
<
h
:
commandButton
...
actionListener
="#{somethi
浏览 4
提问于2017-12-08
得票数 0
1
回答
JSF ->为两个动作按钮使用一个动作侦听器
我已经创建了一个
ActionListener
实现类。在这个类中,我希望根据按钮的值执行两种不同操作中的一种。应该编写哪些代码来检索
ActionListener
实现类中按钮的值,以及
如何
定义两个按钮以确保使用相同的动作侦听器
浏览 4
提问于2015-08-21
得票数 1
回答已采纳
1
回答
我的
actionListener
被忽略了
我有一个jsf页面,其中有以下表单: </
h
:
commandButton
> < f:
actionListener
bin
浏览 0
提问于2017-02-23
得票数 0
1
回答
在onclick事件后将
h
:outputLink的值
传递
给JSF
、
、
、
在onclick事件之后,我需要在
h
:outputLink上向JSF
传递
一个整数。重要:我不能使用f:param将值作为请求参数
传递
到导航页面,因为我正在防止默认的
h
:outputlink的onclick行为。在JSF2.0中使用Primefaces 3.0M3快照 <
h
:outputLink id="#{item.id}" value="/itemDetails.xhtml" class=为此,单击元素的
h
:ou
浏览 1
提问于2011-08-27
得票数 1
回答已采纳
4
回答
用自定义JSF事件处理程序拦截异常
、
、
有没有办法在JSF中创建自定义的
ActionListener
类,以便在使用自己的
ActionListener
类按命令按钮时拦截异常firstpage.jsp <head> </head> <
h
:form> <
h
:<e
浏览 6
提问于2009-01-21
得票数 1
2
回答
JSF2.0复合组件
actionListener
、
、
该组件完美地显示了所有内容,但在尝试添加
actionListener
时却完全不起作用。> <
h
:
commandButton
id="saveEvent" value="Save"></
h
:
commandButton
>
浏览 1
提问于2011-12-08
得票数 5
3
回答
EL可以调用公共接口的非公共实现者吗?
、
public Handler getHandler(){ public void handle(
ActionEvent
e){...} }} void handle(
ActionEvent
e);xhtml: <
h
:
commandButton
...
actionListener
="#{myBean.handler.hand
浏览 0
提问于2012-11-15
得票数 1
回答已采纳
2
回答
未成功地将参数从primefaces页发送到java bean类
、
、
、
我想将一个
对象
作为参数从.xhtml页面发送给一个Java类。dataGrid: <
h
:panelGrid> <
h
:
commandButton
value="Cancel"
actionListener</
浏览 0
提问于2014-05-25
得票数 0
回答已采纳
3
回答
JSF托管bean
、
、
、
大家好,我有一个托管bean,它有一个属性花串
和
一个属性列表花束但是当我单击按钮时,jsf似乎没有调用属性的set
浏览 2
提问于2011-01-14
得票数 1
3
回答
commandLink不会调用操作侦听器,但
commandButton
工作得很好
、
我想
通过
一个来自Facelets的链接调用一个方法:<
h
:
commandButton
value="A"
actionListener
="#{customerData.searchedCustomerListA}" /> <
h
:commandLink value="A"
actionListener
="#{customerData.searchedCust
浏览 5
提问于2013-03-14
得票数 9
1
回答
将
actionListener
方法
传递
给组件内的
commandButton
、
、
)" /><composite:implementation> <p:
commandButton
点击这个按钮,我想
传递
一个
对象
(不是简单的字符串!对于字符串,我只需要使用action="..."并
通过
f:param
传递
它)。对于
actionListener
方法,我<em
浏览 2
提问于2012-04-27
得票数 0
回答已采纳
1
回答
如何
使用备份bean中的更新信息更新dataTable中的特定行
、
、
、
、
我需要您的帮助,只更新dataTable中的特定行值,而不是当用户单击“更新”
commandButton
时具有特定值的整个dataTable。selectionMode="multiple"/> <
h
:id="updateCmd" title="Update"
浏览 6
提问于2016-05-13
得票数 0
回答已采纳
1
回答
未显示Primefaces对话框框架
、
、
.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> xmlns:
h
=core" xmlns:p="http://
浏览 2
提问于2014-10-21
得票数 0
1
回答
方法总是在任何其他方法之前工作
我想要使用查询字符串中的参数来获取数据库实体,如果我使用请求作用域bean,则在postconstruct方法中执行此操作,一切正常,但当我需要会话bean时
浏览 2
提问于2011-03-14
得票数 0
回答已采纳
2
回答
将参数
传递
给函数JSF
、
、
大家好,我需要
传递
一些参数给
actionListener
,这是我的代码<
h
:form>
浏览 5
提问于2013-04-18
得票数 0
1
回答
在
ActionListener
中访问HttpServletRequest
、
、
、
我有一个JSF按钮的
ActionListener
,如下所示:</
浏览 2
提问于2012-12-31
得票数 0
回答已采纳
1
回答
JSF核心标签:setPropertyActionListener vs attribute vs param
setPropertyActionListener与attribute
和
param之间的区别是什么 何时使用setPropertyActionListener
浏览 0
提问于2013-01-23
得票数 13
回答已采纳
1
回答
PrimeFaces
commandButton
不导航
、
:"></
h
:outputText> <p:
commandButton
value="ajouter"
actionListe
浏览 2
提问于2013-06-03
得票数 0
2
回答
<
h
:
commandButton
>未触发操作方法
、
我有一个嵌套的<
h
:form>,在最内部的<
h
:form>中,我有一个这样的<
h
:
commandButton
>, /
浏览 1
提问于2013-05-10
得票数 0
2
回答
JSF在单击按钮时动态添加textfields
、
、
我编写了以下代码,以便在底部有一个文本字段,然后是一个add按钮
和
一个保存按钮。我希望第一个textfield
和
add按钮是固定的,但是每当用户在add按钮上运行时,一个文本字段就会被添加到当前的textfield下面,add按钮
和
save按钮就会被关闭。value="#{item.news}" size="100" /><br/> </
h</e
浏览 0
提问于2013-05-19
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
如何使用Swing中的按钮控件?
前端Vue.js框架下原生App与H5页面交互的数据传递与方法调用
详解jQuery 一
C/OS-III 学习笔记(9)
Hybrid App技术解析-原理篇
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券