0

How can I get Doublebox component value in zk ?

asked 2014-04-24 12:40:19 +0800

sitansu gravatar image sitansu
2254 13
http://java91.blogspot.in...

updated 2014-04-24 13:05:13 +0800

Hi there,

I have an issue related doublebox for Bigdecimal value.

Here's screenshot of component debug Inspect value.

image description

I try just like this:

public Object demo(Component comp) {
 comp.getAttribute("_value");
}

Its return null.I want component value show in the screenshot.

Thanks

Sitansu

delete flag offensive retag edit

Comments

    Doublebox doublebox = new Doublebox();
    doublebox.doubleValue();
IngoB ( 2014-04-24 12:58:34 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-29 09:42:21 +0800

sitansu gravatar image sitansu
2254 13
http://java91.blogspot.in...

updated 2014-04-29 12:47:13 +0800

I resolved this issue:

public Object demo(Component comp) {
InputElement elRawValue=(InputElement)comp;
 return elRawValue.getRawValue()
}
link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-04-24 12:40:19 +0800

Seen: 17 times

Last updated: Apr 29 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More