Hi,
The selected option's value can be retrieved via the property attribute in
tag . Is there a way to retrieve the selected option's label
via tag or tag?
Thanks.
--
View this message in context:
http://old.nabble.com/s1%3A-%3Chtml%3Aselect...-%3E-and-its-selected-option%27s-label-tp276630
Hi,
I have a Java class as a model which has a method taking a MessageResources
as a parameter and returning a String loaded from a properties file using
the MessageResources. The model is created in Action.execute(). The project
can be compiled but when running it, we get java.lang.NoClassDefFou
Thanks Dave. I'll take your suggestions and re-consider how to do it.
newton.dave wrote:
>
>> It's worth an effort as a web page quite possibly won't work
>> properly if its query string is longer than 255 characters.
>
> It's not that I don't understand the problem, I just don't see it being
Thanks Dave for your quick response.
It's worth an effort as a web page quite possibly won't work properly if its
query string is longer than 255 characters.
JavaScript can achieve it but it's not a good choice because clients may
diable it.
Struts 1 render "name" attribute of text field from t
Hi,
My html form uses "get" method to send data to server to do a search.
City:
...
So in the result page, the url will be .../searchresult.do?city=
Since the form contains many fields and some fields' values are pretty long,
I plan to use one letter to name eac
Hi,
http://struts.sourceforge.net/saif/index.html SAIF says it only supports
struts 1.1 but in its requirements section it says it requires struts 1.1 or
greater. I tried using it in struts 1.3.5 but failed. Has anyone use the
plugin in struts 1.3.5?
I'm using struts 1.3.5. Is there any other i
ader in eclipse?
Thanks.
Mead Lai wrote:
>
> Do you create an object In the struts Action?
> or others, i.e formBean?
>
> On Wed, Nov 19, 2008 at 1:16 AM, farmer2008 <[EMAIL PROTECTED]> wrote:
>
>>
>> In my project with struts 1.3.5, Class object can onl
In my project with struts 1.3.5, Class object can only be created via
anInstance.getClass(). If I use Class.forName(...) or .class, I get
java.lang.NoClassDefFoundError: . Is it a struts issue? Is there
a way we still can use .class syntax to get a Class object?
Thanks.
--
View this message in c
Struts 1.3.5 stores Locale under Globals.LOCALE_KEY in session scope. Since
the key contains dot ., it's not working using
${sessionScope.Globals.LOCALE_KEY}. If we want to access current Locale in
view, what way should we take except using <%= session.getAttribute(...)%>?
Thanks.
--
View this m
Hi all,
I'm learning validator framework in struts 1.3.5. My first page contains a
required field and
now I'm facing a problem. Before the page is rendered, it fails to pass the
validation so it always displays an error message. How to tell struts 1 to
give user a chance to input data before i
10 matches
Mail list logo