Re: Understand usage of tag inside

2025-02-20 Thread Lukasz Lenart
I would use just "name" as well but I didn't check which options is faster in accessing ValueStack, yet it shouldn't matter IMHO śr., 19 lut 2025 o 12:35 M Huzaifah napisał(a): > > Hii, > > I prefered use the second one. Just use "name" > > Regards > > On Wed, Feb 19, 2025, 5:25 PM Murali Challa

Re: Understand usage of tag inside

2025-02-19 Thread M Huzaifah
Hii, I prefered use the second one. Just use "name" Regards On Wed, Feb 19, 2025, 5:25 PM Murali Challa wrote: > Hi, > > Can someone suggest among below which is best/preferred way of using > tag with in . > > > > >//getting value using var.name >// getting value directly using name

Understand usage of tag inside

2025-02-19 Thread Murali Challa
Hi, Can someone suggest among below which is best/preferred way of using tag with in . //getting value using var.name // getting value directly using name Both are working but just wanted to know which is more preferred to use.

Re: usage of ${...}

2013-01-15 Thread fusillator
Il 15/01/2013 18:47, Dave Newton ha scritto: On Tue, Jan 15, 2013 at 12:40 PM, fusillator wrote: Isn't ${} evaluated as an expression language expression? Yes, but the S2 request wrapper will check the value stack first, before checking the normal JEE scopes. Dave Thanks again. I appreciat

Re: usage of ${...}

2013-01-15 Thread Dave Newton
On Tue, Jan 15, 2013 at 12:40 PM, fusillator wrote: > Isn't ${} evaluated as an expression language expression? Yes, but the S2 request wrapper will check the value stack first, before checking the normal JEE scopes. Dave

Re: usage of ${...}

2013-01-15 Thread fusillator
Il 15/01/2013 17:17, Taner Diler ha scritto: Hi, I'm beginner on struts 2. I want to display object properties by using ${...} in s:iterator tag. But It's not being rendered and ${name} displaying. Is there any configuration that I missed? *list.jsp* <%@ page contentType="text/html;charset=UTF

Re: usage of ${...}

2013-01-15 Thread Eric Lentz
It appears that the relevant portion of your code example is this: -${id}"> #user.id gives you the id, right? Do you want it twice? You also have Did you put "request" into the context? The typical pattern would be to have "users" on the ValueStack by way of your action class which has a privat

Re: Usage of ActionProxy Class

2011-02-07 Thread Nuwan Arambage
I have seen it but I forget to read the explanation mentioned below the image. Now I have got the point what ActionProxy class suppose to do and how it interacts with ActionInvocation to provide the execution environment. Cheers !! :) On Mon, Feb 7, 2011 at 2:27 PM, Maurizio Cucchiara wrote: > M

Re: Usage of ActionProxy Class

2011-02-07 Thread Maurizio Cucchiara
Maybe a big picture of general idea give you the right answer. Have you ever seen this [1]? [1] https://cwiki.apache.org/confluence/display/WW/Big+Picture On 7 February 2011 08:51, Brajesh Patel wrote: > nothing is stupid because you have question so you are asking and after > answer of this que

Re: Usage of ActionProxy Class

2011-02-06 Thread Brajesh Patel
nothing is stupid because you have question so you are asking and after answer of this question you will resolve you doubt. thanks and regards Brajesh On Mon, Feb 7, 2011 at 11:34 AM, Nuwan Arambage wrote: > Hi this might be the stupid question but I hope that this is right > place to ask this

Re: Usage of ActionProxy Class

2011-02-06 Thread Nuwan Arambage
Hi this might be the stupid question but I hope that this is right place to ask this question... thanks On Mon, Feb 7, 2011 at 10:37 AM, Nuwan Arambage wrote: > Hi all, >  why they add ActionProxy class to their architecture. What are the > uses of ActionProxy class ? > What is the purpose of th

Usage of ActionProxy Class

2011-02-06 Thread Nuwan Arambage
Hi all, why they add ActionProxy class to their architecture. What are the uses of ActionProxy class ? What is the purpose of the ActionProxy ? Thanks & Regards, Nuwan Arambage --  Fail again. Fail better With Regards , Nuwan  Arambage -

AW: AW: Question about Usage of Tasks

2010-09-03 Thread Tim Dellas
e, a dirty hack. I'd love the struts2 people to include a setter of some kind to manually define your appContext, that would solve all these problems. Best regards, Tim -Ursprüngliche Nachricht- Von: Daniel Rindt [mailto:dri...@visetics.com] Gesendet: Freitag, 3. September 2010

Re: AW: Question about Usage of Tasks

2010-09-03 Thread Daniel Rindt
Am Freitag, den 03.09.2010, 10:24 +0200 schrieb Tim Dellas: > Use the includeContext="false" attribute like so: > Thank you Tim, that is working. But i run in a different problem now. Local Debugging is done here with Tomcat 5.5 in Eclipse. So there the Context is needed. On the Production Machin

AW: Question about Usage of Tasks

2010-09-03 Thread Tim Dellas
Use the includeContext="false" attribute like so: -Ursprüngliche Nachricht- Von: Daniel Rindt [mailto:dri...@visetics.com] Gesendet: Freitag, 3. September 2010 09:36 An: user@struts.apache.org Betreff: Question about Usage of Tasks Hello, the Tag prefixes all used URL&

Question about Usage of Tasks

2010-09-03 Thread Daniel Rindt
Hello, the Tag prefixes all used URL's with the Application Name. This is in my case not wanted, so i am looking for a Solution to avoid the Prefixing. Thanks in Advance Daniel signature.asc Description: This is a digitally signed message part

Re: Correct usage of datetimepicker?

2008-09-23 Thread MyAshok
gt; >> >> >>> >> >> The only way how I can get it to work is to use strings and parse >>> the >>> >> >> date myself in the action class. But like this, no validation is >>> done >>> >> at >>> >> >

Re: [S2] Avoiding usage of struts-tags

2008-09-17 Thread Andreas Mähler
Hello! Jeromy Evans schrieb: I didn't even know s:colgroup existed. Whoops ;-) s:optgroup is what I meant It's 3 in the morning here in GER and I am still working at my diploma thesis... should go to sleep now :-) Thanx for the hints, ~Andreas ---

Re: [S2] Avoiding usage of struts-tags

2008-09-17 Thread Jeromy Evans
Andreas Mähler wrote: I've already tried that, but I don't know Freemaker yet and I don't even like the code that is generated by the simple theme. (e.g: it was my intention to write a 100% JavaScript-free webinterface) I also think that the interface is quirky and not as straightforward as

Re: [S2] Avoiding usage of struts-tags

2008-09-17 Thread Andreas Mähler
Thank you for your quick answer, Jeromy! Jeromy Evans schrieb: do you know if the "communication" between the S2 Action and the struts-tags is standardised? Or am I opening a black box if I replace sth. like rows="6"/> with a VanillaHTML+JSTL version like rows="6">${object.description} ?

Re: [S2] Avoiding usage of struts-tags

2008-09-17 Thread Jeromy Evans
Andreas Mähler wrote: Hello Everyone, do you know if the "communication" between the S2 Action and the struts-tags is standardised? Or am I opening a black box if I replace sth. like rows="6"/> with a VanillaHTML+JSTL version like rows="6">${object.description} ? This approach is okay

[S2] Avoiding usage of struts-tags

2008-09-17 Thread Andreas Mähler
Hello Everyone, do you know if the "communication" between the S2 Action and the struts-tags is standardised? Or am I opening a black box if I replace sth. like with a VanillaHTML+JSTL version like rows="6">${object.description} ? It is currently working; but can I rely on it? Do you k

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-08-11 Thread ravi_eze
I wanted to try out > > i tried out this way: > > < s:bean name="com.company.framework.Constants" id="C" > > < s:property value="#C.POKER_TOTAL_DEPOSITS" /> > > please help. > > cheers, > ravi > > > -- View this mes

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-08-11 Thread Ramanathan RV
gt; clarity. > >> Something similar to import.... and then say Constant > >> > >> Also, is com.company.Constants.STATIC_CONSTANTS1 a String? > >> > >> Yes its a string. i would be greatful to any further help. > >> > >> > >&g

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-06-06 Thread Maxx
On Thu, May 1, 2008 at 5:21 PM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > > I have a solution, but first... > OGNL only provides access to static fields and static methods. It cannot > reference a static class, nor even an inner static class. > > http://www.ognl.org/2.6.9/Documentation/html/Langua

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-05-01 Thread Jeromy Evans
ravi_eze wrote: hi, even this doesnt seem to be working. is it possible to load the constant class to the context and then display it form there.? or in that case it expects a setters and getters... or some way of getting this done.. the code is very bad to read 'cos every time i am using @com.

Re: usage of Preparable interface?

2008-05-01 Thread Adam Hardy
Jeromy Evans on 01/05/08 14:49, wrote: That way you could remove all the boilerplate from your actions. eg, If it placed the model into the actioncontext you could potentially use without your action providing the list or getter at all (except something must instruct the interceptor to load

Re: usage of Preparable interface?

2008-05-01 Thread Jeromy Evans
Dave Newton wrote: --- Jeromy Evans <[EMAIL PROTECTED]> wrote: I've been toying with the idea of creating a custom interceptor to do this. It would be effectively the same as you describe, except that it would inspect the action for the presence of some interface, annotation, or method, an

Re: usage of Preparable interface?

2008-05-01 Thread Jeromy Evans
Adam Hardy wrote: Adam Hardy on 01/05/08 13:51, wrote: Jeromy Evans on 01/05/08 12:48, wrote: Adam Hardy wrote: I have been casting around for a while for the most elegant and quick-to-code mechanism for putting populating lists for select controls. I wanted to run this one idea past the st

Re: usage of Preparable interface?

2008-05-01 Thread Dave Newton
--- Jeromy Evans <[EMAIL PROTECTED]> wrote: > I've been toying with the idea of creating a custom interceptor to do > this. It would be effectively the same as you describe, except that it > would inspect the action for the presence of some interface, annotation, > or method, and examine the re

Re: usage of Preparable interface?

2008-05-01 Thread Adam Hardy
Adam Hardy on 01/05/08 13:51, wrote: Jeromy Evans on 01/05/08 12:48, wrote: Adam Hardy wrote: I have been casting around for a while for the most elegant and quick-to-code mechanism for putting populating lists for select controls. I wanted to run this one idea past the struts users to get a

Re: usage of Preparable interface?

2008-05-01 Thread Adam Hardy
Jeromy Evans on 01/05/08 12:48, wrote: Adam Hardy wrote: I have been casting around for a while for the most elegant and quick-to-code mechanism for putting populating lists for select controls. I wanted to run this one idea past the struts users to get any feedback on something I may have mi

Re: usage of Preparable interface?

2008-05-01 Thread Jeromy Evans
Adam Hardy wrote: I have been casting around for a while for the most elegant and quick-to-code mechanism for putting populating lists for select controls. I wanted to run this one idea past the struts users to get any feedback on something I may have missed or need to know. One requirement

usage of Preparable interface?

2008-05-01 Thread Adam Hardy
I have been casting around for a while for the most elegant and quick-to-code mechanism for putting populating lists for select controls. I wanted to run this one idea past the struts users to get any feedback on something I may have missed or need to know. One requirement I set myself is tha

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-05-01 Thread ravi_eze
t;> cheers, >> ravi > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Simplified-usage-of

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-29 Thread Wes Wannemacher
Did you try to import your Constants class? <%@ page import="com.company.Constants" %> As far as say C.staticconstant1, all I can really say is that the @ symbol is how you access static vars/methods in OGNL. Another choice might be to use regular ol' EL expressions. -Wes On Tue, 2008-04-2

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-29 Thread ravi_eze
-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16975464.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-29 Thread Wes Wannemacher
ht way to display it? > > Any other way of fixing this issue??? > > Ravi > > -Original Message- > From: Chris Pratt [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 29, 2008 10:40 AM > To: Struts Users Mailing List > Subject: Re: Simplified usage of:@com

RE: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread Ravichandra C
40 AM To: Struts Users Mailing List Subject: Re: Simplified usage of:@com.company.Constants.StaticCOnstants I think it may need to be: But I haven't tried it myself. (*Chris*) On Mon, Apr 28, 2008 at 9:44 PM, ravi_eze <[EMAIL PROTECTED]> wrote: > > hi, > > i tried

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread Chris Pratt
s is that we need to repeat the > >> @com.company.Constants > >> always. So is there a simple way to get this working? I wanted to try out > >> >> > >> please help. > >> > >> cheers, > >> ravi > >> > >> >

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread ravi_eze
bscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Simplified-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16952906.html Sent from the Struts - User mailing list ar

Re: Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread Wes Wannemacher
http://struts.apache.org/2.x/docs/set.html On Mon, 2008-04-28 at 08:17 -0700, ravi_eze wrote: > hi, > > we want to access the constants in our jsp page. So we are proceeding as > follows: > > < s:text field name="[EMAIL PROTECTED]@STATIC_CONSTANTS1]" /> > > the problem with this is that we n

Simplified usage of:@com.company.Constants.StaticCOnstants

2008-04-28 Thread ravi_eze
I wanted to try out http://www.nabble.com/Simplified-usage-of%3A%40com.company.Constants.StaticCOnstants-tp16941171p16941171.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

RE: persistence and doubts on usage of hibernate in struts 2

2008-02-29 Thread Kedar Choudhary
o save the modifications, you can call saveOrUpdate() or merge. Regards, Kedar -Original Message- From: Toni Lyytikäinen [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 6:19 PM To: Struts Users Mailing List Subject: Re: persistence and doubts on usage of hibernate in struts 2 H

Re: persistence and doubts on usage of hibernate in struts 2

2008-02-29 Thread Toni Lyytikäinen
recommended approach is to first try to fix the problems in the DAO layer. On Fri, Feb 29, 2008 at 2:23 PM, Vinicius Cubas Brand < [EMAIL PROTECTED]> wrote: > Hello. I am having a problem with the usage of hibernate and its > persistence > mechanism. > > I have an Action with

persistence and doubts on usage of hibernate in struts 2

2008-02-29 Thread Vinicius Cubas Brand
Hello. I am having a problem with the usage of hibernate and its persistence mechanism. I have an Action with a method for creation of an entity type and other method for updating. This action implements a Preparable and in its method prepare() I verify if the entity is being created or

RE: Question on usage of EL in tiles:put name attribute

2008-02-14 Thread Anup Chatterjee
Hi Antonio, Thanks for the response. My answers are inline. - Anup -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 11:56 PM To: Struts Users Mailing List Subject: Re: Question on usage of EL in tiles:put name attribute 2008/2/14

Re: Question on usage of EL in tiles:put name attribute

2008-02-13 Thread Antonio Petrelli
2008/2/14, Anup Chatterjee <[EMAIL PROTECTED]>: > > The above code in JSP doesn't work saying that the attribute I'm passing > in the put is not found in the child tile's context. Are you sure that you put every attributes present in your template page? Question is - the JSR spec says EL can be

Question on usage of EL in tiles:put name attribute

2008-02-13 Thread Anup Chatterjee
Hi, I'm trying to use a tile insert with dynamic attributes passed into the tile from a model. These values were passed into the current tile and I'm passing it to the child tile. I am trying to insert with the tiles:put tag (struts-tiles.tld" prefix="tiles") with EL expression for names and value

Re: struts.xml usage of element in element

2007-08-30 Thread Chris Pratt
> When would this setter be called? Can I access this property inside an > interceptor (custom interceptor/pre-packaged interceptor)? (This would help > to check it before execute is called) > I believe it is called by the ParamInterceptor, so as long as your interceptor is later in the stack, t

Re: struts.xml usage of element in element

2007-08-30 Thread akash agrawal
admin > > > (*Chris*) > > On 8/30/07, akash agrawal wrote: > > Hi, > > > > Can someone explain me the usage of > element under element? How to access it property inside java action? > > > > Is this a valid

Re: struts.xml usage of element in element

2007-08-30 Thread Chris Pratt
you automatically. I use this to set the Role into my base > action > > > > admin > > > (*Chris*) > > On 8/30/07, akash agrawal wrote: > > Hi, > > > > Can someone explain me the usage of > element under element? How to access it property ins

Re: struts.xml usage of element in element

2007-08-30 Thread akash agrawal
Pratt <[EMAIL PROTECTED]> wrote: Just create a mutator in your action and Struts will populate the value for you automatically. I use this to set the Role into my base action admin (*Chris*) On 8/30/07, akash agrawal wrote: > Hi, > > Can someone explain me the usage of

Re: struts.xml usage of element in element

2007-08-30 Thread Chris Pratt
Just create a mutator in your action and Struts will populate the value for you automatically. I use this to set the Role into my base action admin (*Chris*) On 8/30/07, akash agrawal <[EMAIL PROTECTED]> wrote: > Hi, > > Can someone explain me the usage of element under

struts.xml usage of element in element

2007-08-30 Thread akash agrawal
Hi, Can someone explain me the usage of element under element? How to access it property inside java action? Is this a valid config? xyz, abc1, abc2 How to access roles property in an action class? Thanks, -Akash - Shape Yahoo! in your own image

Re: usage of

2007-06-19 Thread Roberto Nunnari
Hi Cuong. Thank you. Your reply solved the prolem. climbingrose wrote: From your JSP code: There are two things worth noting: 1)Because you're not using includeParams='none', any parameters from your current page will be appended to the url generated by s:url tag. Yes.. current page ha

Re: usage of

2007-06-19 Thread Roberto Nunnari
Dave Newton wrote: --- Roberto Nunnari <[EMAIL PROTECTED]> wrote: I tried to use the same code, and your code in a jsp page without tiles, but the result is exactly the same. What version of S2 are you using? What container? Struts 2.0.6 Tomcat 5.5.17 JRE: jdk1.5.0_11 d. _

Re: usage of

2007-06-18 Thread climbingrose
From your JSP code: There are two things worth noting: 1)Because you're not using includeParams='none', any parameters from your current page will be appended to the url generated by s:url tag. 2)If %{id} can't be found in the stack, has no effects. So I think the code goes wrong because:

Re: usage of

2007-06-18 Thread Dave Newton
--- Roberto Nunnari <[EMAIL PROTECTED]> wrote: > I tried to use the same code, and your code in a jsp > page without tiles, but the result is exactly the > same. What version of S2 are you using? What container? d. ___

Re: usage of

2007-06-18 Thread Roberto Nunnari
Dave, I tried to use the same code, and your code in a jsp page without tiles, but the result is exactly the same. Tomorrow I'll try on another computer and I'll let you know the result. Best regards. -- Robi Dave Newton wrote: --- Roberto Nunnari wrote: name="storyId" value="%{id}"/>"/>

Re: usage of

2007-06-18 Thread Roberto Nunnari
Hello Dave. my comments follow: Dave Newton wrote: --- Roberto Nunnari wrote: name="storyId" value="%{id}"/>"/> I would expect the generate HTML to be something like: src="/iopinion_hibernate00/Image?storyId=11"/> but instead I get: do I miss anything? I can't duplicate that; the f

Re: usage of

2007-06-18 Thread Dave Newton
--- Roberto Nunnari wrote: > > name="storyId" > > value="%{id}"/>"/> > > > > I would expect the generate HTML to be something > like: > > > > src="/iopinion_hibernate00/Image?storyId=11"/> > > > > but instead I get: > > > > > > do I miss anything? I can't duplicate that; the following code

Re: usage of

2007-06-18 Thread Roberto Nunnari
Could somebody please help me with this one? Roberto Nunnari wrote: sorry.. my previous message was misstyped in the second question.. let me repost it corrected: Hello list. I'm learning S2 and I'm a bit puzzled with the following: value="%{id}"/>"/> I would expect the generate HTML to be

Re: usage of

2007-06-16 Thread Roberto Nunnari
sorry.. my previous message was misstyped in the second question.. let me repost it corrected: Hello list. I'm learning S2 and I'm a bit puzzled with the following: value="%{id}"/>"/> I would expect the generate HTML to be something like: but instead I get: do I miss anything? also, jst

usage of

2007-06-16 Thread Roberto Nunnari
Hello list. I'm learning S2 and I'm a bit puzzled with the following: value="%{id}"/>"/> I would expect the generate HTML to be something like: but instead I get: do I miss anything? also, jstl let me do something like: is there anything similar in S2? Thank you in advance. B

Re: Correct usage of datetimepicker?

2007-05-09 Thread Torsten Römer
>> It's a pity because the datetimepicker would be extremely easy to >> >> use & >> >> >> it looks really nice but it doesn't seem to like me ;-) >> >> >> >> >> >> Torsten >> >> >> >

Re: Correct usage of datetimepicker?

2007-05-08 Thread Musachy Barroso
>> >> >> Martin Gainty schrieb: >> >> > please display contents of struts.date.format >> >> > for both *en_UK.properties and >> >> > *de_DE.properties files >> >> > >> >> > Martin-- >> >> > This email mess

Re: Correct usage of datetimepicker?

2007-05-08 Thread Torsten Römer
h *en_UK.properties and >> >> > *de_DE.properties files >> >> > >> >> > Martin-- >> >> > This email message and any files transmitted with it contain >> >> confidential >> >> > information intended only for the

Re: Correct usage of datetimepicker?

2007-05-08 Thread Musachy Barroso
ansmitted with it contain >> confidential >> > information intended only for the person(s) to whom this email message >> is >> > addressed. If you have received this email message in error, please >> notify >> > the sender immediately by tel

Re: Correct usage of datetimepicker?

2007-05-08 Thread Torsten Römer
ved this email message in error, please >> notify >> > the sender immediately by telephone or email and destroy the original >> > message without making a copy. Thank you. >> > >> > - Original Message - From: "Musachy Barroso" >> <

Re: Correct usage of datetimepicker?

2007-05-08 Thread Musachy Barroso
notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > - Original Message - From: "Musachy Barroso" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, Ma

Re: Correct usage of datetimepicker?

2007-05-08 Thread Torsten Römer
chy Barroso" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, May 07, 2007 8:05 PM > Subject: Re: Correct usage of datetimepicker? > > > Using Date for the action field is the way to go. The selected value is > submited in RFC 3339 format

Re: Correct usage of datetimepicker?

2007-05-07 Thread Martin Gainty
nday, May 07, 2007 8:05 PM Subject: Re: Correct usage of datetimepicker? Using Date for the action field is the way to go. The selected value is submited in RFC 3339 format (that can me modified using the saveFormat attribute, which shouldn't have been public on the first place). I'm not

Re: Correct usage of datetimepicker?

2007-05-07 Thread Musachy Barroso
Using Date for the action field is the way to go. The selected value is submited in RFC 3339 format (that can me modified using the saveFormat attribute, which shouldn't have been public on the first place). I'm not really sure how it would work if the client has javascript disabled. musachy On

Correct usage of datetimepicker?

2007-05-07 Thread Torsten Römer
I'm a bit unsure about a few things around datetimepicker. What type should the fields in my action class be? I am currently using java.util.Date, it works fine for request_locale=de_DE but I get a "Invalid field value for field ..." error for request_locale=en_UK and the date redisplayed is "NaN.

Re: Usage of Struts - Tiles using tile controllers (Please help asi couldn't find enough documentation on it)

2007-02-21 Thread sriharsha . chevuru
ers Mailing List" To Struts Users Mailing List cc Subject Re: Usage of Struts - Tiles using tile controllers (Please help asi couldn't find enough documentation on it) Sri, ] If you're still having problems with Tiles in Struts 1.x, I have a demo app I used for a Struts cl

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Ray Clough
Sri, ] If you're still having problems with Tiles in Struts 1.x, I have a demo app I used for a Struts class at UCLA Extension. It has lots of things going on besides Tiles, but I use Tiles exclusively for all pages, and it is fairly easy to follow. If you or anyone would like it, I'd be hap

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Dave Newton
My only point is that I don't recall there being any more TilesController information in that book (I actually don't recall *any*, but it's been awhile since I've looked at a non-Lisp Apress book) than there is in the tutorial link, and going over the tutorial is free. --- Andrew Pliszka wrote: >

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Andrew Pliszka
I do not want to start flame war, but one developer hour might be easly worth $1000 or more to the company, so spending $25 on a book is very resonable. If you have a team of developers working with Struts they should have full library avaliable to them. I am just efficiency freak, and yes I u

Usage of Struts - Tiles using tile controllers (After i tried using the link provided)

2007-02-20 Thread sriharsha . chevuru
Hi Dave, Thanks for pointing me towards the link, it was of great help. Here is what i did. And i am also pasting the error i am getting. Step1: I created the following definition in my tiles-defs.xml tiles-defs.xml

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Dave Newton
--- Andrew Pliszka wrote: > Get this book, is is only $25 as pdf, > > http://www.apress.com/book/bookDisplay.html?bID=228 I'm not aware that it covers Tiles controllers to a greater extent than the tutorial I posted, and the tutorial is cheaper. d. __

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Andrew Pliszka
Get this book, is is only $25 as pdf, http://www.apress.com/book/bookDisplay.html?bID=228 Andrew Pliszka Dave Newton wrote: --- [EMAIL PROTECTED] wrote: I trying to implement "Tile Controllers" concept in Struts 1.3.5 and i am not able to find enough documentation like any sample example

Re: Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > I trying to implement "Tile Controllers" concept in > Struts 1.3.5 and i am > not able to find enough documentation like any > sample examples, etc. about > it. Can any of you please direct towards a resource > which has some sample > applications using tile contro

Usage of Struts - Tiles using tile controllers (Please help as i couldn't find enough documentation on it)

2007-02-20 Thread sriharsha . chevuru
Hi, I trying to implement "Tile Controllers" concept in Struts 1.3.5 and i am not able to find enough documentation like any sample examples, etc. about it. Can any of you please direct towards a resource which has some sample applications using tile controllers. Thank you Sri

usage of constant in validation-rules in custom validator

2007-02-12 Thread fea jabi
Created a custom validator. I have created a constant in validation-rules.xml alpha_num ^[a-zA-Z0-9]*$ Is it possible to use the this constant in my custom validator I created. If so, how to use it? Also, Is it possible to get message from the MessageResource.properties. If

Re: Usage of Clay in portal environment

2006-04-10 Thread Dakota Jack
These posts are supposed to be preceded by [SHALE] On 4/10/06, Phanidhar Adusumilli <[EMAIL PROTECTED]> wrote: > > Can Clay be used in portlets as it is or do we need to customize it.? we > would like to use it weblogic portal environment. > > -- "You can lead a horse to water but you cannot mak

Re: Usage of Clay in portal environment

2006-04-10 Thread Phanidhar Adusumilli
But I have seen some code in ClayViewHandler that casts the response to ServletResponse. This is in RenderView method. The code is as follows: ServletResponse response = (ServletResponse) context.getExternalContext ().getResponse(); Following this line, the ServletResponse is used to get Characte

Re: Usage of Clay in portal environment

2006-04-10 Thread Ryan Wynn
I have used Clay with WebSphere Portal 5.1 and the MyFaces JSR-168 portlet without any changes to clay. In fact, because the MyFaces portlet is a bridge, I can run the same clay app in either a portlet or web environment without any changes. I can't speak to weblogic, but I guess it should work t

Usage of Clay in portal environment

2006-04-10 Thread Phanidhar Adusumilli
Can Clay be used in portlets as it is or do we need to customize it.? we would like to use it weblogic portal environment.

Web Islands: good usage of Struts Front Controller

2005-08-05 Thread Michael Jouravlev
If someone cares, I wrote a piece on web islands, which are essentially multi-state multi-page resources. http://www.jroller.com/page/javadujour?entry=islands - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Antwort: Clarrifications on Usage of logic tag library

2005-02-24 Thread Kris Schneider
uest_uri: servlet_name: See the servlet spec for details... > I also tried > But this time it encountered some parsing error. > > How exactly an object instance is passed to a JSTL tag? I'm not very clear on > that. > Let me know where I'm doing wrong. > >

RE: Antwort: Clarrifications on Usage of logic tag library

2005-02-24 Thread Ashutosh Satyam
sh -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:51 PM To: Karsten Krieg; Struts Users Mailing List Subject: Re: Antwort: Clarrifications on Usage of logic tag library At 11:40 AM +0100 2/23/05, Karsten Krieg wrote: >Hi! > >It'

Re: Antwort: Clarrifications on Usage of logic tag library

2005-02-23 Thread Joe Germuska
At 11:40 AM +0100 2/23/05, Karsten Krieg wrote: Hi! It's been suggested to not continue using the Struts own tag libraries and instead move on to the JSTL. With them, I'd construct the following for your scenario: while this is a good general suggestion, neither tag library makes it easy to deal w

Antwort: Clarrifications on Usage of logic tag library

2005-02-23 Thread Karsten Krieg
Hi! It's been suggested to not continue using the Struts own tag libraries and instead move on to the JSTL. With them, I'd construct the following for your scenario: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> your content your con

Clarrifications on Usage of logic tag library

2005-02-23 Thread Ashutosh Satyam
Hi, Can you suggest how to use the logic tag library to achieve the following scenario. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - In my Action class I expect few Exceptions to be thrown. Incase if a

USage of bean:struts, bean:resource tag

2005-02-17 Thread [EMAIL PROTECTED]
Dear all What is the exact usage of bean:struts and bean:resource tag Please mail me back thanks senthil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]