Re: How do you call a listener method in wml?

2007-02-13 Thread Numa Schmeder

Well you can do that, but if you want to send to a custom link,
I would do :


   


Numa
Le 14 févr. 07 à 08:12, Cesar Saenz a écrit :


Thanks for the quick reply
What about if I want to do something like this

   
but in wml notice how I can call the doVideo listener and pass it a
video.url is there somthing similar in wml?
Thanks


On 2/13/07, Numa Schmeder <[EMAIL PROTECTED]> wrote:


Nearly the same way as with HTML:

Something like this:

  
 My field :
  
  

  

 
Send
 

Le 14 févr. 07 à 08:00, Cesar Saenz a écrit :

> How do you call a listener method in wml, one that requires
> paramerters?
>
> Thanks
> cesar


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do you call a listener method in wml?

2007-02-13 Thread Cesar Saenz

Thanks for the quick reply
What about if I want to do something like this

   
but in wml notice how I can call the doVideo listener and pass it a
video.url is there somthing similar in wml?
Thanks


On 2/13/07, Numa Schmeder <[EMAIL PROTECTED]> wrote:


Nearly the same way as with HTML:

Something like this:

  
 My field :
  
  

  

 
Send
 

Le 14 févr. 07 à 08:00, Cesar Saenz a écrit :

> How do you call a listener method in wml, one that requires
> paramerters?
>
> Thanks
> cesar


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How do you call a listener method in wml?

2007-02-13 Thread Numa Schmeder

Nearly the same way as with HTML:

Something like this:

 
My field :
 value="ognl:fvalue" name="valueInput" size="10" emptyok="false"  
format="*M"/>

 

 
		listener="ognl:listeners.submit">
value="ognl:flightNb" name="ognl:components.valueInput.name" />

Send


Le 14 févr. 07 à 08:00, Cesar Saenz a écrit :

How do you call a listener method in wml, one that requires  
paramerters?


Thanks
cesar



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]