Re: [S2]Checkbox value

2007-12-14 Thread carmi_cd
gt; > here is how i've done it.. > /> > > and here is the exception.. > > Unexpected Exception catched: Error setting expression 'chkUserId' with > value '[Ljava.lang.String;@104496b' > > please help me..thanks in advance.. >

Re: [S2]Checkbox value

2007-12-13 Thread carmi_cd
To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2-Checkbox-value-tp14291211p14330776.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2]Checkbox value

2007-12-13 Thread Laurie Harper
Alberto A. Flores wrote: Yes, you can use tags within tags, ... To clarify: you can use JSP Custom Action tags within arbitrary HTML/XML tags; you *cannot* use JSP Custom Action tags within JSP Custom Action tags. So, And to be pedantic, the above is only true for 'regular' JSP files; for

Re: [S2]Checkbox value

2007-12-13 Thread Alberto A. Flores
Yes, you can use tags within tags, but remember that the quotes are important: (Notice the single quotes with double quotes). I see two things wrong: 1. You are calling a method directly. the %{#userId} approach should do the trick (so long as it is part of your Action) 2. IMHO, I would almo

Re: [S2]Checkbox value

2007-12-13 Thread Johannes Geppert
> type="checkbox" > value=""/> try this version: you can't use tags in tags. Best Regards Johannes Geppert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2]Checkbox value

2007-12-12 Thread carmi_cd
[EMAIL PROTECTED] > Blog: http://clraychen.blogcn.com > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: [S2]Checkbox value

2007-12-12 Thread Ray
carmi_cd 写道: hello i have a checkbox which supposed to have the value of UserId property of the action class I try to do it this way but its having an exception.. here is how i've done it.. /> and here is the exception.. Unexpected Exception catched: Error setting expression 'chkUserId' w

[S2]Checkbox value

2007-12-12 Thread carmi_cd
d' with value '[Ljava.lang.String;@104496b' please help me..thanks in advance.. -- View this message in context: http://www.nabble.com/-S2-Checkbox-value-tp14291211p14291211.html Sent from the Struts - User mailin