Why I can't send my email to this address: user@struts.apache.org?

2011-12-29 Thread 怪侠
I can send my email several hours ago.But now, I can't. Why? Could anyone tell me the reason?

Re: How can I write a custom tag?

2011-12-29 Thread 王科选
On 12/30/2011 3:04 PM, 怪侠 wrote: Because the common tag are not enough for my application, I want to make some custom tag, like. Could anyone tell me the step? Or give me a link? I think you can define custom tag in jsp , search with google and you will find a lot result.

How can I write a custom tag?

2011-12-29 Thread 怪侠
Because the common tag are not enough for my application, I want to make some custom tag, like . Could anyone tell me the step? Or give me a link?

using ajax to populate select box

2011-12-29 Thread sunitha
Hi all, I am having two select boxes in my jsp page. I need to populate second select box depending upon the value selected in first select box. I am able to do this. But the problem is i am not getting the value selected in the second select box in the action class. i have provided getters and set

Re: Multiple Message Resources Files

2011-12-29 Thread Maithily
Here's a simpler explanation of the scenario - I have the following properties files in classes folder : - file_a.properties - file_b.properties - file_c.properties - file_d.properties and the following struts config files along with the message-resources tags pointing to properties : - a_confi