I can't actually see anything, but do you have an action configured
for the report?
On Mon, Nov 15, 2010 at 11:34 PM, @rju wrote:
>
> ok boss let me shou you my files
> -struts.xml
>
>
>
>
>
>
>
>
>
>
> /jasper/Report.jasper
> myList
>
ok boss let me shou you my files
-struts.xml
/jasper/Report.jasper
myList
PDF
-
On Mon, Nov 15, 2010 at 12:49 PM, Jesse Hill wrote:
>
> Also, is there a particular reason why the data needs to go in the session
> instead of just adding a getImage() method to your action that will return
> the data that you need?
>
You're right. I don't need it in the session. But that wa
Also, is there a particular reason why the data needs to go in the session
instead of just adding a getImage() method to your action that will return
the data that you need?
-Jesse
|>
| From: |
|>
>-
You're right, it smells like a wrong approach :). Storing image's bytes is a
space consuming practice.
Anyway, Could you explain what do you need?
2010/11/15 Greg Akins
> This seems like maybe I'm approaching it wrong.. but wondering if it's
> possible.
>
> I'm wondering if I can put an image,
This seems like maybe I'm approaching it wrong.. but wondering if it's possible.
I'm wondering if I can put an image, in the form of a byte array, or
stream, that I can read with either a struts tag, jstl, or el
Thinking in my action
session.put("image", image.getBytes());
and in the .jsp
${im
On Mon, Nov 15, 2010 at 7:08 AM, Dave Newton wrote:
> On Mon, Nov 15, 2010 at 2:40 AM, @rju wrote:
> > Guys am also getting problem using jasper reports with struts 2.. please
> help
> > me ASAP... same tutorial i too followed
>
> ...
>
> How can anybody help if we have no idea what problem you'
"[Ljava.lang.String;" means a String array.
Looks like you are trying to copy a List from one action to another.
By somehow, struts2 is looking for a set method which take a String
array as it's parameter.
2010/11/15 Raj Nagappan :
> Hi, we recently upgraded from Struts 2.0.14 to 2.2.1 and I n
What data type of the property [yourAnswer] is ?
If it is an int property, try delete the double-quotation surrounding
the value 1.
2010/11/15 Prabhubalaji Ragavan :
> Hi
> I am using a radio option in my code. when i try to validate that thru the
> validator.xml, the validation is not happenin
On Mon, Nov 15, 2010 at 2:40 AM, @rju wrote:
> Guys am also getting problem using jasper reports with struts 2.. please help
> me ASAP... same tutorial i too followed
...
How can anybody help if we have no idea what problem you're having?
Dave
--
You can take a look at how the portlet plugin does this (which was
actually why the UrlRenderer bean was created in the first place). In
addition to defining the bean, you need to tell Struts to use your
renderer:
The portlet plugin does it like this:
Nils-H
On Mon, Nov 15, 2010 at 12:37 PM,
Hello everyone.
i want to use a custom UrlRenderer bean.
reading Struts2 source code i found that is used to "render" the URLs
generated by
If in my struts.xml I insert:
Nothing happens, probably because Struts2 continue to inject the
renderer with "struts" name.
If in my struts.xml I insert
Hi
I am using a radio option in my code. when i try to validate that thru the
validator.xml, the validation is not happening.
this is my jsp content.
this is my validator.xml content
enter gen1
Please help, am new to struts2.
Thanks
Prabhu Ragavan
What does your collection contain at runtime?
2010/11/15 Raj Nagappan
> Hi, we recently upgraded from Struts 2.0.14 to 2.2.1 and I notice that
>
> the following JSP code to inject an object property from one action into
> another action has stopped working:
>
>
> ignoreContextParams="true">
>
14 matches
Mail list logo